Results

By type

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

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

2022-06-30T05:37:24.702Z||main|||||INFO|500||The following profiles are active: basic
2022-06-30T05:37:36.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-30T05:37:36.448Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-30T05:37:36.578Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-30T05:37:41.082Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-30T05:37:41.586Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-30T05:37:42.175Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-30T05:37:42.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-30T05:37:42.304Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-30T05:37:42.535Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-30T05:37:43.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-30T05:37:45.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T05:37:47.866Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T05:37:47.956Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-30T05:37:48.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T05:37:48.755Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-30T05:37:50.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T05:37:51.241Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-30T05:37:51.263Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-30T05:37:51.264Z||main|||||WARN|500||The sdc end point is not alive
2022-06-30T05:37:54.848Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-30T05:37:57.833Z||main|||||WARN|500||---
2022-06-30T05:37:57.833Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-30T05:37:57.834Z||main|||||WARN|500||---
2022-06-30T05:37:58.367Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-30T05:38:03.531Z||main|||||INFO|500||Started Application in 42.147 seconds (JVM running for 44.291)
2022-06-30T05:38:03.543Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:38:03.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:38:03.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:38:03.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:38:03.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03be6cf9-eb72-4086-bff8-dc5ac2ba196f url= /sdc/v1/artifactTypes
2022-06-30T05:38:03.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:38:04.730Z||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.14.252] 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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-30T05:38:04.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14f0a540
2022-06-30T05:38:04.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:38:04.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:38:04.754Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:38:04.757Z||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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-30T05:38:53.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:38:53.523Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:38:53.523Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:38:53.526Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:38:53.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c06c91af-683d-403d-a2c8-62cf2f43c8d6 url= /sdc/v1/artifactTypes
2022-06-30T05:38:53.534Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:38:54.585Z||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.14.252] 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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-30T05:38:54.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69ddb6f
2022-06-30T05:38:54.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:38:54.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:38:54.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:38:54.587Z||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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-30T05:39:43.521Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:39:43.522Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:39:43.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:39:43.526Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:39:43.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4d924ec-dd07-4cbf-ac1e-0314ed976322 url= /sdc/v1/artifactTypes
2022-06-30T05:39:43.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:39:44.569Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.14.252] 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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-30T05:39:44.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cf81aaa
2022-06-30T05:39:44.573Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:39:44.573Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:39:44.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:39:44.574Z||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$$3c663776.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-30T05:40:33.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:40:33.525Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:40:33.525Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:40:33.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:40:33.540Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 449c1d69-2c3b-49bb-a514-9497a6d79590 url= /sdc/v1/artifactTypes
2022-06-30T05:40:33.540Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:40:34.585Z||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.14.252] 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$$3c663776.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-06-30T05:40:34.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@667cb5aa
2022-06-30T05:40:34.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:40:34.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:40:34.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:40:34.590Z||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$$3c663776.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-06-30T05:41:23.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:41:23.523Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:41:23.523Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:41:23.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:41:23.539Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5adac0e8-9429-4aff-833d-1e9826581be6 url= /sdc/v1/artifactTypes
2022-06-30T05:41:23.539Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:41:24.568Z||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.14.252] 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$$3c663776.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-06-30T05:41:24.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@de776e3
2022-06-30T05:41:24.570Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:41:24.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:41:24.570Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:41:24.571Z||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$$3c663776.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-06-30T05:42:13.521Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:42:13.521Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:42:13.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:42:13.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:42:13.531Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d219593d-1e50-4816-8937-1c144eed2c6d url= /sdc/v1/artifactTypes
2022-06-30T05:42:13.531Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:42:13.745Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-30T05:42:13.760Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-30T05:42:13.796Z||scheduling-1|||||DEBUG|500||create keys
2022-06-30T05:42:13.807Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-30T05:42:13.849Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:42:13.871Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 87f6c54b-caad-4254-8867-02eb0b5e77d7 url= /sdc/v1/registerForDistribution
2022-06-30T05:42:14.037Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 87f6c54b-caad-4254-8867-02eb0b5e77d7 url= /sdc/v1/registerForDistribution
2022-06-30T05:42:14.037Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-30T05:42:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:42:14.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:42:14.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:42:14.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:42:14.056Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:42:14.056Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:42:14.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-30T05:42:24.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:42:24.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:43:14.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:43:14.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:43:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:43:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:43:14.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:43:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:43:23.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:43:23.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:44:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:44:14.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:44:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:44:14.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:44:14.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:44:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:44:23.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:44:23.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:45:14.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:45:14.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:45:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:45:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:45:14.051Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:45:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:45:23.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:45:23.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:46:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:46:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:46:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:46:14.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:46:14.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:46:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:46:23.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:46:23.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:47:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:47:14.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:47:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:47:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:47:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:47:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:47:23.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:47:23.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:48:02.895Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-30T05:48:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:48:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:48:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:48:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:48:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:48:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:48:23.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:48:23.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:49:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:49:14.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:49:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:49:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:49:14.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:49:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:49:23.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:49:23.617Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:50:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:50:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:50:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:50:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:50:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:50:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:50:23.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:50:23.657Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:51:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:51:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:51:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:51:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:51:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:51:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:51:23.615Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:51:23.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:52:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:52:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:52:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:52:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:52:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:52:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:52:23.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:52:23.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:53:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:53:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:53:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:53:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:53:14.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:53:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:53:23.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:53:23.628Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:54:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:54:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:54:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:54:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:54:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:54:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:54:23.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:54:23.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:55:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:55:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:55:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:55:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:55:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:55:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:55:23.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:55:23.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:56:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:56:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:56:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:56:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:56:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:56:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:56:23.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:56:23.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:57:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:57:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:57:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:57:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:57:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:57:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:57:23.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:57:23.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:58:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:58:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:58:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:58:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:58:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:58:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:58:23.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:58:23.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:59:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:59:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:59:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:59:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:59:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:59:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:59:23.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T05:59:23.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:00:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:00:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:00:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:00:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:00:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:00:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:00:23.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:00:23.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:01:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:01:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:01:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:01:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:01:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:01:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:01:23.618Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:01:23.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:02:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:02:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:02:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:02:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:02:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:02:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:02:23.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:02:23.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:03:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:03:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:03:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:03:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:03:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:03:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:03:23.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:03:23.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:04:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:04:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:04:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:04:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:04:14.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:04:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:04:23.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:04:23.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:05:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:05:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:05:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:05:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:05:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:05:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:05:23.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:05:23.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:06:14.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:06:14.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:06:14.046Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:06:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:06:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:06:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:06:23.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:06:23.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:07:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:07:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:07:14.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:07:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:07:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:07:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:07:23.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:07:23.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:08:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:08:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:08:14.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:08:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:08:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:08:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:08:23.613Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:08:23.634Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:09:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:09:14.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:09:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:09:14.049Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:09:14.050Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:09:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:09:23.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:09:23.623Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:10:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:10:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:10:14.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:10:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:10:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:10:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:10:23.622Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:10:23.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:11:14.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:11:14.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:11:14.046Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:11:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:11:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:11:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:11:23.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:11:23.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:12:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:12:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:12:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:12:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:12:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:12:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:12:23.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:12:23.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:13:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:13:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:13:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:13:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:13:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:13:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:13:23.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:13:23.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:14:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:14:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:14:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:14:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:14:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:14:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:14:23.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:14:23.625Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:15:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:15:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:15:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:15:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:15:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:15:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:15:23.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:15:23.625Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:16:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:16:14.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:16:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:16:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:16:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:16:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:16:23.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:16:23.614Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:17:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:17:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:17:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:17:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:17:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:17:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:17:23.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:17:23.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:18:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:18:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:18:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:18:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:18:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:18:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:18:23.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:18:23.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:19:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:19:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:19:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:19:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:19:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:19:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:19:23.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:19:23.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:20:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:20:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:20:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:20:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:20:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:20:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:20:23.628Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:20:23.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:21:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:21:14.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:21:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:21:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:21:14.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:21:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:21:23.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:21:23.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:22:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:22:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:22:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:22:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:22:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:22:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:22:23.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:22:23.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:23:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:23:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:23:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:23:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:23:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:23:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:23:23.613Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:23:23.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:24:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:24:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:24:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:24:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:24:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:24:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:24:23.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:24:23.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:25:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:25:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:25:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:25:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:25:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:25:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:25:23.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:25:23.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:26:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:26:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:26:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:26:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:26:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:26:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:26:23.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:26:23.628Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:27:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:27:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:27:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:27:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:27:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:27:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:27:23.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:27:23.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:28:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:28:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:28:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:28:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:28:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:28:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:28:23.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:28:23.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:29:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:29:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:29:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:29:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:29:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:29:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:29:23.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:29:23.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:30:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:30:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:30:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:30:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:30:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:30:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:30:23.658Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:30:23.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:31:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:31:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:31:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:31:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:31:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:31:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:31:23.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:31:23.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:32:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:32:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:32:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:32:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"55a70cf2-1c8a-4fe8-a057-e15ec80aba95","serviceName":"basic_onboard_xKnGSt","serviceVersion":"1.0","serviceUUID":"0709e1a2-f259-47f1-9365-7122efc13b6e","serviceDescription":"service","serviceInvariantUUID":"8793a7ee-feab-4a01-9375-daf17c328d0d","resources":[{"resourceInstanceName":"basic_onboard_xKnGSt 0","resourceName":"basic_onboard_xKnGSt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12926fc0-bb5c-47a6-b96e-6361584c1e9e","resourceInvariantUUID":"4e18a895-8ec7-433c-8d31-55bdd4d9933e","resourceCustomizationUUID":"c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml","artifactChecksum":"YWYyNWJiOWI1YzllM2RlOWMwMGRhYzU0ZTc4MmVjZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc78e751-2924-42f3-8a05-a835c56f5ca0","artifactVersion":"1"},{"artifactName":"basic_onboard_xkngst0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json","artifactChecksum":"MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4c0994c-a11f-4fb7-a020-679b9d3e77d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac548f98-af3c-4b30-8bf6-213be91ad3a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"429d7001-3842-421d-8b72-6634eacfd44a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24de5817-7381-4c24-b86c-6e6b1199fa79","artifactVersion":"2","generatedFromUUID":"ac548f98-af3c-4b30-8bf6-213be91ad3a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXkngst-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml","artifactChecksum":"N2E3Zjk1MGQ4ZjI3MGJlZTRkYTc5YjU2ZmY1N2JlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ab9f244-d7c8-4573-ad89-8fd9137273eb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXkngst-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar","artifactChecksum":"ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c060a0af-4849-4ae0-9141-24b46599e873","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:32:14.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:14.710Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:14.723Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:14.724Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.823Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-30T06:32:14.827Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:14.828Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.845Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:14.846Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:14.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:14.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:32:15.733Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:15.734Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:15.737Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:15.737Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:32:15.837Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:15.838Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:15.838Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:15.862Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:15.863Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:16.738Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:16.739Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:16.742Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:16.742Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:32:16.842Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:16.843Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:16.844Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:16.859Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:16.860Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:17.743Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:17.744Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:17.747Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:17.747Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:17.847Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:17.848Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:17.848Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:17.863Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:17.864Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:18.747Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:18.748Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:18.750Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:18.750Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-30T06:32:18.850Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:18.852Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:18.852Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:18.868Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:18.868Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:19.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:19.752Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:19.754Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:19.755Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:32:19.855Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:19.857Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:19.857Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:19.870Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:19.871Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:20.755Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:20.756Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:20.758Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:20.758Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:32:20.858Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:20.859Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:20.860Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:20.876Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:20.877Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:21.760Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "serviceName": "basic_onboard_xKnGSt",
  "serviceVersion": "1.0",
  "serviceUUID": "0709e1a2-f259-47f1-9365-7122efc13b6e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8793a7ee-feab-4a01-9375-daf17c328d0d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_xKnGSt 0",
      "resourceCustomizationUUID": "c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558",
      "resourceName": "basic_onboard_xKnGSt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "12926fc0-bb5c-47a6-b96e-6361584c1e9e",
      "resourceInvariantUUID": "4e18a895-8ec7-433c-8d31-55bdd4d9933e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xkngst0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
          "artifactChecksum": "MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a4c0994c-a11f-4fb7-a020-679b9d3e77d6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac548f98-af3c-4b30-8bf6-213be91ad3a6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "24de5817-7381-4c24-b86c-6e6b1199fa79",
            "generatedFromUUID": "ac548f98-af3c-4b30-8bf6-213be91ad3a6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "24de5817-7381-4c24-b86c-6e6b1199fa79",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXkngst-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
      "artifactChecksum": "ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c060a0af-4849-4ae0-9141-24b46599e873"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:32:21.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:32:21.761Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0709e1a2-f259-47f1-9365-7122efc13b6e ASDC
2022-06-30T06:32:21.932Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55a70cf2-1c8a-4fe8-a057-e15ec80aba95
ServiceName:basic_onboard_xKnGSt
ServiceVersion:1.0
ServiceUUID:0709e1a2-f259-47f1-9365-7122efc13b6e
ServiceInvariantUUID:8793a7ee-feab-4a01-9375-daf17c328d0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXkngst-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
ArtifactUUID:c060a0af-4849-4ae0-9141-24b46599e873
ArtifactChecksum:ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xKnGSt 0
ResourceCustomizationUUID:c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
ResourceInvariantUUID:4e18a895-8ec7-433c-8d31-55bdd4d9933e
ResourceName:basic_onboard_xKnGSt
ResourceType:VF
ResourceUUID:12926fc0-bb5c-47a6-b96e-6361584c1e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xkngst0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
ArtifactUUID:a4c0994c-a11f-4fb7-a020-679b9d3e77d6
ArtifactChecksum:MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk=
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac548f98-af3c-4b30-8bf6-213be91ad3a6
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
ArtifactUUID:24de5817-7381-4c24-b86c-6e6b1199fa79
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
ArtifactUUID:24de5817-7381-4c24-b86c-6e6b1199fa79
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T06:32:21.933Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0709e1a2-f259-47f1-9365-7122efc13b6e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:32:22.235Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:32:22.238Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:22.240Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:22.240Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c060a0af-4849-4ae0-9141-24b46599e873 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.241Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:22.244Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.335Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:22.352Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar c060a0af-4849-4ae0-9141-24b46599e873 71576
2022-06-30T06:32:22.353Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar ASDC sendASDCNotification
2022-06-30T06:32:22.353Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.354Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:22.355Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:22.357Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:22.357Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570742352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:32:22.457Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:22.458Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:22.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:22.473Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:22.474Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:23.358Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:32:23.359Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:23.360Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c060a0af-4849-4ae0-9141-24b46599e873, URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar to file: /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.361Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.443Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.443Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:24.119Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14680789346763888601/Definitions/service-BasicOnboardXkngst-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-30T06:32:26.027Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:32:26.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xKnGSt 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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.036Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:32:26.042Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.044Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.048Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.049Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:32:26.050Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:32:26.052Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.052Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:32:26.054Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.054Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.057Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:32:26.060Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.060Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:32:26.061Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.061Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.062Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.062Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3da932cb-344e-4e0e-b756-d2b58aa7bf3e
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.069Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_xKnGSt
Description:service
Model UUID:0709e1a2-f259-47f1-9365-7122efc13b6e
Model Version:NULL
Model InvariantUuid:8793a7ee-feab-4a01-9375-daf17c328d0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_xKnGSt
Model UUID:00e0a8b9-d970-407c-9403-66b51cc2da30
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e18a895-8ec7-433c-8d31-55bdd4d9933e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:106b55e8-9c8b-45eb-b653-34e69b551634
ModelName:BasicOnboardXkngst..base_ubuntu18..module-0
ModelUuid:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3da932cb-344e-4e0e-b756-d2b58aa7bf3e
ModelInvariantUuid:6b31e9e9-dc89-4dec-b1b3-2f7ea4b2f05c
ModelName:basic_onboard_xKnGSt-nodes.ubuntu18Cvfc
ModelUuid:7ee54819-ce82-4344-ab98-9a7101378e97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f9f5b163-75ac-4069-85cf-a1f60e698097
ModelInvariantUuid:324c4649-c0e7-43ea-a6c6-f9e06a6bd89b
ModelName:BasicOnboardXkngst.compute.nodes.heat.ubuntu18
ModelUuid:4a6a51d7-9390-468f-bedd-877e35bccc70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:32:26.099Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 12926fc0-bb5c-47a6-b96e-6361584c1e9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:32:26.199Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||basic_onboard_xKnGSt 0
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12926fc0-bb5c-47a6-b96e-6361584c1e9e
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a4c0994c-a11f-4fb7-a020-679b9d3e77d6 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json a4c0994c-a11f-4fb7-a020-679b9d3e77d6 798
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json ASDC sendASDCNotification
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:26.297Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:26.297Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570746294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:32:26.397Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:26.403Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:26.403Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:26.419Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:26.420Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:27.299Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXkngst..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "106b55e8-9c8b-45eb-b653-34e69b551634",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "312b7e46-2ea5-4f66-9c7b-770fd6d5c935",
    "vfModuleModelCustomizationUUID": "985b66e7-8ab0-4208-ae2e-1344236a3d1b",
    "isBase": true,
    "artifacts": [
      "ac548f98-af3c-4b30-8bf6-213be91ad3a6",
      "24de5817-7381-4c24-b86c-6e6b1199fa79"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:32:27.316Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXkngst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
VfModuleModelInvariantUUID:106b55e8-9c8b-45eb-b653-34e69b551634
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac548f98-af3c-4b30-8bf6-213be91ad3a6
,
24de5817-7381-4c24-b86c-6e6b1199fa79

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

isBase:true


}

2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXkngst..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "106b55e8-9c8b-45eb-b653-34e69b551634",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "312b7e46-2ea5-4f66-9c7b-770fd6d5c935",
    "vfModuleModelCustomizationUUID": "985b66e7-8ab0-4208-ae2e-1344236a3d1b",
    "isBase": true,
    "artifacts": [
      "ac548f98-af3c-4b30-8bf6-213be91ad3a6",
      "24de5817-7381-4c24-b86c-6e6b1199fa79"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXkngst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
VfModuleModelInvariantUUID:106b55e8-9c8b-45eb-b653-34e69b551634
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac548f98-af3c-4b30-8bf6-213be91ad3a6
,
24de5817-7381-4c24-b86c-6e6b1199fa79

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

isBase:true


}

2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac548f98-af3c-4b30-8bf6-213be91ad3a6 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.383Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:27.383Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ac548f98-af3c-4b30-8bf6-213be91ad3a6 5033
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:27.385Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:27.387Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:27.388Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570747384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:32:27.488Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:27.489Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:27.490Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:27.511Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:27.512Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24de5817-7381-4c24-b86c-6e6b1199fa79 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.498Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env 24de5817-7381-4c24-b86c-6e6b1199fa79 909
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:28.500Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:28.501Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:28.502Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570748499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:32:28.602Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:28.603Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:28.603Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:28.618Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:28.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:29.502Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0709e1a2-f259-47f1-9365-7122efc13b6e
2022-06-30T06:32:29.503Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xKnGSt 0 12926fc0-bb5c-47a6-b96e-6361584c1e9e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:32:29.536Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2795741e, org.onap.sdc.toscaparser.api.parameters.Input@2da0d2ab, org.onap.sdc.toscaparser.api.parameters.Input@1a23c547, org.onap.sdc.toscaparser.api.parameters.Input@4a6c6f8c, org.onap.sdc.toscaparser.api.parameters.Input@4655d75b]
2022-06-30T06:32:29.540Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.540Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558 matches Tosca VF Customization UUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:32:29.549Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.550Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.551Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@418d3341
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:32:29.553Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 985b66e7-8ab0-4208-ae2e-1344236a3d1b
2022-06-30T06:32:29.554Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 985b66e7-8ab0-4208-ae2e-1344236a3d1b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:32:29.561Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.561Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.562Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:29.565Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3da932cb-344e-4e0e-b756-d2b58aa7bf3e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:32:29.582Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.582Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0709e1a2-f259-47f1-9365-7122efc13b6e: basic_onboard_xKnGSt
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:32:29.586Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.586Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_xKnGSt 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:32:29.768Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xKnGSt 12926fc0-bb5c-47a6-b96e-6361584c1e9e 1 ASDC deployResourceStructure
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json ASDC sendASDCNotification
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:29.771Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:29.771Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570749769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:32:29.872Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:29.873Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:29.873Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:29.886Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:29.887Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:30.774Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T06:32:30.775Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:30.776Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:30.776Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:30.778Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:30.778Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570750774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:32:30.878Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:30.879Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:30.880Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:30.893Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:30.893Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:31.781Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:31.783Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:31.783Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570751780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:32:31.883Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:31.884Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:31.884Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:31.900Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:31.900Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar ASDC sendASDCNotification
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:32.785Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:32.787Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:32.787Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570752784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:32:32.887Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:32.888Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:32.888Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:32.902Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:32:32.902Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:33.788Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:32:33.816Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:33:03.821Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:03.830Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:03.832Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:33:03.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:33:03.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:33:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:33:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:33:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:33:14.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:33:14.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:33:14.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:33:14.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:33:33.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:33.842Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:34:03.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:03.854Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:03.857Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:34:03.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:34:03.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:34:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:34:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:34:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:34:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:34:33.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:33.870Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:03.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:03.888Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:03.890Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:35:03.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:35:03.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:14.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:35:14.051Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:35:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:35:14.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:35:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570730479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570730704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570728485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570732078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570733497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570734045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570741694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570741172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570741328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570742352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "cds",
  "timestamp": 1656570742194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570742814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570742338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "policy-id",
  "timestamp": 1656570743343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570743889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570745017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:35:14.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570746021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570746294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570747384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570748499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570749769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570750239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570750774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570751780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570752251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570752784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570746523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "clamp",
  "timestamp": 1656570753255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.184Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.184Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570754581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570749936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570757851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570762408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570763413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570768229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "aai-ml",
  "timestamp": 1656570769235,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.235Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.235Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:33.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:33.903Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:33.917Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:36:03.917Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:36:03.930Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and serviceModelVersionId: 0709e1a2-f259-47f1-9365-7122efc13b6e
2022-06-30T06:36:03.931Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8793a7ee-feab-4a01-9375-daf17c328d0d
2022-06-30T06:36:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:36:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:36:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:14.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570828485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656570830704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570840017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570833497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570841247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570841273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570842326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570842277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570843378,
  "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-06-30T06:36:14.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570836523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "policy-id",
  "timestamp": 1656570843280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:36:14.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570837078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656570844390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570844351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570844818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "cds",
  "timestamp": 1656570845823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570839936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570847777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570851117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656570852126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:36:19.400Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0
2022-06-30T06:36:19.522Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:36:20.036Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|INFO|500||Invoke
2022-06-30T06:36:20.044Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87328f07-f97d-46c2-9702-8185a821103a], X-ECOMP-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], X-TransactionId=[], X-ONAP-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], Content-Type=[application/merge-patch+json]}
2022-06-30T06:36:20.166Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:36:20.510Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?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/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-06:36:20:176-55035], vertex-id=[225472], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:36:20 GMT], Content-Type=[application/json]}
2022-06-30T06:36:20.512Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:36:20.512Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|INFO|500||InvokeReturn
2022-06-30T06:36:20.517Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:36:20.517Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:20.522Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:36:20.523Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:36:20.524Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:36:20.525Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:20.527Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:20.527Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570980523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:36:20.627Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:20.629Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:20.629Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:20.649Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:20.650Z||pool-18-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-06-30T06:36:21.543Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:36:21.544Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:36:21.544Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:26.006Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:26.007Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:36:26.007Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"042878c0-b1f4-4d96-8b96-39f1a62be399","serviceName":"vFW 2022-06-30 06-32-26","serviceVersion":"1.0","serviceUUID":"c7394348-1fed-4576-828b-c117769aeaed","serviceDescription":"catalog service description","serviceInvariantUUID":"97d6e064-565a-45c9-aff8-4d826ffe6dc2","resources":[{"resourceInstanceName":"vFW da985c01-8bdd 0","resourceName":"vFW da985c01-8bdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52c761e8-c52b-479d-9806-fbe6896a2f5d","resourceInvariantUUID":"da04cdbd-81e0-4f26-a1ad-b350e8af2fbd","resourceCustomizationUUID":"fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0Y2QxZDZhZDgyY2Y1NzA3NWNmNzA2YmFiN2VmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0b07cc7-50de-4164-8176-dd43bd38b81a","artifactVersion":"1"},{"artifactName":"vfwda985c018bdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json","artifactChecksum":"ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e93ea084-90f6-4688-9020-d98fb56c1811","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9eea8d5-770e-4252-947d-cf3504e3e616","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M2ZmQwMjRhYzBhN2VkYTljOGNlNDhmZmI2MzExNTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bfd42b6-1eb1-4016-90c1-a6e627c22c1b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cdde2f2-0664-4d13-a134-7fe1713bf6fb","artifactVersion":"2","generatedFromUUID":"a9eea8d5-770e-4252-947d-cf3504e3e616"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630063226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml","artifactChecksum":"NTA5OWM5ZmNkZGNhNTVkYTJhMDk1NGFkYTFlZWYwZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf6d6897-d7a3-4c31-b541-8aa7e933ebd8","artifactVersion":"1"},{"artifactName":"service-Vfw20220630063226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar","artifactChecksum":"NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1dfe325-d9ef-498a-81a7-400f9e0766b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:36:26.010Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:26.010Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:26.012Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:26.012Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:26.112Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:26.113Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:26.113Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:26.128Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:26.129Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:27.013Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:27.014Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:27.017Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:27.018Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:36:27.118Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:27.118Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:27.119Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:27.133Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:27.133Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:28.018Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:28.019Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:28.021Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:28.022Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:36:28.122Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:28.124Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:28.124Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:28.147Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:28.148Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:29.022Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:29.023Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:29.025Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:29.025Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:29.127Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-30T06:36:29.128Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:29.128Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:29.143Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:29.144Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:30.026Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:30.026Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:30.028Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:30.028Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:36:30.129Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:30.130Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:30.130Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:30.145Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:30.145Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:31.029Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:31.030Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:31.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:31.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:36:31.132Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:31.133Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:31.134Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:31.151Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:31.151Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:32.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:32.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:32.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:32.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:36:32.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:32.136Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:32.137Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:32.153Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:32.154Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:33.037Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "serviceName": "vFW 2022-06-30 06-32-26",
  "serviceVersion": "1.0",
  "serviceUUID": "c7394348-1fed-4576-828b-c117769aeaed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "97d6e064-565a-45c9-aff8-4d826ffe6dc2",
  "resources": [
    {
      "resourceInstanceName": "vFW da985c01-8bdd 0",
      "resourceCustomizationUUID": "fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f",
      "resourceName": "vFW da985c01-8bdd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52c761e8-c52b-479d-9806-fbe6896a2f5d",
      "resourceInvariantUUID": "da04cdbd-81e0-4f26-a1ad-b350e8af2fbd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwda985c018bdd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
          "artifactChecksum": "ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e93ea084-90f6-4688-9020-d98fb56c1811",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a9eea8d5-770e-4252-947d-cf3504e3e616",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6cdde2f2-0664-4d13-a134-7fe1713bf6fb",
            "generatedFromUUID": "a9eea8d5-770e-4252-947d-cf3504e3e616"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6cdde2f2-0664-4d13-a134-7fe1713bf6fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220630063226-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
      "artifactChecksum": "NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1dfe325-d9ef-498a-81a7-400f9e0766b4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:36:33.038Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:36:33.038Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c7394348-1fed-4576-828b-c117769aeaed ASDC
2022-06-30T06:36:33.038Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:042878c0-b1f4-4d96-8b96-39f1a62be399
ServiceName:vFW 2022-06-30 06-32-26
ServiceVersion:1.0
ServiceUUID:c7394348-1fed-4576-828b-c117769aeaed
ServiceInvariantUUID:97d6e064-565a-45c9-aff8-4d826ffe6dc2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630063226-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
ArtifactUUID:f1dfe325-d9ef-498a-81a7-400f9e0766b4
ArtifactChecksum:NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW da985c01-8bdd 0
ResourceCustomizationUUID:fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
ResourceInvariantUUID:da04cdbd-81e0-4f26-a1ad-b350e8af2fbd
ResourceName:vFW da985c01-8bdd
ResourceType:VF
ResourceUUID:52c761e8-c52b-479d-9806-fbe6896a2f5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwda985c018bdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
ArtifactUUID:e93ea084-90f6-4688-9020-d98fb56c1811
ArtifactChecksum:ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY=
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
ArtifactUUID:a9eea8d5-770e-4252-947d-cf3504e3e616
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
ArtifactUUID:6cdde2f2-0664-4d13-a134-7fe1713bf6fb
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
ArtifactUUID:6cdde2f2-0664-4d13-a134-7fe1713bf6fb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T06:36:33.038Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7394348-1fed-4576-828b-c117769aeaed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:36:33.074Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1dfe325-d9ef-498a-81a7-400f9e0766b4 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.244Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:33.251Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar f1dfe325-d9ef-498a-81a7-400f9e0766b4 99032
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar ASDC sendASDCNotification
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:33.255Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:33.255Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570993251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:33.355Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:33.356Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:33.356Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:33.370Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:33.370Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:34.256Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:36:34.256Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1dfe325-d9ef-498a-81a7-400f9e0766b4, URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar to file: /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.258Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.581Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11674669699546627621/Definitions/service-Vfw20220630063226-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-30T06:36:36.751Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW da985c01-8bdd 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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a54820f2-39dd-4af1-b50e-e5c435bf8906
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab57c0b-550d-42eb-be10-1332d77043ba
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aad62d63-45d2-4d76-a8bb-52c13d8f0d90
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.777Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-30 06-32-26
Description:catalog service description
Model UUID:c7394348-1fed-4576-828b-c117769aeaed
Model Version:NULL
Model InvariantUuid:97d6e064-565a-45c9-aff8-4d826ffe6dc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW da985c01-8bdd
Model UUID:3a8cad0d-d19c-4c83-b4a1-0ca07275c057
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da04cdbd-81e0-4f26-a1ad-b350e8af2fbd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b06f67a7-034e-4c58-af5f-c5e496cd583c
ModelName:VfwDa985c018bdd..base_vfw..module-0
ModelUuid:577b9d30-feb2-4e55-87ee-485d0a9cc163
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a54820f2-39dd-4af1-b50e-e5c435bf8906
ModelInvariantUuid:d2cc4547-4ecc-4c70-95c7-d7f234b386c1
ModelName:vFW da985c01-8bdd-nodes.vfwCvfc
ModelUuid:ed36e0f9-b3e4-42e4-83f1-79ab1804185b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ea42d98b-d36a-4382-8cd2-1ef5686d909a
ModelInvariantUuid:c712c5c3-a822-470b-84b6-a21a734a00dd
ModelName:VfwDa985c018bdd.compute.nodes.heat.vfw
ModelUuid:89d8f041-b266-4b59-a982-af402320d431
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ab57c0b-550d-42eb-be10-1332d77043ba
ModelInvariantUuid:fc99b9bd-3571-4873-be19-b2a095e41c7f
ModelName:vFW da985c01-8bdd-nodes.vsnCvfc
ModelUuid:a4894028-32f8-44be-aa25-c51b83c65b3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7587ab0e-0519-4d80-bd25-495edf13563a
ModelInvariantUuid:e0a52087-8a55-4c0f-b34b-aefedaf6e75f
ModelName:VfwDa985c018bdd.compute.nodes.heat.vsn
ModelUuid:28d2acf2-438f-44b8-a554-f549368d55bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aad62d63-45d2-4d76-a8bb-52c13d8f0d90
ModelInvariantUuid:c1bfb8dc-fbda-49c6-be0a-84ab8047326b
ModelName:vFW da985c01-8bdd-nodes.vpgCvfc
ModelUuid:ef671d9c-18ba-4560-83da-c032ce6fa7d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f4e32f9e-a7c8-4dd7-990c-7279718c5c30
ModelInvariantUuid:21d0102d-8ba2-48cd-bbb9-1f21fa139df2
ModelName:VfwDa985c018bdd.compute.nodes.heat.vpg
ModelUuid:777287f9-f741-41fa-9364-79336fb9291d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:36:36.784Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52c761e8-c52b-479d-9806-fbe6896a2f5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||vFW da985c01-8bdd 0
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52c761e8-c52b-479d-9806-fbe6896a2f5d
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e93ea084-90f6-4688-9020-d98fb56c1811 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.913Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:36.913Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json e93ea084-90f6-4688-9020-d98fb56c1811 785
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json ASDC sendASDCNotification
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:36.917Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:36.917Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570996913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:37.017Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:37.018Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:37.018Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:37.034Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:37.034Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:37.918Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDa985c018bdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b06f67a7-034e-4c58-af5f-c5e496cd583c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "577b9d30-feb2-4e55-87ee-485d0a9cc163",
    "vfModuleModelCustomizationUUID": "e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d",
    "isBase": true,
    "artifacts": [
      "a9eea8d5-770e-4252-947d-cf3504e3e616",
      "6cdde2f2-0664-4d13-a134-7fe1713bf6fb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:36:37.923Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDa985c018bdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:577b9d30-feb2-4e55-87ee-485d0a9cc163
VfModuleModelInvariantUUID:b06f67a7-034e-4c58-af5f-c5e496cd583c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9eea8d5-770e-4252-947d-cf3504e3e616
,
6cdde2f2-0664-4d13-a134-7fe1713bf6fb

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

isBase:true


}

2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDa985c018bdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b06f67a7-034e-4c58-af5f-c5e496cd583c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "577b9d30-feb2-4e55-87ee-485d0a9cc163",
    "vfModuleModelCustomizationUUID": "e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d",
    "isBase": true,
    "artifacts": [
      "a9eea8d5-770e-4252-947d-cf3504e3e616",
      "6cdde2f2-0664-4d13-a134-7fe1713bf6fb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDa985c018bdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:577b9d30-feb2-4e55-87ee-485d0a9cc163
VfModuleModelInvariantUUID:b06f67a7-034e-4c58-af5f-c5e496cd583c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9eea8d5-770e-4252-947d-cf3504e3e616
,
6cdde2f2-0664-4d13-a134-7fe1713bf6fb

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

isBase:true


}

2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9eea8d5-770e-4252-947d-cf3504e3e616 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.995Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:37.995Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml a9eea8d5-770e-4252-947d-cf3504e3e616 20368
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:37.998Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:37.998Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570997996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:38.098Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:38.099Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:38.100Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:38.120Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:38.120Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:38.999Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cdde2f2-0664-4d13-a134-7fe1713bf6fb from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:38.999Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:39.000Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:39.120Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:39.120Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env 6cdde2f2-0664-4d13-a134-7fe1713bf6fb 2098
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:39.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:39.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570999121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:36:39.224Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:39.225Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:39.225Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:39.241Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:39.242Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:40.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c7394348-1fed-4576-828b-c117769aeaed
2022-06-30T06:36:40.125Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW da985c01-8bdd 0 52c761e8-c52b-479d-9806-fbe6896a2f5d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:40.145Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fee85ec, org.onap.sdc.toscaparser.api.parameters.Input@64a1c3f5, org.onap.sdc.toscaparser.api.parameters.Input@7dbe081d, org.onap.sdc.toscaparser.api.parameters.Input@5b9619d7, org.onap.sdc.toscaparser.api.parameters.Input@109c26ac]
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
2022-06-30T06:36:40.148Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f matches Tosca VF Customization UUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
2022-06-30T06:36:40.148Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:36:40.150Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.151Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.151Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c881714
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d
2022-06-30T06:36:40.153Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a54820f2-39dd-4af1-b50e-e5c435bf8906
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab57c0b-550d-42eb-be10-1332d77043ba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aad62d63-45d2-4d76-a8bb-52c13d8f0d90
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c7394348-1fed-4576-828b-c117769aeaed: vFW da985c01-8bdd
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-30 06-32-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:40.344Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW da985c01-8bdd 52c761e8-c52b-479d-9806-fbe6896a2f5d 1 ASDC deployResourceStructure
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json ASDC sendASDCNotification
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:40.348Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:40.348Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571000345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:40.448Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:40.449Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:40.450Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:40.471Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:40.472Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:41.353Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:41.353Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571001349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:41.452Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-30T06:36:41.453Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:41.453Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:41.467Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:41.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:42.354Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:42.357Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:42.357Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571002354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:42.457Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:42.458Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:42.458Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:42.473Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:42.474Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar ASDC sendASDCNotification
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:43.359Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:43.361Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:43.361Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571003358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:36:43.461Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:43.462Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:43.463Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:43.479Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:36:43.479Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:44.362Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:36:44.372Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:37:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:37:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:37:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:14.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:14.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570855920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "aai-ml",
  "timestamp": 1656570856923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:37:14.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570850479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570868248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570870258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "clamp",
  "timestamp": 1656570871261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:37:14.105Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:14.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.384Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.387Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:37:14.387Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.393Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:37:44.393Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:37:44.400Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 042878c0-b1f4-4d96-8b96-39f1a62be399 and serviceModelVersionId: c7394348-1fed-4576-828b-c117769aeaed
2022-06-30T06:37:44.401Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6e064-565a-45c9-aff8-4d826ffe6dc2
2022-06-30T06:37:44.402Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0
2022-06-30T06:37:44.406Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:37:44.455Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T06:37:44.457Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|INFO|500||Invoke
2022-06-30T06:37:44.489Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:37:44.692Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|INFO|500||InvokeReturn
2022-06-30T06:37:44.697Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-06:37:44:499-70842], vertex-id=[225344], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:37:44 GMT], Content-Type=[application/json]}
2022-06-30T06:37:44.697Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:37:44.698Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:37:44.698Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:37:44.704Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:37:44.704Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 042878c0-b1f4-4d96-8b96-39f1a62be399 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:37:44.705Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:37:44.705Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:44.707Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:44.707Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571064705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:37:44.807Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:44.808Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:44.808Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:44.825Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:44.826Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:37:45.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:37:45.723Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:37:45.723Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:46.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:46.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:37:46.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"43bb6a28-51f4-4747-aaa5-2d717884d981","serviceName":"vFW 2022-06-30 06-35-24","serviceVersion":"1.0","serviceUUID":"2b2ff8f9-c777-42be-b24b-a3a691558884","serviceDescription":"catalog service description","serviceInvariantUUID":"6ddcd25e-3fe6-414d-a1e4-48b410f37485","resources":[{"resourceInstanceName":"vFW d397927f-a36c 0","resourceName":"vFW d397927f-a36c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1","resourceInvariantUUID":"19c4cfd4-142b-4ffa-835f-446c56fe7498","resourceCustomizationUUID":"66e0057e-0748-4308-aef6-badfb78445f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml","artifactChecksum":"YmY1NWYxMTFjM2E4MDg3MjI5MTlkYTMwMmQ3NmFlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4152aafe-f29d-4e6d-9ee4-3df5ad8d1e39","artifactVersion":"1"},{"artifactName":"vfwd397927fa36c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json","artifactChecksum":"MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b35b71ec-66ba-47b5-bafa-bab74c6787d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3f1b71c-ee2e-4199-8a4e-55e11d050887","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDE1MTgyMDZiNDllNTA2ZGJkZTcyOGJkMzBiNjUxZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58badc5d-6433-44c6-b567-9721e984ed1d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac2e3e3b-c826-4481-ae78-2538c89e0384","artifactVersion":"2","generatedFromUUID":"d3f1b71c-ee2e-4199-8a4e-55e11d050887"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630063524-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml","artifactChecksum":"YjczYTExYjZjNzc1NjUyZjY2NTBlOWQzZTc1OTQwMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa5e72e4-bccb-4a1c-a0b2-06044f6255b1","artifactVersion":"1"},{"artifactName":"service-Vfw20220630063524-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar","artifactChecksum":"YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8abc1afe-aec0-4b05-a308-2582fa07968e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:37:46.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:46.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:46.381Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:46.381Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:46.481Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:46.482Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:46.482Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:46.496Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:46.496Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:47.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:47.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:47.384Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:47.384Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:37:47.484Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:47.485Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:47.486Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:47.511Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:47.511Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:48.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:48.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:48.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:48.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:37:48.488Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:48.489Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:48.489Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:48.504Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:48.504Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:49.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:49.389Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:49.392Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:49.392Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:49.492Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:49.493Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:49.493Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:49.506Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:49.506Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:37:50.392Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:50.393Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:50.395Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:50.395Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:37:50.495Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:50.497Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:50.497Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:50.514Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:50.515Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:51.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:51.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:51.399Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:51.399Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:37:51.499Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:51.500Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:51.500Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:51.515Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:51.516Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:52.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:52.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:52.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:52.402Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:37:52.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:52.504Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:52.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:52.519Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:52.520Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:53.403Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "serviceName": "vFW 2022-06-30 06-35-24",
  "serviceVersion": "1.0",
  "serviceUUID": "2b2ff8f9-c777-42be-b24b-a3a691558884",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6ddcd25e-3fe6-414d-a1e4-48b410f37485",
  "resources": [
    {
      "resourceInstanceName": "vFW d397927f-a36c 0",
      "resourceCustomizationUUID": "66e0057e-0748-4308-aef6-badfb78445f1",
      "resourceName": "vFW d397927f-a36c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1",
      "resourceInvariantUUID": "19c4cfd4-142b-4ffa-835f-446c56fe7498",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd397927fa36c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
          "artifactChecksum": "MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b35b71ec-66ba-47b5-bafa-bab74c6787d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d3f1b71c-ee2e-4199-8a4e-55e11d050887",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ac2e3e3b-c826-4481-ae78-2538c89e0384",
            "generatedFromUUID": "d3f1b71c-ee2e-4199-8a4e-55e11d050887"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ac2e3e3b-c826-4481-ae78-2538c89e0384",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220630063524-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
      "artifactChecksum": "YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8abc1afe-aec0-4b05-a308-2582fa07968e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:37:53.403Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:37:53.404Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b2ff8f9-c777-42be-b24b-a3a691558884 ASDC
2022-06-30T06:37:53.404Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:43bb6a28-51f4-4747-aaa5-2d717884d981
ServiceName:vFW 2022-06-30 06-35-24
ServiceVersion:1.0
ServiceUUID:2b2ff8f9-c777-42be-b24b-a3a691558884
ServiceInvariantUUID:6ddcd25e-3fe6-414d-a1e4-48b410f37485
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630063524-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
ArtifactUUID:8abc1afe-aec0-4b05-a308-2582fa07968e
ArtifactChecksum:YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d397927f-a36c 0
ResourceCustomizationUUID:66e0057e-0748-4308-aef6-badfb78445f1
ResourceInvariantUUID:19c4cfd4-142b-4ffa-835f-446c56fe7498
ResourceName:vFW d397927f-a36c
ResourceType:VF
ResourceUUID:4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd397927fa36c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
ArtifactUUID:b35b71ec-66ba-47b5-bafa-bab74c6787d5
ArtifactChecksum:MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk=
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
ArtifactUUID:d3f1b71c-ee2e-4199-8a4e-55e11d050887
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
ArtifactUUID:ac2e3e3b-c826-4481-ae78-2538c89e0384
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
ArtifactUUID:ac2e3e3b-c826-4481-ae78-2538c89e0384
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T06:37:53.404Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b2ff8f9-c777-42be-b24b-a3a691558884 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:53.437Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8abc1afe-aec0-4b05-a308-2582fa07968e from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.439Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:53.439Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.615Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar 8abc1afe-aec0-4b05-a308-2582fa07968e 99020
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar ASDC sendASDCNotification
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:53.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:53.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571073620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:37:53.722Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:53.723Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:53.723Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:53.742Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:53.743Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:54.623Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8abc1afe-aec0-4b05-a308-2582fa07968e, URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar to file: /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.625Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.625Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.878Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14787441845695738084/Definitions/service-Vfw20220630063524-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d397927f-a36c 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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf7f4e22-d293-42ef-b26a-94e88f8ea616
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=54fddc96-3e55-4ee3-96c0-51fc43f1a067
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc889022-909e-4721-a73c-13d9127a07dc
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-30 06-35-24
Description:catalog service description
Model UUID:2b2ff8f9-c777-42be-b24b-a3a691558884
Model Version:NULL
Model InvariantUuid:6ddcd25e-3fe6-414d-a1e4-48b410f37485
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d397927f-a36c
Model UUID:173173ac-2d9a-4622-8fe3-4df56d30792c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19c4cfd4-142b-4ffa-835f-446c56fe7498
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66e0057e-0748-4308-aef6-badfb78445f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c6cb86d5-e25d-484b-bb40-81d030fb5e66
ModelName:VfwD397927fA36c..base_vfw..module-0
ModelUuid:0004a355-cb08-464a-b08a-450b0b40c1d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf7f4e22-d293-42ef-b26a-94e88f8ea616
ModelInvariantUuid:34649641-f26d-4b0c-9256-23245fdc8b03
ModelName:vFW d397927f-a36c-nodes.vfwCvfc
ModelUuid:26f009b2-cfd1-46fa-b9c6-659bbba0ad8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d1199459-58a9-4814-80fe-2dafa4a74a6e
ModelInvariantUuid:3f5c27ae-9df0-4bc6-b5f3-22b1a37eaffd
ModelName:VfwD397927fA36c.compute.nodes.heat.vfw
ModelUuid:5c3965a3-14a8-477b-8216-53ca590b005e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54fddc96-3e55-4ee3-96c0-51fc43f1a067
ModelInvariantUuid:169cd924-6bd1-423d-aa6a-e8f90b833fe4
ModelName:vFW d397927f-a36c-nodes.vsnCvfc
ModelUuid:79dadf05-8f04-457b-969d-00017d3a8867
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:715626a5-133b-4915-949f-24c18f304c78
ModelInvariantUuid:38eb9d88-f36f-445b-aef2-fd9b7091b831
ModelName:VfwD397927fA36c.compute.nodes.heat.vsn
ModelUuid:53f7dc37-165b-4643-b40a-b73cbb4c7458
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bc889022-909e-4721-a73c-13d9127a07dc
ModelInvariantUuid:2781f997-e2db-4dec-8df7-507ec3cbb289
ModelName:vFW d397927f-a36c-nodes.vpgCvfc
ModelUuid:3b6f124c-a390-4138-8902-e9af95af4df1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e0233703-a581-450d-bad0-dcf930eca8e4
ModelInvariantUuid:991f6765-9430-43cd-ad7b-96ffe54a5beb
ModelName:VfwD397927fA36c.compute.nodes.heat.vpg
ModelUuid:087a5f23-275c-4220-a696-27a5538971d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:37:57.165Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||vFW d397927f-a36c 0
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b35b71ec-66ba-47b5-bafa-bab74c6787d5 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.169Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:57.169Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.237Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:57.237Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json b35b71ec-66ba-47b5-bafa-bab74c6787d5 785
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json ASDC sendASDCNotification
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:57.239Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:57.241Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:57.241Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571077238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:37:57.344Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-30T06:37:57.345Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:57.345Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:57.357Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:57.358Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:58.242Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD397927fA36c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c6cb86d5-e25d-484b-bb40-81d030fb5e66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0004a355-cb08-464a-b08a-450b0b40c1d0",
    "vfModuleModelCustomizationUUID": "7f1ffa02-31b4-4146-a56b-0f665dcd9045",
    "isBase": true,
    "artifacts": [
      "d3f1b71c-ee2e-4199-8a4e-55e11d050887",
      "ac2e3e3b-c826-4481-ae78-2538c89e0384"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:37:58.246Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD397927fA36c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0004a355-cb08-464a-b08a-450b0b40c1d0
VfModuleModelInvariantUUID:c6cb86d5-e25d-484b-bb40-81d030fb5e66
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3f1b71c-ee2e-4199-8a4e-55e11d050887
,
ac2e3e3b-c826-4481-ae78-2538c89e0384

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

isBase:true


}

2022-06-30T06:37:58.249Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD397927fA36c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c6cb86d5-e25d-484b-bb40-81d030fb5e66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0004a355-cb08-464a-b08a-450b0b40c1d0",
    "vfModuleModelCustomizationUUID": "7f1ffa02-31b4-4146-a56b-0f665dcd9045",
    "isBase": true,
    "artifacts": [
      "d3f1b71c-ee2e-4199-8a4e-55e11d050887",
      "ac2e3e3b-c826-4481-ae78-2538c89e0384"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD397927fA36c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0004a355-cb08-464a-b08a-450b0b40c1d0
VfModuleModelInvariantUUID:c6cb86d5-e25d-484b-bb40-81d030fb5e66
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3f1b71c-ee2e-4199-8a4e-55e11d050887
,
ac2e3e3b-c826-4481-ae78-2538c89e0384

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

isBase:true


}

2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3f1b71c-ee2e-4199-8a4e-55e11d050887 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.316Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml d3f1b71c-ee2e-4199-8a4e-55e11d050887 20368
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:58.319Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:58.321Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:58.321Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571078318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:37:58.421Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:58.422Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:58.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:58.438Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:58.439Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac2e3e3b-c826-4481-ae78-2538c89e0384 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.423Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env ac2e3e3b-c826-4481-ae78-2538c89e0384 2098
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:59.425Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:59.427Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:59.427Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571079424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:37:59.528Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:59.529Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:59.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:59.544Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:37:59.544Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:00.428Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2b2ff8f9-c777-42be-b24b-a3a691558884
2022-06-30T06:38:00.428Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d397927f-a36c 0 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:38:00.454Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cab30c9, org.onap.sdc.toscaparser.api.parameters.Input@1f55e25c, org.onap.sdc.toscaparser.api.parameters.Input@24810575, org.onap.sdc.toscaparser.api.parameters.Input@4b3687b5, org.onap.sdc.toscaparser.api.parameters.Input@7eaecb62]
2022-06-30T06:38:00.455Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.456Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.456Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-30T06:38:00.456Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 66e0057e-0748-4308-aef6-badfb78445f1
2022-06-30T06:38:00.457Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66e0057e-0748-4308-aef6-badfb78445f1 matches Tosca VF Customization UUID: 66e0057e-0748-4308-aef6-badfb78445f1
2022-06-30T06:38:00.457Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 66e0057e-0748-4308-aef6-badfb78445f1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:38:00.459Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.460Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.461Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 66e0057e-0748-4308-aef6-badfb78445f1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-30T06:38:00.461Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1daba73b
2022-06-30T06:38:00.461Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.461Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:38:00.462Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f1ffa02-31b4-4146-a56b-0f665dcd9045
2022-06-30T06:38:00.462Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f1ffa02-31b4-4146-a56b-0f665dcd9045
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:38:00.464Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.465Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.465Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:38:00.465Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.465Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.465Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:38:00.466Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:38:00.467Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.468Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf7f4e22-d293-42ef-b26a-94e88f8ea616
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:38:00.470Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.470Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.470Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:38:00.470Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.471Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:38:00.472Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.473Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=54fddc96-3e55-4ee3-96c0-51fc43f1a067
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:38:00.474Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.474Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.474Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:38:00.475Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.476Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.476Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.476Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:38:00.476Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:38:00.476Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:38:00.477Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:38:00.477Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:38:00.477Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:38:00.477Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc889022-909e-4721-a73c-13d9127a07dc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:38:00.479Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.479Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.479Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:38:00.479Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.480Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:38:00.480Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=66e0057e-0748-4308-aef6-badfb78445f1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:38:00.481Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.481Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2b2ff8f9-c777-42be-b24b-a3a691558884: vFW d397927f-a36c
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.482Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.483Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.483Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.483Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.483Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:38:00.483Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:38:00.484Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-30 06-35-24 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:38:00.670Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d397927f-a36c 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1 1 ASDC deployResourceStructure
2022-06-30T06:38:00.670Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json ASDC sendASDCNotification
2022-06-30T06:38:00.670Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:38:00.671Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:38:00.671Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:38:00.673Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:38:00.673Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571080670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:00.773Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:38:00.774Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:38:00.774Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:38:00.793Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:38:00.794Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:01.674Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:38:01.674Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:38:01.674Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:38:01.675Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:38:01.676Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:38:01.676Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571081674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:01.776Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:38:01.778Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:38:01.778Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:38:01.794Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:38:01.794Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:02.677Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:38:02.677Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:38:02.677Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:38:02.678Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:38:02.679Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:38:02.680Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571082677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:02.780Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:38:02.780Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:38:02.781Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:38:02.795Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:38:02.795Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:03.680Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar ASDC sendASDCNotification
2022-06-30T06:38:03.680Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:38:03.681Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:38:03.681Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:38:03.683Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:38:03.683Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571083680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:03.783Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:38:03.784Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:38:03.784Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:38:03.804Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:38:03.805Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:04.683Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:38:04.694Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:38:04.696Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:38:04.696Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:38:04.696Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:38:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:38:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:38:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:38:14.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:38:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570980523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570993251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570996913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570997996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656570999121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571000345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571001349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571002354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571003358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571008485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571010704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571013497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571020753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571021272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571021840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571022277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571022945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571016523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "policy-id",
  "timestamp": 1656571023280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:38:14.120Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:38:14.120Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:38:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571024065,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:38:14.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:38:14.136Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571017078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571024421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571025070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571024850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "cds",
  "timestamp": 1656571025855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:38:14.151Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:38:14.151Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:38:14.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571019941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571027799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571031321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:38:14.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:14.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571032326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:38:14.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:38:14.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:38:14.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:38:14.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:38:14.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:38:34.697Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:38:34.710Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:38:34.715Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:38:34.715Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:38:34.716Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:39:04.716Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:39:04.729Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:39:04.732Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:39:04.732Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:39:04.733Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:39:14.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:39:14.050Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:39:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:39:14.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:39:14.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571035689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "aai-ml",
  "timestamp": 1656571036692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:39:14.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:39:14.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:39:14.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571030479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:39:14.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571043279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:39:14.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571046281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "clamp",
  "timestamp": 1656571047284,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:39:14.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43bb6a28-51f4-4747-aaa5-2d717884d981
2022-06-30T06:39:14.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43bb6a28-51f4-4747-aaa5-2d717884d981 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:39:14.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571064705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:39:14.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:39:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:39:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-30T06:39:14.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:39:14.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571065722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:39:14.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:39:14.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571073620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:39:14.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571077238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:39:14.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571078318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:39:14.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571079424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:39:14.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571080670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571081674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571082677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:14.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:39:14.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571083680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:39:14.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:39:34.733Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:39:34.747Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:39:34.751Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:39:34.752Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:39:34.752Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:39:34.752Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:39:34.752Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:39:34.753Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:39:34.760Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:40:04.761Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43bb6a28-51f4-4747-aaa5-2d717884d981 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:40:04.768Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43bb6a28-51f4-4747-aaa5-2d717884d981 and serviceModelVersionId: 2b2ff8f9-c777-42be-b24b-a3a691558884
2022-06-30T06:40:04.768Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ddcd25e-3fe6-414d-a1e4-48b410f37485
2022-06-30T06:40:04.769Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0
2022-06-30T06:40:04.774Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:40:04.830Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T06:40:04.832Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0|INFO|500||Invoke
2022-06-30T06:40:04.858Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:40:05.048Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0|INFO|500||InvokeReturn
2022-06-30T06:40:05.049Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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/6ddcd25e-3fe6-414d-a1e4-48b410f37485/model-vers/model-ver/2b2ff8f9-c777-42be-b24b-a3a691558884?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-06:40:04:867-21313], vertex-id=[376856], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:40:04 GMT], Content-Type=[application/json]}
2022-06-30T06:40:05.050Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:40:05.050Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:40:05.050Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:40:05.057Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:40:05.058Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43bb6a28-51f4-4747-aaa5-2d717884d981 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:40:05.058Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:40:05.058Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:40:05.060Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:40:05.061Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571205058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:40:05.161Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:40:05.162Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:40:05.162Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:05.178Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:05.179Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:40:06.095Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:06.096Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:06.096Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:14.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:14.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:40:14.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571205058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:40:14.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:40:16.423Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:16.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:16.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:16.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:25.985Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:25.985Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:25.986Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:25.986Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:35.529Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:35.530Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:35.531Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:35.531Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:45.076Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:45.077Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:45.077Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:45.078Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:40:54.621Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:40:54.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:40:54.623Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:40:54.623Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:41:04.202Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:41:14.045Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:41:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:41:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:41:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:41:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:41:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:41:23.585Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:41:23.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:42:14.045Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:42:14.047Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:42:14.047Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:42:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:42:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:42:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:42:23.610Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:42:23.610Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:43:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:43:14.047Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:43:14.047Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:43:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:43:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:43:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:43:23.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:43:23.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:44:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:44:14.047Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:44:14.048Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:44:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:44:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:44:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:44:23.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:44:23.630Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:45:14.045Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:45:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:45:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:45:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:45:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:45:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:45:23.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:45:23.642Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:14.045Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:46:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:46:14.046Z|43bb6a28-51f4-4747-aaa5-2d717884d981|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:14.048Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:46:14.049Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:46:14.049Z|042878c0-b1f4-4d96-8b96-39f1a62be399|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:14.667Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:14.668Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:46:14.668Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571568485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "clamp",
  "timestamp": 1656571570479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:46:14.670Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "cds",
  "timestamp": 1656571572078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:46:14.671Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:46:14.671Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:46:14.671Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571570704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:46:14.671Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:46:14.676Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:14.677Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:46:14.677Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c994e3d-2f00-486a-88dd-ac86816ace29","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e4e49aa2-5f54-4567-a438-618f9ac3d26f","serviceDescription":"service","serviceInvariantUUID":"e8d9a909-8de9-4e94-aba1-f6d19eeffaf1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"738d01a4-4b0a-4755-87d6-f3f0b7d34d18","resourceInvariantUUID":"664146f8-ef7a-47b1-b8ce-026376331f27","resourceCustomizationUUID":"14cdc906-7dc1-453a-aeeb-ce35ca8a998f","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":"NjAxNGYzNzFkOWNiZTdmZDA3NDNiMTc4MWUzYTQyNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9170b973-fc9a-4eaa-aa01-8580531d6dc0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTY2MjJiODYzOWJlODViZjRhNWIyNGVkNmIwMWYwMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83c0202e-4f80-4cd9-9896-c80df86174fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:46:14.680Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:46:14.680Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:46:14.683Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:46:14.684Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:46:14.783Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:46:14.786Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:46:14.786Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:14.802Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:14.802Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:46:15.684Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:46:15.685Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:46:15.687Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:46:15.687Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:46:15.787Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:46:15.788Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:46:15.788Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:15.804Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:15.805Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:46:16.688Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e4e49aa2-5f54-4567-a438-618f9ac3d26f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e8d9a909-8de9-4e94-aba1-f6d19eeffaf1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "14cdc906-7dc1-453a-aeeb-ce35ca8a998f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "738d01a4-4b0a-4755-87d6-f3f0b7d34d18",
      "resourceInvariantUUID": "664146f8-ef7a-47b1-b8ce-026376331f27",
      "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": "MTY2MjJiODYzOWJlODViZjRhNWIyNGVkNmIwMWYwMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83c0202e-4f80-4cd9-9896-c80df86174fd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:46:16.688Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:46:16.689Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4e49aa2-5f54-4567-a438-618f9ac3d26f ASDC
2022-06-30T06:46:16.690Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5c994e3d-2f00-486a-88dd-ac86816ace29
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e4e49aa2-5f54-4567-a438-618f9ac3d26f
ServiceInvariantUUID:e8d9a909-8de9-4e94-aba1-f6d19eeffaf1
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:83c0202e-4f80-4cd9-9896-c80df86174fd
ArtifactChecksum:MTY2MjJiODYzOWJlODViZjRhNWIyNGVkNmIwMWYwMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:14cdc906-7dc1-453a-aeeb-ce35ca8a998f
ResourceInvariantUUID:664146f8-ef7a-47b1-b8ce-026376331f27
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:738d01a4-4b0a-4755-87d6-f3f0b7d34d18
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-30T06:46:16.691Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4e49aa2-5f54-4567-a438-618f9ac3d26f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:46:16.738Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:46:16.740Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:46:16.740Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:46:16.740Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 83c0202e-4f80-4cd9-9896-c80df86174fd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-30T06:46:16.740Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:46:16.741Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-30T06:46:16.819Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:46:16.822Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 83c0202e-4f80-4cd9-9896-c80df86174fd 52509
2022-06-30T06:46:16.823Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-30T06:46:16.823Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-30T06:46:16.823Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:46:16.824Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:46:16.825Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:46:16.826Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571576823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:46:16.927Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-30T06:46:16.928Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:46:16.928Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:16.944Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:16.944Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:46:17.827Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:46:17.828Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:46:17.829Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 83c0202e-4f80-4cd9-9896-c80df86174fd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:17.829Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-30T06:46:17.830Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:17.831Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.009Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18051368345174615546/Definitions/service-BasicNetwork-template.yml
2022-06-30T06:46:18.666Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.667Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.668Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.668Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.668Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.668Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:46:18.668Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.669Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.669Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-30T06:46:18.669Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:46:18.670Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.671Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.671Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.671Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.671Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.671Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.672Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.672Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.672Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.672Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.672Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e4e49aa2-5f54-4567-a438-618f9ac3d26f
Model Version:NULL
Model InvariantUuid:e8d9a909-8de9-4e94-aba1-f6d19eeffaf1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:664146f8-ef7a-47b1-b8ce-026376331f27
Model UUID:3eb67d13-29de-4775-ae2c-10213820d2fb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:14cdc906-7dc1-453a-aeeb-ce35ca8a998f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:46:18.679Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 738d01a4-4b0a-4755-87d6-f3f0b7d34d18
2022-06-30T06:46:18.679Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||No resources found for Service: e4e49aa2-5f54-4567-a438-618f9ac3d26f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:46:18.686Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||
2022-06-30T06:46:18.686Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-30T06:46:18.688Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e4e49aa2-5f54-4567-a438-618f9ac3d26f
2022-06-30T06:46:18.688Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e4e49aa2-5f54-4567-a438-618f9ac3d26f
2022-06-30T06:46:18.688Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-30T06:46:18.688Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:46:18.693Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8e5eaa9, org.onap.sdc.toscaparser.api.parameters.Input@6085013d, org.onap.sdc.toscaparser.api.parameters.Input@17bf9880, org.onap.sdc.toscaparser.api.parameters.Input@4bec0edb, org.onap.sdc.toscaparser.api.parameters.Input@6c7b05ad]
2022-06-30T06:46:18.695Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.695Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.695Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.695Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.695Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e4e49aa2-5f54-4567-a438-618f9ac3d26f: Generic NeutronNet
2022-06-30T06:46:18.696Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.696Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.696Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.696Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-30T06:46:18.749Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.749Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.750Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.750Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.750Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:46:18.750Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:46:18.751Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-30T06:46:18.799Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-30T06:46:18.800Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-30T06:46:18.800Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-30T06:46:18.800Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:46:18.800Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:46:18.802Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:46:18.802Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571578800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:46:18.902Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:46:18.903Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:46:18.904Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:46:18.917Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:46:18.918Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:46:19.803Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:46:19.817Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:46:19.819Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:46:19.819Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:46:19.819Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:46:49.819Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:46:49.840Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:46:49.843Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:46:49.843Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:46:49.844Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:47:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:47:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:47:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:47:14.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:47:14.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:47:14.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "clamp",
  "timestamp": 1656571570479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:47:14.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:47:19.844Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:47:19.856Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:47:19.859Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:47:19.860Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:47:19.860Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:47:49.860Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:47:49.870Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:47:49.872Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:47:49.873Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:47:49.873Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:48:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:48:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:48:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:48:14.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:48:14.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:48:14.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571568485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:48:14.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:48:19.873Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:48:19.884Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:48:19.886Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:48:19.886Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:48:19.886Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:48:49.887Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:48:49.897Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:48:49.899Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:48:49.899Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:48:49.899Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:49:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:49:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:49:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:14.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "cds",
  "timestamp": 1656571572078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571570704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "policy-id",
  "timestamp": 1656571573497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "policy-id",
  "timestamp": 1656571573497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "cds",
  "timestamp": 1656571575430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "policy-id",
  "timestamp": 1656571576228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571576823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "cds",
  "timestamp": 1656571576440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.100Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c994e3d-2f00-486a-88dd-ac86816ace29
2022-06-30T06:49:14.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c994e3d-2f00-486a-88dd-ac86816ace29 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "policy-id",
  "timestamp": 1656571577233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "policy-id",
  "timestamp": 1656571578240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c994e3d-2f00-486a-88dd-ac86816ace29
2022-06-30T06:49:14.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c994e3d-2f00-486a-88dd-ac86816ace29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571578800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "clamp",
  "timestamp": 1656571580370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "clamp",
  "timestamp": 1656571582379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "clamp",
  "timestamp": 1656571583383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c994e3d-2f00-486a-88dd-ac86816ace29
2022-06-30T06:49:14.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c994e3d-2f00-486a-88dd-ac86816ace29 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "aai-ml",
  "timestamp": 1656571589263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571592760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "aai-ml",
  "timestamp": 1656571593913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571594510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571587078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "aai-ml",
  "timestamp": 1656571594917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c994e3d-2f00-486a-88dd-ac86816ace29
2022-06-30T06:49:14.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c994e3d-2f00-486a-88dd-ac86816ace29 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571595515,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.165Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c994e3d-2f00-486a-88dd-ac86816ace29
2022-06-30T06:49:14.165Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c994e3d-2f00-486a-88dd-ac86816ace29 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571588485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571595915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "cds",
  "timestamp": 1656571596922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571590704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571599630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571600835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571601839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571602279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571586523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571603283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571589936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571604059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "policy-id",
  "timestamp": 1656571604286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.236Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.236Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571604873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571606770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571607774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571600480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571609308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "aai-ml",
  "timestamp": 1656571610312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571619505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571608485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571610704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571613497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571621384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571622083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571621633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "clamp",
  "timestamp": 1656571622388,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e985a41-1758-4472-a1cb-42dc0cf41e21
2022-06-30T06:49:14.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e985a41-1758-4472-a1cb-42dc0cf41e21 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571622636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571623175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "policy-id",
  "timestamp": 1656571623639,
  "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-06-30T06:49:14.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:49:14.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571624340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571624432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571624876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571625449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:49:14.340Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:49:14.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "cds",
  "timestamp": 1656571625883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:49:14.352Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571626453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571627729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571630009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571631013,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:14.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:49:14.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571633136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:49:14.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:14.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:49:19.899Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:49:19.912Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.915Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.916Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:49:19.916Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:49:19.921Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:49:49.921Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c994e3d-2f00-486a-88dd-ac86816ace29 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:49:49.930Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c994e3d-2f00-486a-88dd-ac86816ace29 and serviceModelVersionId: e4e49aa2-5f54-4567-a438-618f9ac3d26f
2022-06-30T06:49:49.931Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8d9a909-8de9-4e94-aba1-f6d19eeffaf1
2022-06-30T06:49:49.933Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0
2022-06-30T06:49:49.940Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:49:49.999Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0|INFO|500||Invoke
2022-06-30T06:49:50.000Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c994e3d-2f00-486a-88dd-ac86816ace29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa64b291-5111-4bcc-8a82-8d06409dd378], X-ECOMP-RequestID=[5c994e3d-2f00-486a-88dd-ac86816ace29], X-TransactionId=[], X-ONAP-RequestID=[5c994e3d-2f00-486a-88dd-ac86816ace29], Content-Type=[application/merge-patch+json]}
2022-06-30T06:49:50.029Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:49:50.121Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?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/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-06:49:50:038-88013], vertex-id=[254016], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:49:50 GMT], Content-Type=[application/json]}
2022-06-30T06:49:50.121Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:49:50.122Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8d9a909-8de9-4e94-aba1-f6d19eeffaf1/model-vers/model-ver/e4e49aa2-5f54-4567-a438-618f9ac3d26f?depth=0|INFO|500||InvokeReturn
2022-06-30T06:49:50.123Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:49:50.123Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:49:50.129Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:49:50.129Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c994e3d-2f00-486a-88dd-ac86816ace29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:49:50.130Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:49:50.130Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:50.132Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:50.132Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571790129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:49:50.232Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:49:50.233Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:50.234Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:50.255Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:50.256Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:49:51.155Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:49:51.156Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:49:51.156Z|5c994e3d-2f00-486a-88dd-ac86816ace29|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:55.569Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:55.571Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:49:55.571Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e985a41-1758-4472-a1cb-42dc0cf41e21","serviceName":"Demo_pNF_oW9ifYS5BvixaidNznRS","serviceVersion":"1.0","serviceUUID":"d0637c94-7703-422c-8b9c-15f118549356","serviceDescription":"catalog service description","serviceInvariantUUID":"ea079490-23d0-4bbb-ad95-dc9dd9926328","resources":[{"resourceInstanceName":"pNF 02b1cc25-52b9 0","resourceName":"pNF 02b1cc25-52b9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"048cd18d-b18a-484a-b4c3-b14b50a37743","resourceInvariantUUID":"b3bdc768-f315-4320-b826-73497be79df6","resourceCustomizationUUID":"13aed805-5724-4885-a2ba-7f90a38f2729","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml","artifactChecksum":"MTgyYjNjNzAzZmI2ZWI0YzEwYjMyMjE0MmRlZWFmYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47ecb97e-32c5-417a-8a2c-7d3fec4c9850","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar","artifactChecksum":"YWQxMTBjM2RkNGM3YzE0MjVkM2FjNTYyMDcwNTM4ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77523c1b-67a9-4819-88ea-20e26073825c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c253270-a82f-408e-a492-fed9dc71b03f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml","artifactChecksum":"NzA3OTllYzk5OTcyZDU3ZDJhYTgyNGRmMmE5MTVkMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1335f7f6-6bfb-446f-8b82-429bfb979b00","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d20fded-87b6-420d-88bf-a0e87d0af87a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af4b25cb-13e5-4f02-94e5-45ff2465e0f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOw9ifys5bvixaidnznrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml","artifactChecksum":"YThkYzZlMmM2Y2IwNTkwODQwZTljYjBhNTk0YTFlZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a09dd2c7-7e5a-498d-8cb2-0877556e1ba3","artifactVersion":"1"},{"artifactName":"service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar","artifactChecksum":"NWFlZmExMWE3NzNhMmNkZjk5MzU1ZDk3OWY2MDY2ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35770d43-53c7-4221-a719-fdba4f67fb79","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:49:55.574Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:49:55.574Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:55.576Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:55.576Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:55.676Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:49:55.677Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:55.677Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:55.690Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:55.691Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:49:56.577Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:49:56.578Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:56.580Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:56.580Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:56.680Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:49:56.681Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:56.681Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:56.698Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:56.698Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:49:57.581Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:49:57.581Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:57.583Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:57.583Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:57.683Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:49:57.684Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:57.684Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:57.698Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:57.699Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:49:58.584Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:49:58.584Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:58.586Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:58.586Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:58.686Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:49:58.688Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:58.688Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:58.703Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:58.704Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:49:59.587Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:49:59.588Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:49:59.590Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:49:59.590Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:49:59.690Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:49:59.691Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:49:59.691Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:49:59.705Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:49:59.705Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:00.590Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:00.591Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:00.593Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:00.593Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:00.693Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:00.694Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:00.694Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:00.709Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:00.710Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:50:01.594Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:01.595Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:01.597Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:01.597Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:01.697Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:01.698Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:01.698Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:01.715Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:01.716Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:02.598Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:02.598Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:02.600Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:02.600Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:02.701Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-30T06:50:02.702Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:02.702Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:02.721Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:02.722Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:03.602Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "serviceName": "Demo_pNF_oW9ifYS5BvixaidNznRS",
  "serviceVersion": "1.0",
  "serviceUUID": "d0637c94-7703-422c-8b9c-15f118549356",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea079490-23d0-4bbb-ad95-dc9dd9926328",
  "resources": [
    {
      "resourceInstanceName": "pNF 02b1cc25-52b9 0",
      "resourceCustomizationUUID": "13aed805-5724-4885-a2ba-7f90a38f2729",
      "resourceName": "pNF 02b1cc25-52b9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "048cd18d-b18a-484a-b4c3-b14b50a37743",
      "resourceInvariantUUID": "b3bdc768-f315-4320-b826-73497be79df6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
      "artifactChecksum": "NWFlZmExMWE3NzNhMmNkZjk5MzU1ZDk3OWY2MDY2ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35770d43-53c7-4221-a719-fdba4f67fb79"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:50:03.602Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:50:03.602Z|5c994e3d-2f00-486a-88dd-ac86816ace29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0637c94-7703-422c-8b9c-15f118549356 ASDC
2022-06-30T06:50:03.602Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0e985a41-1758-4472-a1cb-42dc0cf41e21
ServiceName:Demo_pNF_oW9ifYS5BvixaidNznRS
ServiceVersion:1.0
ServiceUUID:d0637c94-7703-422c-8b9c-15f118549356
ServiceInvariantUUID:ea079490-23d0-4bbb-ad95-dc9dd9926328
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
ArtifactUUID:35770d43-53c7-4221-a719-fdba4f67fb79
ArtifactChecksum:NWFlZmExMWE3NzNhMmNkZjk5MzU1ZDk3OWY2MDY2ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 02b1cc25-52b9 0
ResourceCustomizationUUID:13aed805-5724-4885-a2ba-7f90a38f2729
ResourceInvariantUUID:b3bdc768-f315-4320-b826-73497be79df6
ResourceName:pNF 02b1cc25-52b9
ResourceType:PNF
ResourceUUID:048cd18d-b18a-484a-b4c3-b14b50a37743
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-30T06:50:03.602Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0637c94-7703-422c-8b9c-15f118549356 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:50:03.626Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:50:03.626Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:03.626Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:03.626Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 35770d43-53c7-4221-a719-fdba4f67fb79 from URL: /sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:03.626Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:50:03.627Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:03.928Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:50:03.932Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar 35770d43-53c7-4221-a719-fdba4f67fb79 82649
2022-06-30T06:50:03.932Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar ASDC sendASDCNotification
2022-06-30T06:50:03.933Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:03.933Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:50:03.933Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:03.935Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:03.936Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571803932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:04.036Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:50:04.037Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:04.037Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:04.051Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:04.052Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:04.936Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:50:04.937Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:04.937Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 35770d43-53c7-4221-a719-fdba4f67fb79, URL: /sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar to file: /app/ASDC/1/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:04.937Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:04.938Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:04.938Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.051Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7551890742739490842/Definitions/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml
2022-06-30T06:50:05.841Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:50:05.841Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.842Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02b1cc25-52b9 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-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Node template pNF 02b1cc25-52b9 0 is matching search criteria
2022-06-30T06:50:05.843Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:50:05.844Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 02b1cc25-52b9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:50:05.844Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.844Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.844Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Node template pNF 02b1cc25-52b9 0 is matching search criteria
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 02b1cc25-52b9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.845Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.846Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.846Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.846Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.846Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.846Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_oW9ifYS5BvixaidNznRS
Description:catalog service description
Model UUID:d0637c94-7703-422c-8b9c-15f118549356
Model Version:NULL
Model InvariantUuid:ea079490-23d0-4bbb-ad95-dc9dd9926328
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:50:05.851Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 048cd18d-b18a-484a-b4c3-b14b50a37743
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:05.854Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||pNF 02b1cc25-52b9 0
2022-06-30T06:50:05.854Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 048cd18d-b18a-484a-b4c3-b14b50a37743
2022-06-30T06:50:05.854Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d0637c94-7703-422c-8b9c-15f118549356
2022-06-30T06:50:05.854Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d0637c94-7703-422c-8b9c-15f118549356
2022-06-30T06:50:05.854Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02b1cc25-52b9 0 048cd18d-b18a-484a-b4c3-b14b50a37743 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:05.858Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bc38b02, org.onap.sdc.toscaparser.api.parameters.Input@7fc67a76, org.onap.sdc.toscaparser.api.parameters.Input@1644934e, org.onap.sdc.toscaparser.api.parameters.Input@61d0b658, org.onap.sdc.toscaparser.api.parameters.Input@361cbafb]
2022-06-30T06:50:05.858Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.858Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.858Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d0637c94-7703-422c-8b9c-15f118549356: pNF 02b1cc25-52b9
2022-06-30T06:50:05.858Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Processing PNF resource: 048cd18d-b18a-484a-b4c3-b14b50a37743
2022-06-30T06:50:05.859Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:05.859Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oW9ifYS5BvixaidNznRS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:05.859Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||Resource customization UUID: 13aed805-5724-4885-a2ba-7f90a38f2729 is the same as notified resource customizationUUID: 13aed805-5724-4885-a2ba-7f90a38f2729
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-30T06:50:05.906Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02b1cc25-52b9 048cd18d-b18a-484a-b4c3-b14b50a37743 0 ASDC deployResourceStructure
2022-06-30T06:50:05.906Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar ASDC sendASDCNotification
2022-06-30T06:50:05.906Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar
2022-06-30T06:50:05.906Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:50:05.907Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:05.908Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:05.908Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571805906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:06.009Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:06.009Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:06.009Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:06.024Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:06.024Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:06.909Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e985a41-1758-4472-a1cb-42dc0cf41e21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:50:06.935Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e985a41-1758-4472-a1cb-42dc0cf41e21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:50:06.944Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:50:06.945Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:50:06.945Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:50:06.945Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:50:06.945Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.945Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:06.946Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:06.962Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:50:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:50:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:50:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:14.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:14.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "aai-ml",
  "timestamp": 1656571634141,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:50:14.088Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571617078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571636033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571628485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "cds",
  "timestamp": 1656571637042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.122Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.122Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571638209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571639327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656571630704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571640479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571619936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571641595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571641157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571641383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571633497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571642660,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656571643664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571643230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571616523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571643393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571643441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571644234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "clamp",
  "timestamp": 1656571644397,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
2022-06-30T06:50:14.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656571644446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.204Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571644421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "policy-id",
  "timestamp": 1656571645237,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.219Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.219Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:50:14.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:14.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571652627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571630479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:14.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:50:14.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "aai-ml",
  "timestamp": 1656571653632,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.238Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.238Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:14.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571661387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:14.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571663394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:14.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:50:14.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:50:14.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "clamp",
  "timestamp": 1656571664398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:14.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
2022-06-30T06:50:14.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:36.963Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e985a41-1758-4472-a1cb-42dc0cf41e21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:50:36.971Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e985a41-1758-4472-a1cb-42dc0cf41e21 and serviceModelVersionId: d0637c94-7703-422c-8b9c-15f118549356
2022-06-30T06:50:36.971Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea079490-23d0-4bbb-ad95-dc9dd9926328
2022-06-30T06:50:36.973Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0
2022-06-30T06:50:36.977Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:50:37.033Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T06:50:37.034Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0|INFO|500||Invoke
2022-06-30T06:50:37.056Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:50:37.205Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0|INFO|500||InvokeReturn
2022-06-30T06:50:37.206Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|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/ea079490-23d0-4bbb-ad95-dc9dd9926328/model-vers/model-ver/d0637c94-7703-422c-8b9c-15f118549356?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-06:50:37:064-86243], vertex-id=[262208], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:50:37 GMT], Content-Type=[application/json]}
2022-06-30T06:50:37.206Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:50:37.207Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:50:37.207Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:37.213Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:50:37.213Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e985a41-1758-4472-a1cb-42dc0cf41e21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:50:37.213Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:50:37.213Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:37.215Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:37.215Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571837213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:50:37.316Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:37.317Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:37.318Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:37.335Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:37.336Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:50:38.226Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:50:38.227Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"55616f9b-4a25-44e7-8380-81751ade0d3e","serviceDescription":"service","serviceInvariantUUID":"0c30a4b1-fbcd-4779-92c4-51eeaac0b628","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30382f7c-9379-4500-bd6b-0c16264b92a3","resourceInvariantUUID":"f9239452-9253-449f-bc9d-88bef2533ada","resourceCustomizationUUID":"a16fb174-d8c8-4996-a234-60adebaf230b","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":"YWJhYTljMWNhYzAzMjM0Y2MyYmE5NDU1MzI5ZTg0NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1aa24c6-71fd-43c2-8c58-266eb8d155cd","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":"ZmIxN2RjM2FmNzg4MzBhMjI5YzE4ZjIwYzZjYWRiOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b78f551-55bf-469e-b99d-15602e6715f2","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":"1061f3e6-766b-47fc-b452-fb3897834ccd","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":"55b6d55c-c0d6-447f-93dc-3f0f791e076a","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":"d76fc766-243b-4be2-b83a-36f55922b043","artifactVersion":"2","generatedFromUUID":"1061f3e6-766b-47fc-b452-fb3897834ccd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmY4ZmEyYjhkOWUwYTY2ZjFmMjEyMDFiOTVkZTI5ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c85354a2-82b0-4c8e-be18-f5870ccd4bf8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2U5YmFiNmU1OGNiOWVjZDY5YWE1NTc3NDZmZTdlMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a176193-d819-47d9-a628-b11cc438a37f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:50:38.227Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:38.227Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:38.229Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:38.229Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:38.329Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:38.330Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:38.330Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:38.342Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:38.343Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:50:39.229Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:39.230Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:39.231Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:39.231Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:50:39.332Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:39.333Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:39.333Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:39.346Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:39.347Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:40.232Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:40.232Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:40.234Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:40.234Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:50:40.334Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:40.335Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:40.336Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:40.349Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:40.350Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:41.235Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:41.235Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:41.238Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:41.238Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:41.338Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:50:41.339Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:41.340Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:41.355Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:41.355Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:42.239Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:42.239Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:42.241Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:42.241Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T06:50:42.341Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:42.342Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:42.342Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:42.356Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:42.356Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:43.242Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:43.242Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:43.244Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:43.244Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:50:43.344Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:43.345Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:43.345Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:43.360Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:43.360Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:44.245Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:50:44.245Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:44.247Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:44.247Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:50:44.347Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:44.348Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:44.348Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:44.366Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:44.367Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:45.248Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "55616f9b-4a25-44e7-8380-81751ade0d3e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c30a4b1-fbcd-4779-92c4-51eeaac0b628",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a16fb174-d8c8-4996-a234-60adebaf230b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "30382f7c-9379-4500-bd6b-0c16264b92a3",
      "resourceInvariantUUID": "f9239452-9253-449f-bc9d-88bef2533ada",
      "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": "ZmIxN2RjM2FmNzg4MzBhMjI5YzE4ZjIwYzZjYWRiOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b78f551-55bf-469e-b99d-15602e6715f2",
          "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": "1061f3e6-766b-47fc-b452-fb3897834ccd",
          "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": "d76fc766-243b-4be2-b83a-36f55922b043",
            "generatedFromUUID": "1061f3e6-766b-47fc-b452-fb3897834ccd"
          },
          "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": "d76fc766-243b-4be2-b83a-36f55922b043",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2U5YmFiNmU1OGNiOWVjZDY5YWE1NTc3NDZmZTdlMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a176193-d819-47d9-a628-b11cc438a37f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:50:45.248Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:50:45.249Z|0e985a41-1758-4472-a1cb-42dc0cf41e21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55616f9b-4a25-44e7-8380-81751ade0d3e ASDC
2022-06-30T06:50:45.249Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:55616f9b-4a25-44e7-8380-81751ade0d3e
ServiceInvariantUUID:0c30a4b1-fbcd-4779-92c4-51eeaac0b628
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:9a176193-d819-47d9-a628-b11cc438a37f
ArtifactChecksum:N2U5YmFiNmU1OGNiOWVjZDY5YWE1NTc3NDZmZTdlMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a16fb174-d8c8-4996-a234-60adebaf230b
ResourceInvariantUUID:f9239452-9253-449f-bc9d-88bef2533ada
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:30382f7c-9379-4500-bd6b-0c16264b92a3
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:7b78f551-55bf-469e-b99d-15602e6715f2
ArtifactChecksum:ZmIxN2RjM2FmNzg4MzBhMjI5YzE4ZjIwYzZjYWRiOTE=
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:1061f3e6-766b-47fc-b452-fb3897834ccd
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:d76fc766-243b-4be2-b83a-36f55922b043
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:d76fc766-243b-4be2-b83a-36f55922b043
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T06:50:45.249Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55616f9b-4a25-44e7-8380-81751ade0d3e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:50:45.296Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:50:45.297Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:45.297Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:45.297Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9a176193-d819-47d9-a628-b11cc438a37f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-30T06:50:45.297Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:50:45.298Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-30T06:50:45.729Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:50:45.732Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9a176193-d819-47d9-a628-b11cc438a37f 71058
2022-06-30T06:50:45.732Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-30T06:50:45.732Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-30T06:50:45.733Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:50:45.733Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:45.734Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:45.734Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571845732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:45.835Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-30T06:50:45.836Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:45.836Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:45.853Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:45.853Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:46.735Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:50:46.736Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:50:46.736Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9a176193-d819-47d9-a628-b11cc438a37f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:46.737Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-30T06:50:46.737Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:46.737Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:46.850Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13399445779580206102/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-30T06:50:48.152Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.153Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.154Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.154Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.154Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-30T06:50:48.154Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:50:48.154Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.155Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.157Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:48.158Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:50:48.158Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:50:48.158Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.158Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:50:48.159Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.160Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:48.161Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:48.161Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.161Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:48.161Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c01545e6-bc77-4233-b607-6a862b05de79
2022-06-30T06:50:48.162Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.163Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.163Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.163Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.164Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.164Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.164Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:48.165Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:48.165Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:55616f9b-4a25-44e7-8380-81751ade0d3e
Model Version:NULL
Model InvariantUuid:0c30a4b1-fbcd-4779-92c4-51eeaac0b628
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ae058ff8-8f84-4ed8-84e9-4a7125656f4e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9239452-9253-449f-bc9d-88bef2533ada
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a16fb174-d8c8-4996-a234-60adebaf230b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f1899fa-0d79-4085-a474-1c0f7c7704ba
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cac7e7c9-a485-4b22-9b99-2242de671440
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c01545e6-bc77-4233-b607-6a862b05de79
ModelInvariantUuid:02f58b06-e0f0-4b34-b4d6-b40ba4090927
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7f7333dd-c48e-494f-b826-83b734b1503f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f78ceef4-0820-4da9-940d-fcc14df2a99f
ModelInvariantUuid:8fef79b5-3b8f-4dae-903a-14e940b448dd
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b94b8110-881f-4df6-9caa-a713661a4f03
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:50:48.172Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 30382f7c-9379-4500-bd6b-0c16264b92a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:48.177Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-06-30T06:50:48.177Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30382f7c-9379-4500-bd6b-0c16264b92a3
2022-06-30T06:50:48.177Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b78f551-55bf-469e-b99d-15602e6715f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-30T06:50:48.177Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:50:48.177Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-30T06:50:48.231Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:50:48.232Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7b78f551-55bf-469e-b99d-15602e6715f2 787
2022-06-30T06:50:48.232Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-30T06:50:48.232Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-30T06:50:48.232Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:50:48.232Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:48.246Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:48.246Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571848232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:48.336Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-30T06:50:48.336Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:48.336Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:48.351Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:48.352Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:49.246Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f1899fa-0d79-4085-a474-1c0f7c7704ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cac7e7c9-a485-4b22-9b99-2242de671440",
    "vfModuleModelCustomizationUUID": "d9085150-d957-4086-b7ec-ca33d9f6c32a",
    "isBase": true,
    "artifacts": [
      "1061f3e6-766b-47fc-b452-fb3897834ccd",
      "d76fc766-243b-4be2-b83a-36f55922b043"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:50:49.255Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cac7e7c9-a485-4b22-9b99-2242de671440
VfModuleModelInvariantUUID:7f1899fa-0d79-4085-a474-1c0f7c7704ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1061f3e6-766b-47fc-b452-fb3897834ccd
,
d76fc766-243b-4be2-b83a-36f55922b043

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

isBase:true


}

2022-06-30T06:50:49.257Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f1899fa-0d79-4085-a474-1c0f7c7704ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cac7e7c9-a485-4b22-9b99-2242de671440",
    "vfModuleModelCustomizationUUID": "d9085150-d957-4086-b7ec-ca33d9f6c32a",
    "isBase": true,
    "artifacts": [
      "1061f3e6-766b-47fc-b452-fb3897834ccd",
      "d76fc766-243b-4be2-b83a-36f55922b043"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:50:49.257Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cac7e7c9-a485-4b22-9b99-2242de671440
VfModuleModelInvariantUUID:7f1899fa-0d79-4085-a474-1c0f7c7704ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1061f3e6-766b-47fc-b452-fb3897834ccd
,
d76fc766-243b-4be2-b83a-36f55922b043

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

isBase:true


}

2022-06-30T06:50:49.257Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1061f3e6-766b-47fc-b452-fb3897834ccd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-30T06:50:49.257Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:50:49.257Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-30T06:50:49.383Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:50:49.383Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1061f3e6-766b-47fc-b452-fb3897834ccd 5033
2022-06-30T06:50:49.384Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-30T06:50:49.384Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-30T06:50:49.384Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:50:49.384Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:49.386Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:49.386Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571849384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:49.486Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:49.487Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:49.487Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:49.500Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:49.501Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:50.387Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d76fc766-243b-4be2-b83a-36f55922b043 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-30T06:50:50.387Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:50:50.388Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-30T06:50:50.464Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:50:50.465Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d76fc766-243b-4be2-b83a-36f55922b043 903
2022-06-30T06:50:50.465Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-30T06:50:50.465Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-30T06:50:50.466Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:50:50.466Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:50.468Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:50.468Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571850465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:50:50.568Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:50:50.569Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:50.569Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:50.582Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:50.582Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:51.468Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 55616f9b-4a25-44e7-8380-81751ade0d3e
2022-06-30T06:50:51.469Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 30382f7c-9379-4500-bd6b-0c16264b92a3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:51.481Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@671473e8, org.onap.sdc.toscaparser.api.parameters.Input@2b05a191, org.onap.sdc.toscaparser.api.parameters.Input@750da2eb, org.onap.sdc.toscaparser.api.parameters.Input@5ded9211, org.onap.sdc.toscaparser.api.parameters.Input@19222177]
2022-06-30T06:50:51.483Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.483Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.483Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-30T06:50:51.483Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a16fb174-d8c8-4996-a234-60adebaf230b
2022-06-30T06:50:51.484Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a16fb174-d8c8-4996-a234-60adebaf230b matches Tosca VF Customization UUID: a16fb174-d8c8-4996-a234-60adebaf230b
2022-06-30T06:50:51.484Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a16fb174-d8c8-4996-a234-60adebaf230b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:50:51.487Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.487Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.488Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a16fb174-d8c8-4996-a234-60adebaf230b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-30T06:50:51.488Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36e396e1
2022-06-30T06:50:51.488Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.488Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:50:51.489Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9085150-d957-4086-b7ec-ca33d9f6c32a
2022-06-30T06:50:51.489Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9085150-d957-4086-b7ec-ca33d9f6c32a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:50:51.491Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.492Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:51.492Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:51.493Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.493Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:51.493Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:51.494Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.494Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-30T06:50:51.494Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-30T06:50:51.495Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T06:50:51.495Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c01545e6-bc77-4233-b607-6a862b05de79
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:50:51.498Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.498Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:51.498Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:50:51.498Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.499Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-30T06:50:51.499Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a16fb174-d8c8-4996-a234-60adebaf230b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:50:51.501Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.501Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.501Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 55616f9b-4a25-44e7-8380-81751ade0d3e: basic_vm
2022-06-30T06:50:51.502Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.502Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.502Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.502Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.502Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.503Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.503Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.503Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.503Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:50:51.504Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:50:51.504Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:50:51.583Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 30382f7c-9379-4500-bd6b-0c16264b92a3 1 ASDC deployResourceStructure
2022-06-30T06:50:51.584Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-30T06:50:51.584Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-30T06:50:51.585Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:50:51.585Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:51.587Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:51.587Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571851584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:51.687Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:50:51.688Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:51.689Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:51.706Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:51.707Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:52.588Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-30T06:50:52.589Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-30T06:50:52.589Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:50:52.589Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:52.591Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:52.591Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571852588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:52.693Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-30T06:50:52.694Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:52.694Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:52.711Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:52.711Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:53.592Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-30T06:50:53.592Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-30T06:50:53.592Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:50:53.593Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:53.596Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:53.596Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571853592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:53.695Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:50:53.696Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:53.696Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:53.727Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:53.728Z||pool-80-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:50:54.600Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-30T06:50:54.600Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-30T06:50:54.601Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:50:54.601Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:50:54.605Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:50:54.605Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571854600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:50:54.704Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:50:54.705Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:50:54.706Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:50:54.746Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:50:54.747Z||pool-81-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:50:55.606Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:50:55.622Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:50:55.626Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:50:55.633Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:51:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:51:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:51:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:14.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:14.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c994e3d-2f00-486a-88dd-ac86816ace29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571790129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:51:14.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:51:14.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/resourceInstances/pnf02b1cc2552b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571803932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:14.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:51:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:51:14.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571805906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOw9ifys5bvixaidnznrs/1.0/artifacts/service-DemoPnfOw9ifys5bvixaidnznrs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:51:14.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:51:25.633Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:51:25.640Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and serviceModelVersionId: 55616f9b-4a25-44e7-8380-81751ade0d3e
2022-06-30T06:51:25.640Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c30a4b1-fbcd-4779-92c4-51eeaac0b628
2022-06-30T06:51:25.643Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0
2022-06-30T06:51:25.647Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:51:25.697Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|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/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T06:51:25.698Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0|INFO|500||Invoke
2022-06-30T06:51:25.719Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:51:25.855Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0|INFO|500||InvokeReturn
2022-06-30T06:51:25.855Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|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/0c30a4b1-fbcd-4779-92c4-51eeaac0b628/model-vers/model-ver/55616f9b-4a25-44e7-8380-81751ade0d3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-06:51:25:727-77617], vertex-id=[209040], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:51:25 GMT], Content-Type=[application/json]}
2022-06-30T06:51:25.855Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:51:25.856Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:51:25.856Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:51:25.867Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:51:25.867Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:51:25.867Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:51:25.867Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:25.869Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:25.869Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571885867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:51:25.969Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:25.970Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:25.970Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:25.984Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:25.985Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:51:26.886Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:51:26.886Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dadc39e5-1468-406b-a164-35fc8a93d885","serviceDescription":"service","serviceInvariantUUID":"5febba90-a942-4067-956c-0791fe1eca13","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5f911c7-0aab-4a00-a4f8-131574616ed7","resourceInvariantUUID":"3cc8a5f0-44ab-4416-ac8f-025a179878d2","resourceCustomizationUUID":"9e953814-0d5f-4701-95d0-7c2884689b59","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":"MmZmNmIzNTA0N2M4ZWY2OGM1OTljZjNjZGEzMmQyMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eed1e42b-ee61-474a-b736-a8aa06847666","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":"4dc86bad-7b89-4886-a3d6-9cc9796fe9a4","artifactVersion":"2","generatedFromUUID":"1f18e5c4-ff71-4d4f-b840-069de7cc612c"},{"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":"1f18e5c4-ff71-4d4f-b840-069de7cc612c","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":"NWUyOGIyZTFmZDk1YmM4Yjc4ODhjMmNjNjhjMmJiNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa6b6521-54a7-4140-b027-9e59b89add70","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":"71aadac1-f355-4ea1-ac89-961e3aba3f7f","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":"95ab1e41-5a93-4ff9-b84f-c773d57c3e60","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":"46f1157f-f4d7-492b-8863-3fa1aaf0be6d","artifactVersion":"2","generatedFromUUID":"71aadac1-f355-4ea1-ac89-961e3aba3f7f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjQxZGRiZmIwZmQ2MTU3MGIxZTdlNzIyOWE2MDFlZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd669d90-9ae0-4424-8179-9144b3c2fd66","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWIzMmE1ZWJkMTcwNjA3MDY3NDA3ZGVjYTYzMWM2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48f8983d-8439-4809-a24a-8e4b935b7aa3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:51:26.886Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:26.886Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:26.888Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:26.888Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:26.988Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:26.990Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:26.990Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:27.003Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:27.004Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:27.889Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:27.889Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:27.891Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:27.891Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-30T06:51:27.991Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:51:27.992Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:27.993Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:28.027Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:28.028Z||pool-84-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:28.892Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:28.892Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:28.894Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:28.894Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-30T06:51:28.994Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:28.996Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:28.996Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:29.010Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:29.011Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:29.895Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:29.895Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:29.897Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:29.897Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:51:29.997Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:29.998Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:29.998Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:30.040Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:30.041Z||pool-86-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:30.898Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:30.899Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:30.900Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:30.901Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:51:31.001Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:31.002Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:31.002Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:31.015Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:31.016Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:31.901Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:31.901Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:31.910Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:31.910Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:32.003Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-30T06:51:32.004Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:32.004Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:32.018Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:32.018Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:32.911Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:32.911Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:32.913Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:32.913Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-30T06:51:33.013Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:33.014Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:33.015Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:33.029Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:33.030Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:51:33.914Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:33.914Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:33.916Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:33.916Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:51:34.016Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:34.017Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:34.017Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:34.031Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:34.032Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:34.916Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:51:34.917Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:34.918Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:34.918Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:51:35.018Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:35.020Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:35.021Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:35.036Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:35.037Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:35.921Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dadc39e5-1468-406b-a164-35fc8a93d885",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5febba90-a942-4067-956c-0791fe1eca13",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9e953814-0d5f-4701-95d0-7c2884689b59",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5f911c7-0aab-4a00-a4f8-131574616ed7",
      "resourceInvariantUUID": "3cc8a5f0-44ab-4416-ac8f-025a179878d2",
      "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": "4dc86bad-7b89-4886-a3d6-9cc9796fe9a4",
          "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": "1f18e5c4-ff71-4d4f-b840-069de7cc612c",
          "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": "NWUyOGIyZTFmZDk1YmM4Yjc4ODhjMmNjNjhjMmJiNzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa6b6521-54a7-4140-b027-9e59b89add70",
          "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": "71aadac1-f355-4ea1-ac89-961e3aba3f7f",
          "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": "46f1157f-f4d7-492b-8863-3fa1aaf0be6d",
            "generatedFromUUID": "71aadac1-f355-4ea1-ac89-961e3aba3f7f"
          },
          "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": "46f1157f-f4d7-492b-8863-3fa1aaf0be6d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWIzMmE1ZWJkMTcwNjA3MDY3NDA3ZGVjYTYzMWM2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48f8983d-8439-4809-a24a-8e4b935b7aa3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T06:51:35.921Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:51:35.921Z|ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dadc39e5-1468-406b-a164-35fc8a93d885 ASDC
2022-06-30T06:51:35.922Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dadc39e5-1468-406b-a164-35fc8a93d885
ServiceInvariantUUID:5febba90-a942-4067-956c-0791fe1eca13
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:48f8983d-8439-4809-a24a-8e4b935b7aa3
ArtifactChecksum:MWIzMmE1ZWJkMTcwNjA3MDY3NDA3ZGVjYTYzMWM2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9e953814-0d5f-4701-95d0-7c2884689b59
ResourceInvariantUUID:3cc8a5f0-44ab-4416-ac8f-025a179878d2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b5f911c7-0aab-4a00-a4f8-131574616ed7
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:4dc86bad-7b89-4886-a3d6-9cc9796fe9a4
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:1f18e5c4-ff71-4d4f-b840-069de7cc612c
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:fa6b6521-54a7-4140-b027-9e59b89add70
ArtifactChecksum:NWUyOGIyZTFmZDk1YmM4Yjc4ODhjMmNjNjhjMmJiNzY=
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:71aadac1-f355-4ea1-ac89-961e3aba3f7f
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:46f1157f-f4d7-492b-8863-3fa1aaf0be6d
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:46f1157f-f4d7-492b-8863-3fa1aaf0be6d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T06:51:35.922Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dadc39e5-1468-406b-a164-35fc8a93d885 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:51:35.963Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:51:35.963Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:51:35.964Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:51:35.964Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 48f8983d-8439-4809-a24a-8e4b935b7aa3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-30T06:51:35.964Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:35.964Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-30T06:51:36.162Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:36.165Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 48f8983d-8439-4809-a24a-8e4b935b7aa3 68960
2022-06-30T06:51:36.165Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-30T06:51:36.166Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-30T06:51:36.166Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:36.166Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:36.168Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:36.168Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571896165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:36.268Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:36.269Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:36.269Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:36.283Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:36.283Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:37.169Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:51:37.169Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:51:37.169Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 48f8983d-8439-4809-a24a-8e4b935b7aa3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:37.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-30T06:51:37.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:37.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:37.287Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15853403238323059942/Definitions/service-BasicCnf-template.yml
2022-06-30T06:51:38.488Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:51:38.488Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:51:38.488Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-30T06:51:38.489Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:51:38.490Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.490Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.490Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:38.490Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:51:38.491Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:51:38.491Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.491Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.491Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:38.491Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:51:38.492Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:51:38.492Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.492Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.492Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.492Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-30T06:51:38.493Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-30T06:51:38.493Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-30T06:51:38.493Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:51:38.493Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.493Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:51:38.494Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.494Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:38.494Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:38.494Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.495Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:38.495Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:38.495Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.495Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:38.495Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:38.496Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.496Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-30T06:51:38.496Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-30T06:51:38.496Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7848c6ee-bb13-404a-8b45-0462d2078379
2022-06-30T06:51:38.497Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.497Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.497Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.497Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.497Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:38.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:38.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dadc39e5-1468-406b-a164-35fc8a93d885
Model Version:NULL
Model InvariantUuid:5febba90-a942-4067-956c-0791fe1eca13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:28f40b4e-17ed-42f0-8d43-dfdcf0217354
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3cc8a5f0-44ab-4416-ac8f-025a179878d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9e953814-0d5f-4701-95d0-7c2884689b59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cf1523ef-24ef-44a4-9eae-6bc16bdf040f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2fb86676-f680-4b09-92b0-8c79824c5eac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7848c6ee-bb13-404a-8b45-0462d2078379
ModelInvariantUuid:4aa03814-1ac5-4bd4-9208-f75d7efe290f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:bcfb7bc6-7089-4e04-ad28-c1380423402c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:91074477-8cc3-4ee6-86ea-b448f53a98f2
ModelInvariantUuid:e8e67650-060e-488d-a439-a7232fc4906e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c610cebd-c551-421d-9441-c67d11fb45c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:51:38.505Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b5f911c7-0aab-4a00-a4f8-131574616ed7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:51:38.508Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-06-30T06:51:38.508Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5f911c7-0aab-4a00-a4f8-131574616ed7
2022-06-30T06:51:38.508Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4dc86bad-7b89-4886-a3d6-9cc9796fe9a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-30T06:51:38.508Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:38.508Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-30T06:51:38.613Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:38.613Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4dc86bad-7b89-4886-a3d6-9cc9796fe9a4 12
2022-06-30T06:51:38.614Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-30T06:51:38.614Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-30T06:51:38.614Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:38.614Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:38.617Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:38.617Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571898614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:38.717Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:38.718Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:38.718Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:38.733Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:38.733Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:39.618Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f18e5c4-ff71-4d4f-b840-069de7cc612c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-30T06:51:39.618Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:39.618Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-30T06:51:39.704Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:39.705Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1f18e5c4-ff71-4d4f-b840-069de7cc612c 2688
2022-06-30T06:51:39.705Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-30T06:51:39.705Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-30T06:51:39.706Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:39.706Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:39.708Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:39.708Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571899705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:39.808Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:39.810Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:39.810Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:39.824Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:39.825Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:40.709Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fa6b6521-54a7-4140-b027-9e59b89add70 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-30T06:51:40.710Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:40.710Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-30T06:51:40.811Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:40.811Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fa6b6521-54a7-4140-b027-9e59b89add70 828
2022-06-30T06:51:40.812Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-30T06:51:40.812Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-30T06:51:40.812Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:40.812Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:40.813Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:40.814Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571900811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:40.914Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:40.915Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:40.915Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:40.929Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:40.930Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:41.814Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cf1523ef-24ef-44a4-9eae-6bc16bdf040f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2fb86676-f680-4b09-92b0-8c79824c5eac",
    "vfModuleModelCustomizationUUID": "9966e3c1-fa5a-43af-b749-1772a8aefb64",
    "isBase": true,
    "artifacts": [
      "71aadac1-f355-4ea1-ac89-961e3aba3f7f",
      "1f18e5c4-ff71-4d4f-b840-069de7cc612c",
      "46f1157f-f4d7-492b-8863-3fa1aaf0be6d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:51:41.819Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fb86676-f680-4b09-92b0-8c79824c5eac
VfModuleModelInvariantUUID:cf1523ef-24ef-44a4-9eae-6bc16bdf040f
VfModuleModelDescription:NULL
Artifacts UUID List:{
71aadac1-f355-4ea1-ac89-961e3aba3f7f
,
1f18e5c4-ff71-4d4f-b840-069de7cc612c
,
46f1157f-f4d7-492b-8863-3fa1aaf0be6d

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

isBase:true


}

2022-06-30T06:51:41.821Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cf1523ef-24ef-44a4-9eae-6bc16bdf040f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2fb86676-f680-4b09-92b0-8c79824c5eac",
    "vfModuleModelCustomizationUUID": "9966e3c1-fa5a-43af-b749-1772a8aefb64",
    "isBase": true,
    "artifacts": [
      "71aadac1-f355-4ea1-ac89-961e3aba3f7f",
      "1f18e5c4-ff71-4d4f-b840-069de7cc612c",
      "46f1157f-f4d7-492b-8863-3fa1aaf0be6d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T06:51:41.822Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fb86676-f680-4b09-92b0-8c79824c5eac
VfModuleModelInvariantUUID:cf1523ef-24ef-44a4-9eae-6bc16bdf040f
VfModuleModelDescription:NULL
Artifacts UUID List:{
71aadac1-f355-4ea1-ac89-961e3aba3f7f
,
1f18e5c4-ff71-4d4f-b840-069de7cc612c
,
46f1157f-f4d7-492b-8863-3fa1aaf0be6d

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

isBase:true


}

2022-06-30T06:51:41.822Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71aadac1-f355-4ea1-ac89-961e3aba3f7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-30T06:51:41.822Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:41.822Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-30T06:51:41.903Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:41.903Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 71aadac1-f355-4ea1-ac89-961e3aba3f7f 1164
2022-06-30T06:51:41.904Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-30T06:51:41.904Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-30T06:51:41.904Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:41.904Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:41.914Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:41.914Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571901904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:42.006Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-30T06:51:42.007Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:42.007Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:42.021Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:42.021Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:42.915Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 46f1157f-f4d7-492b-8863-3fa1aaf0be6d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-30T06:51:42.916Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:51:42.916Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-30T06:51:43.002Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:51:43.003Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 46f1157f-f4d7-492b-8863-3fa1aaf0be6d 200
2022-06-30T06:51:43.003Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-30T06:51:43.004Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-30T06:51:43.004Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:51:43.005Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:43.008Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:43.009Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571903003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:51:43.108Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:51:43.109Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:43.110Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:43.124Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:43.125Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:44.009Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dadc39e5-1468-406b-a164-35fc8a93d885
2022-06-30T06:51:44.010Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b5f911c7-0aab-4a00-a4f8-131574616ed7 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=?
2022-06-30T06:51:44.020Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:51:44.027Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7db0abc0, org.onap.sdc.toscaparser.api.parameters.Input@360b637b, org.onap.sdc.toscaparser.api.parameters.Input@5bb69bf5, org.onap.sdc.toscaparser.api.parameters.Input@70e3767b, org.onap.sdc.toscaparser.api.parameters.Input@8f52d0c]
2022-06-30T06:51:44.029Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.030Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.030Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-30T06:51:44.030Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9e953814-0d5f-4701-95d0-7c2884689b59
2022-06-30T06:51:44.030Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9e953814-0d5f-4701-95d0-7c2884689b59 matches Tosca VF Customization UUID: 9e953814-0d5f-4701-95d0-7c2884689b59
2022-06-30T06:51:44.031Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9e953814-0d5f-4701-95d0-7c2884689b59  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:51:44.033Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.033Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.034Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9e953814-0d5f-4701-95d0-7c2884689b59: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-30T06:51:44.034Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61352e21
2022-06-30T06:51:44.034Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.034Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:51:44.035Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9966e3c1-fa5a-43af-b749-1772a8aefb64
2022-06-30T06:51:44.035Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9966e3c1-fa5a-43af-b749-1772a8aefb64
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:51:44.037Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.037Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:44.037Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:44.037Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.038Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:44.038Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:44.038Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.038Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-30T06:51:44.038Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-30T06:51:44.039Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7848c6ee-bb13-404a-8b45-0462d2078379
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:51:44.041Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.041Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:44.041Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:51:44.041Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.042Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-30T06:51:44.042Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9e953814-0d5f-4701-95d0-7c2884689b59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:51:44.043Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.043Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.044Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dadc39e5-1468-406b-a164-35fc8a93d885: basic_cnf
2022-06-30T06:51:44.044Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.044Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.044Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.045Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.045Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.045Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.045Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.045Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.046Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T06:51:44.046Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:51:44.046Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:51:44.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b5f911c7-0aab-4a00-a4f8-131574616ed7 1 ASDC deployResourceStructure
2022-06-30T06:51:44.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-30T06:51:44.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-30T06:51:44.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-30T06:51:44.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:44.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:44.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571904107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T06:51:44.210Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:51:44.211Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:44.211Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:44.234Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:44.234Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:45.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-30T06:51:45.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-30T06:51:45.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-30T06:51:45.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:45.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:45.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571905111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T06:51:45.214Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:45.215Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:45.215Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:45.228Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:45.229Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:46.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-30T06:51:46.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-30T06:51:46.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:51:46.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:46.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:46.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571906114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:51:46.218Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:51:46.218Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:46.219Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:46.232Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:46.233Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:51:47.121Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-30T06:51:47.122Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-30T06:51:47.122Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:51:47.122Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:47.125Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:47.125Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571907121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:51:47.226Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-30T06:51:47.227Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:47.227Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:47.240Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:47.240Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:48.126Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-30T06:51:48.127Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-30T06:51:48.127Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:51:48.127Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:48.128Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:48.128Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571908126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:51:48.229Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:48.230Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:48.230Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:48.245Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:48.245Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:51:49.129Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-30T06:51:49.130Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-30T06:51:49.130Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:51:49.130Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:51:49.133Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:51:49.133Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571909129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:51:49.233Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:51:49.233Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:51:49.234Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:51:49.249Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:51:49.249Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:51:50.134Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:51:50.146Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:51:50.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:51:50.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:51:50.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:51:50.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:51:50.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T06:51:50.150Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:51:50.156Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:52:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:52:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:52:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:52:14.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:52:14.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e985a41-1758-4472-a1cb-42dc0cf41e21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571837213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:52:14.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:52:14.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:52:14.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T06:52:14.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:52:14.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:52:14.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571845732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571848232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571849384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:52:14.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571850465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571851584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571852588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571853592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571854600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:52:14.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:52:20.157Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:52:20.163Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and serviceModelVersionId: dadc39e5-1468-406b-a164-35fc8a93d885
2022-06-30T06:52:20.164Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5febba90-a942-4067-956c-0791fe1eca13
2022-06-30T06:52:20.164Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0
2022-06-30T06:52:20.169Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:52:20.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0|INFO|500||Invoke
2022-06-30T06:52:20.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e881d8f-b627-4169-913a-207836077ac7], X-ECOMP-RequestID=[0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd], X-TransactionId=[], X-ONAP-RequestID=[0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd], Content-Type=[application/merge-patch+json]}
2022-06-30T06:52:20.231Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T06:52:20.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?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/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-06:52:20:237-57027], vertex-id=[217144], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:52:20 GMT], Content-Type=[application/json]}
2022-06-30T06:52:20.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:52:20.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5febba90-a942-4067-956c-0791fe1eca13/model-vers/model-ver/dadc39e5-1468-406b-a164-35fc8a93d885?depth=0|INFO|500||InvokeReturn
2022-06-30T06:52:20.381Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:52:20.381Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:52:20.390Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:52:20.391Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:52:20.391Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:52:20.391Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:52:20.393Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:52:20.393Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571940391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:52:20.494Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:52:20.495Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:52:20.495Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:52:20.513Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:52:20.513Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:52:21.407Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:52:21.407Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:52:21.407Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:52:31.702Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:52:31.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:52:31.704Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:52:31.704Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:52:41.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:52:41.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:52:41.250Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:52:41.250Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:52:50.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:52:50.797Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:52:50.798Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:52:50.798Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:53:00.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:53:00.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:53:00.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:53:00.348Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:53:09.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:53:14.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:53:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:53:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:53:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:53:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:53:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:53:14.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:53:14.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7cd31b-9ae0-4886-bc9d-40f89a5efbe7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571885867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:53:14.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571791155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T06:53:14.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571896165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571898614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571899705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571900811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571901904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571903003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571904107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571905111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571906114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571907121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571908126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571909129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T06:53:14.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:53:23.606Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:54:14.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:54:14.048Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:54:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:54:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:54:14.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:54:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:54:14.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:54:14.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T06:54:14.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656571940391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:54:14.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:54:23.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:55:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:55:14.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:55:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:55:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:55:14.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:55:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:55:23.615Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:55:23.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:56:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:56:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:56:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:56:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:56:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:56:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:56:23.603Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:56:23.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:57:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:57:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:57:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:57:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:57:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:57:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:57:23.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:57:23.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:58:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:58:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:58:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:58:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:58:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:58:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:58:23.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:58:23.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:59:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:59:14.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:59:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:59:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:59:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:59:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:59:23.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T06:59:23.655Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:00:14.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:00:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:00:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:00:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:00:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:00:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:00:23.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:00:23.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:01:14.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:01:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:01:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:01:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:01:14.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:01:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:01:23.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:01:23.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:02:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:02:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:02:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:02:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:02:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:02:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:02:23.601Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:02:23.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:03:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:03:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:03:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:03:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:03:14.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:03:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:03:23.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:03:23.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:04:14.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:04:14.048Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:04:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:04:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:04:14.050Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:04:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:04:23.647Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:04:23.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:05:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:05:14.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:05:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:05:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:05:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:05:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:05:23.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:05:23.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:06:14.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:06:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:06:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:06:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:14.433Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:14.434Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.434Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.436Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.436Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.437Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.437Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.437Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.438Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:06:14.438Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.438Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.438Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.439Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.439Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.439Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:06:14.439Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.440Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.440Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.440Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.440Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.441Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.441Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.441Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.441Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.442Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.442Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.443Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.443Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.443Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.444Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.444Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.444Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.444Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:06:14.445Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.445Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.445Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.446Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.446Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.448Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-30T07:06:14.448Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.448Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.449Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.449Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.449Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.450Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.450Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.450Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.450Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.451Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:06:14.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:14.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-30T07:06:14.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"139eb232-0c49-4794-a8b3-eafc92550fc2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"498b64c7-847a-4319-9b19-616d9ab17959","serviceDescription":"service","serviceInvariantUUID":"50e86f51-325a-4f43-9400-a0a2ffeb3d28","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df09d717-2f94-45f5-8b48-19a638afc281","resourceInvariantUUID":"85e22934-c75f-4851-a749-f8f559da04d0","resourceCustomizationUUID":"a67cbfe7-ba3e-4917-8781-0a13acbc2cfa","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":"YjhhZmEwNTg5NTliMDViODk0ODVkMDM1ODg4M2FmOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2f91a5b-1665-4e4d-84e4-5f65ca7163b7","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":"YThiYTU5YjZjYzg5MDM5YmY0NWJkMGE0ZGYwMmY3MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd7c47ab-ee29-4da0-a274-1b04ec7de90b","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":"9d151709-d5f3-4f64-973b-38a3c01590c4","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":"b4a99aa5-4cef-4da6-8f7a-d0269879512e","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":"028a4209-939f-4125-8373-dc86f04ba95e","artifactVersion":"2","generatedFromUUID":"a0665f76-be25-428f-8599-090994371b5d"},{"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":"71fb3a1c-af1b-4b6b-b206-a180e25a0bbc","artifactVersion":"2","generatedFromUUID":"9d151709-d5f3-4f64-973b-38a3c01590c4"},{"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":"a0665f76-be25-428f-8599-090994371b5d","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":"e3f38f6c-de7a-4255-bac1-358060c5d631","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":"ZWI5NGJlMzQzNGY3MjNjOTdhZmM5NmIwODQ4ZmU0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b43c8fb-0d2b-45e3-b548-1369e5e3a2fe","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MThhODQ2Y2ZjZWE1NjE3NTkyZWUxYzU1MDllZTkwNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66216289-a6e7-43fd-8820-aec89a7da8c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T07:06:14.698Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:14.698Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:14.702Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:14.702Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:14.802Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:14.803Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:14.803Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:14.834Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:14.834Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:15.702Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:15.703Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:15.705Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:15.705Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:06:15.805Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:15.806Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:15.806Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:15.833Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:15.834Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:16.705Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:16.706Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:16.708Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:16.708Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:06:16.808Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:16.809Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:16.810Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:16.825Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:16.826Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:17.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:17.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:17.711Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:17.711Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:17.811Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:17.812Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:17.812Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:17.829Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:17.830Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:18.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:18.712Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:18.714Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:18.714Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-30T07:06:18.814Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:18.815Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:18.815Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:18.837Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:18.838Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:19.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:19.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:19.717Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:19.717Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-30T07:06:19.817Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:19.818Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:19.818Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:19.834Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:19.835Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:20.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:20.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:20.720Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:20.720Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-30T07:06:20.820Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:06:20.821Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:20.822Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:20.838Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:20.838Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:21.721Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:21.722Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:21.725Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:21.725Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:21.825Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:21.826Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:21.826Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:21.842Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:21.843Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:22.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:22.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:22.728Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:22.728Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:06:22.828Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:22.830Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:22.830Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:22.844Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:22.845Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:23.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:06:23.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:23.732Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:23.732Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:06:23.832Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:23.833Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:23.833Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:23.848Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:23.848Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:24.733Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "498b64c7-847a-4319-9b19-616d9ab17959",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50e86f51-325a-4f43-9400-a0a2ffeb3d28",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a67cbfe7-ba3e-4917-8781-0a13acbc2cfa",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df09d717-2f94-45f5-8b48-19a638afc281",
      "resourceInvariantUUID": "85e22934-c75f-4851-a749-f8f559da04d0",
      "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": "YThiYTU5YjZjYzg5MDM5YmY0NWJkMGE0ZGYwMmY3MWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dd7c47ab-ee29-4da0-a274-1b04ec7de90b",
          "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": "9d151709-d5f3-4f64-973b-38a3c01590c4",
          "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": "71fb3a1c-af1b-4b6b-b206-a180e25a0bbc",
            "generatedFromUUID": "9d151709-d5f3-4f64-973b-38a3c01590c4"
          },
          "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": "028a4209-939f-4125-8373-dc86f04ba95e",
          "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": "71fb3a1c-af1b-4b6b-b206-a180e25a0bbc",
          "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": "a0665f76-be25-428f-8599-090994371b5d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MThhODQ2Y2ZjZWE1NjE3NTkyZWUxYzU1MDllZTkwNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66216289-a6e7-43fd-8820-aec89a7da8c9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T07:06:24.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T07:06:24.734Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 498b64c7-847a-4319-9b19-616d9ab17959 ASDC
2022-06-30T07:06:24.735Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:139eb232-0c49-4794-a8b3-eafc92550fc2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:498b64c7-847a-4319-9b19-616d9ab17959
ServiceInvariantUUID:50e86f51-325a-4f43-9400-a0a2ffeb3d28
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:66216289-a6e7-43fd-8820-aec89a7da8c9
ArtifactChecksum:MThhODQ2Y2ZjZWE1NjE3NTkyZWUxYzU1MDllZTkwNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a67cbfe7-ba3e-4917-8781-0a13acbc2cfa
ResourceInvariantUUID:85e22934-c75f-4851-a749-f8f559da04d0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:df09d717-2f94-45f5-8b48-19a638afc281
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:dd7c47ab-ee29-4da0-a274-1b04ec7de90b
ArtifactChecksum:YThiYTU5YjZjYzg5MDM5YmY0NWJkMGE0ZGYwMmY3MWY=
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:9d151709-d5f3-4f64-973b-38a3c01590c4
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:71fb3a1c-af1b-4b6b-b206-a180e25a0bbc
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:028a4209-939f-4125-8373-dc86f04ba95e
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:71fb3a1c-af1b-4b6b-b206-a180e25a0bbc
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:a0665f76-be25-428f-8599-090994371b5d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T07:06:24.736Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 498b64c7-847a-4319-9b19-616d9ab17959 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:06:24.801Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:06:24.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:06:24.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:06:24.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 66216289-a6e7-43fd-8820-aec89a7da8c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:24.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:24.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:25.062Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:25.069Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 66216289-a6e7-43fd-8820-aec89a7da8c9 158213
2022-06-30T07:06:25.069Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:06:25.069Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:25.069Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:25.069Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:25.071Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:25.071Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572785069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:25.172Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:06:25.172Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:25.172Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:25.186Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:25.187Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:26.073Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:06:26.074Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:06:26.074Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 66216289-a6e7-43fd-8820-aec89a7da8c9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:26.074Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-30T07:06:26.075Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:26.075Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:26.279Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5347148812082523484/Definitions/service-BasicCnfMacro-template.yml
2022-06-30T07:06:27.565Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T07:06:27.565Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:27.566Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:06:27.567Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.567Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.567Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.568Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:06:27.568Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:06:27.568Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.568Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.569Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.569Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:06:27.569Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:06:27.569Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.569Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.570Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.570Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-30T07:06:27.570Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-30T07:06:27.570Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-30T07:06:27.571Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T07:06:27.571Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.571Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T07:06:27.571Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.571Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.572Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:27.572Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.572Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.573Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:27.573Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.573Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.573Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:27.574Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.574Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:27.574Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:27.574Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.575Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-30T07:06:27.575Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-30T07:06:27.575Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d50e1eca-e0f4-46df-a239-784816a74df1
2022-06-30T07:06:27.575Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.575Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.576Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.576Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.576Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.576Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.576Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:27.577Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:27.577Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:498b64c7-847a-4319-9b19-616d9ab17959
Model Version:NULL
Model InvariantUuid:50e86f51-325a-4f43-9400-a0a2ffeb3d28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:07b68034-1314-40f1-9697-ec135c8e3533
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85e22934-c75f-4851-a749-f8f559da04d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a67cbfe7-ba3e-4917-8781-0a13acbc2cfa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:890c8cdc-fab7-4348-b4be-01c08914d3c0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c6f73cab-9996-4278-9bab-1b94e5beca99
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c20e7c97-6bff-4a09-b413-5681dc94d582
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6b3c45c1-3864-414a-b84d-7040506475b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d50e1eca-e0f4-46df-a239-784816a74df1
ModelInvariantUuid:a9114242-8fbb-4047-af6c-dd0caacf4347
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2c056a52-148c-4b82-9018-5850492492df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:fd7d2ab5-b9e8-4fd0-9a00-585d723c0c0b
ModelInvariantUuid:ca48596c-e3de-4dc5-9ca3-02437a8c7ef6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4d42cbe1-4f8c-4557-8c4a-970c659f1e89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T07:06:27.587Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: df09d717-2f94-45f5-8b48-19a638afc281
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:06:27.595Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-06-30T07:06:27.595Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df09d717-2f94-45f5-8b48-19a638afc281
2022-06-30T07:06:27.595Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd7c47ab-ee29-4da0-a274-1b04ec7de90b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-30T07:06:27.595Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:27.596Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-30T07:06:27.728Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:27.729Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json dd7c47ab-ee29-4da0-a274-1b04ec7de90b 1565
2022-06-30T07:06:27.729Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-30T07:06:27.730Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-30T07:06:27.730Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:27.730Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:27.732Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:27.732Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572787729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:27.832Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:27.833Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:27.833Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:27.846Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:27.846Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:28.732Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c20e7c97-6bff-4a09-b413-5681dc94d582",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b3c45c1-3864-414a-b84d-7040506475b9",
    "vfModuleModelCustomizationUUID": "ef802b2d-0387-4915-8127-fb13b59b1141",
    "isBase": true,
    "artifacts": [
      "9d151709-d5f3-4f64-973b-38a3c01590c4",
      "71fb3a1c-af1b-4b6b-b206-a180e25a0bbc"
    ],
    "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": "890c8cdc-fab7-4348-b4be-01c08914d3c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6f73cab-9996-4278-9bab-1b94e5beca99",
    "vfModuleModelCustomizationUUID": "19b37aa6-21af-4d25-9d68-dc280061593a",
    "isBase": false,
    "artifacts": [
      "a0665f76-be25-428f-8599-090994371b5d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T07:06:28.738Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b3c45c1-3864-414a-b84d-7040506475b9
VfModuleModelInvariantUUID:c20e7c97-6bff-4a09-b413-5681dc94d582
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d151709-d5f3-4f64-973b-38a3c01590c4
,
71fb3a1c-af1b-4b6b-b206-a180e25a0bbc

}
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:c6f73cab-9996-4278-9bab-1b94e5beca99
VfModuleModelInvariantUUID:890c8cdc-fab7-4348-b4be-01c08914d3c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0665f76-be25-428f-8599-090994371b5d

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

isBase:false


}

2022-06-30T07:06:28.742Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c20e7c97-6bff-4a09-b413-5681dc94d582",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b3c45c1-3864-414a-b84d-7040506475b9",
    "vfModuleModelCustomizationUUID": "ef802b2d-0387-4915-8127-fb13b59b1141",
    "isBase": true,
    "artifacts": [
      "9d151709-d5f3-4f64-973b-38a3c01590c4",
      "71fb3a1c-af1b-4b6b-b206-a180e25a0bbc"
    ],
    "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": "890c8cdc-fab7-4348-b4be-01c08914d3c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6f73cab-9996-4278-9bab-1b94e5beca99",
    "vfModuleModelCustomizationUUID": "19b37aa6-21af-4d25-9d68-dc280061593a",
    "isBase": false,
    "artifacts": [
      "a0665f76-be25-428f-8599-090994371b5d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T07:06:28.743Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b3c45c1-3864-414a-b84d-7040506475b9
VfModuleModelInvariantUUID:c20e7c97-6bff-4a09-b413-5681dc94d582
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d151709-d5f3-4f64-973b-38a3c01590c4
,
71fb3a1c-af1b-4b6b-b206-a180e25a0bbc

}
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:c6f73cab-9996-4278-9bab-1b94e5beca99
VfModuleModelInvariantUUID:890c8cdc-fab7-4348-b4be-01c08914d3c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0665f76-be25-428f-8599-090994371b5d

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

isBase:false


}

2022-06-30T07:06:28.743Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d151709-d5f3-4f64-973b-38a3c01590c4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-30T07:06:28.743Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:28.743Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-30T07:06:28.818Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:28.819Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9d151709-d5f3-4f64-973b-38a3c01590c4 914
2022-06-30T07:06:28.819Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-30T07:06:28.819Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-30T07:06:28.819Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:28.820Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:28.821Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:28.822Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572788819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:28.922Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:28.923Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:28.923Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:28.959Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:28.960Z||pool-117-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:29.822Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 028a4209-939f-4125-8373-dc86f04ba95e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-30T07:06:29.823Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:29.823Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-30T07:06:29.950Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:29.950Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 028a4209-939f-4125-8373-dc86f04ba95e 12
2022-06-30T07:06:29.951Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-30T07:06:29.951Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-30T07:06:29.951Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:29.951Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:29.954Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:29.954Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572789951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:30.053Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:06:30.054Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:30.054Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:30.070Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:30.071Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:30.955Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71fb3a1c-af1b-4b6b-b206-a180e25a0bbc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-30T07:06:30.955Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:30.955Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-30T07:06:31.128Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:31.129Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 71fb3a1c-af1b-4b6b-b206-a180e25a0bbc 96
2022-06-30T07:06:31.129Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-30T07:06:31.129Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-30T07:06:31.129Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:31.130Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:31.132Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:31.133Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572791129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:31.232Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:06:31.233Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:31.233Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:31.252Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:31.252Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:32.133Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a0665f76-be25-428f-8599-090994371b5d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-30T07:06:32.134Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:06:32.134Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-30T07:06:32.318Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:06:32.319Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a0665f76-be25-428f-8599-090994371b5d 20206
2022-06-30T07:06:32.319Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-30T07:06:32.320Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-30T07:06:32.320Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:06:32.320Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:32.321Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:32.322Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572792319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:06:32.422Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:32.422Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:32.422Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:32.452Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:32.452Z||pool-120-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:33.325Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 498b64c7-847a-4319-9b19-616d9ab17959
2022-06-30T07:06:33.325Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 df09d717-2f94-45f5-8b48-19a638afc281 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:06:33.334Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e8a4c58, org.onap.sdc.toscaparser.api.parameters.Input@71373682, org.onap.sdc.toscaparser.api.parameters.Input@2eba5239, org.onap.sdc.toscaparser.api.parameters.Input@3781ff27, org.onap.sdc.toscaparser.api.parameters.Input@4b159d03]
2022-06-30T07:06:33.335Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.336Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.336Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-30T07:06:33.336Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a67cbfe7-ba3e-4917-8781-0a13acbc2cfa
2022-06-30T07:06:33.336Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a67cbfe7-ba3e-4917-8781-0a13acbc2cfa matches Tosca VF Customization UUID: a67cbfe7-ba3e-4917-8781-0a13acbc2cfa
2022-06-30T07:06:33.336Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a67cbfe7-ba3e-4917-8781-0a13acbc2cfa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T07:06:33.338Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.338Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.339Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a67cbfe7-ba3e-4917-8781-0a13acbc2cfa: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-30T07:06:33.339Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4749300c
2022-06-30T07:06:33.339Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.339Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T07:06:33.339Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19b37aa6-21af-4d25-9d68-dc280061593a
2022-06-30T07:06:33.340Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19b37aa6-21af-4d25-9d68-dc280061593a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T07:06:33.342Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.342Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:33.342Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:33.342Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.342Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:33.343Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:06:33.343Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.343Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-30T07:06:33.343Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a67cbfe7-ba3e-4917-8781-0a13acbc2cfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:06:33.344Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 498b64c7-847a-4319-9b19-616d9ab17959: basic_cnf_macro
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.345Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:06:33.346Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:06:33.347Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:06:33.388Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro df09d717-2f94-45f5-8b48-19a638afc281 2 ASDC deployResourceStructure
2022-06-30T07:06:33.389Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-30T07:06:33.389Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-30T07:06:33.389Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:06:33.390Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:33.392Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:33.392Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572793389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:06:33.492Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:33.493Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:33.493Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:33.511Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:33.512Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:34.392Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-30T07:06:34.393Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-30T07:06:34.393Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:06:34.393Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:34.395Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:34.396Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572794392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T07:06:34.496Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:34.497Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:34.497Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:34.529Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:34.529Z||pool-122-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:35.396Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-30T07:06:35.397Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-30T07:06:35.397Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-30T07:06:35.397Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:35.399Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:35.399Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572795396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T07:06:35.505Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-30T07:06:35.506Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:35.506Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:35.530Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:35.531Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:36.400Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-30T07:06:36.400Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-30T07:06:36.400Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:06:36.400Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:36.402Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:36.402Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572796400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-30T07:06:36.503Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:06:36.503Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:36.503Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:36.518Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:36.518Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:37.403Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-30T07:06:37.403Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-30T07:06:37.404Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-30T07:06:37.404Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:37.406Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:37.406Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572797403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T07:06:37.506Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:37.510Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:37.510Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:37.583Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:37.583Z||pool-125-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:06:38.406Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:06:38.407Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-30T07:06:38.407Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:06:38.407Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:06:38.409Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:06:38.409Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572798406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:06:38.509Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:06:38.510Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:06:38.510Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:06:38.544Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:06:38.545Z||pool-126-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:06:39.410Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:06:39.423Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:06:39.427Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:06:39.427Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:06:39.427Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:07:09.427Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:07:09.440Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:07:09.442Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:07:09.442Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:07:09.442Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:07:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:07:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:07:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:07:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:07:14.083Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:07:14.083Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:07:14.084Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:07:39.443Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:07:39.454Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:07:39.459Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:07:39.459Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:07:39.460Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:08:09.460Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:08:09.493Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:08:09.495Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:08:09.495Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:08:09.495Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:08:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:08:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:08:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:08:14.125Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:08:14.126Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:08:14.126Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-30T07:08:14.127Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:08:39.496Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:08:39.508Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:08:39.510Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:08:39.510Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:08:39.510Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:09:09.510Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:09:09.522Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:09:09.524Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:09:09.525Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T07:09:09.525Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T07:09:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:09:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:09:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:09:14.088Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:09:14.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.106Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.107Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.108Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.109Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.109Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.109Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.109Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.109Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.110Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.111Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.112Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572768485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572759936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.113Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572779564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.114Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572779150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.115Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572770479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572780670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.116Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572770704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.117Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572781778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572781643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572772078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.118Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.119Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572782854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.119Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.119Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.119Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572782648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.128Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.128Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572782887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572773497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572774045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.148Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.149Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572783949,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.158Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.158Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.169Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572784314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572784952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572785069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.170Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572785318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.171Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.171Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.171Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "cds",
  "timestamp": 1656572785406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.177Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.177Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.188Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.188Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "policy-id",
  "timestamp": 1656572786321,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.197Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.197Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T07:09:14.206Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.206Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.206Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.206Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572787729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.207Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572788819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.208Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572789951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.209Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.210Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572791129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.211Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.212Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572792319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.213Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572793389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.214Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572793565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572794392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.215Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.216Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572787078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572795396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.217Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.218Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572788485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572796400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572795873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.219Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.220Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572797203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572797403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.221Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.222Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.222Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572797319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.222Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.222Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.222Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "cds",
  "timestamp": 1656572797442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.236Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.236Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572789936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572798277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.245Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656572798406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572790704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572798639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572798834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.246Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572799458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.247Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "clamp",
  "timestamp": 1656572799649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.252Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.252Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.259Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.259Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572800494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.267Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.267Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.281Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.281Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572801498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572793497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572801296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.282Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.283Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.283Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.283Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572802301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.294Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.294Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.309Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.309Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572802278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572803292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.310Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "policy-id",
  "timestamp": 1656572804295,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.316Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.316Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T07:09:14.324Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.324Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572806702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.325Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.326Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.326Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.326Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.326Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "aai-ml",
  "timestamp": 1656572807705,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.331Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 139eb232-0c49-4794-a8b3-eafc92550fc2
2022-06-30T07:09:14.331Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 139eb232-0c49-4794-a8b3-eafc92550fc2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.341Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.341Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572800697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.341Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.341Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.341Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.342Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.343Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.344Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.345Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.345Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.345Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572786523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.345Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.345Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.346Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572816820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.347Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572818745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.348Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.349Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.350Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.351Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572821573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572810704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656572808485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572813497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.352Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.353Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.353Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "clamp",
  "timestamp": 1656572822577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.361Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.361Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.373Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572822990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.374Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572823238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.375Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572824022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572824243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.376Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.377Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.377Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.377Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.377Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656572825025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.414Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:09:14.415Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.428Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.428Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "policy-id",
  "timestamp": 1656572825246,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.434Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:09:14.435Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.446Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572825278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572817078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.447Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "aai-ml",
  "timestamp": 1656572826281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.455Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afe4832c-7ca9-41e4-ae49-075d525d6afc
2022-06-30T07:09:14.455Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afe4832c-7ca9-41e4-ae49-075d525d6afc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.464Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.464Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572826882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.465Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.466Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "cds",
  "timestamp": 1656572828077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.471Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:09:14.472Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.480Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.480Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572819936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:09:14.480Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.480Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.480Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572829700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.481Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572831521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:09:14.482Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.483Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656572832527,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:14.488Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:09:14.488Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:09:14.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:14.498Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:09:14.499Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:09:14.499Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:09:39.525Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:09:39.539Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:09:39.542Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:09:39.542Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T07:09:39.542Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T07:09:39.542Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.543Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:09:39.544Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:09:39.550Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T07:10:09.550Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 139eb232-0c49-4794-a8b3-eafc92550fc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T07:10:09.559Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 139eb232-0c49-4794-a8b3-eafc92550fc2 and serviceModelVersionId: 498b64c7-847a-4319-9b19-616d9ab17959
2022-06-30T07:10:09.559Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50e86f51-325a-4f43-9400-a0a2ffeb3d28
2022-06-30T07:10:09.560Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0
2022-06-30T07:10:09.565Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T07:10:09.607Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T07:10:09.608Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0|INFO|500||Invoke
2022-06-30T07:10:09.633Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T07:10:09.784Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0|INFO|500||InvokeReturn
2022-06-30T07:10:09.786Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50e86f51-325a-4f43-9400-a0a2ffeb3d28/model-vers/model-ver/498b64c7-847a-4319-9b19-616d9ab17959?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-07:10:09:656-80330], vertex-id=[208992], Content-Length=[0], Date=[Thu, 30 Jun 2022 07:10:09 GMT], Content-Type=[application/json]}
2022-06-30T07:10:09.786Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T07:10:09.786Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T07:10:09.786Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:10:09.802Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T07:10:09.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 139eb232-0c49-4794-a8b3-eafc92550fc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T07:10:09.803Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T07:10:09.804Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:09.806Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:09.806Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573009803,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:10:09.906Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:09.907Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:09.907Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:09.930Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:09.930Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T07:10:10.822Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:10:10.823Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:10:10.823Z|139eb232-0c49-4794-a8b3-eafc92550fc2|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:10:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:10:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:14.077Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:14.078Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.078Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.079Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572827285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.080Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572837024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:14.081Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572830479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572842147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.082Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "aai-ml",
  "timestamp": 1656572843151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:10:14.088Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:10:14.088Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:10:14.096Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.096Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572844574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:14.096Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:10:14.097Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.097Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572846582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:14.097Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:10:14.097Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:10:14.097Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "clamp",
  "timestamp": 1656572847585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:10:14.102Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
2022-06-30T07:10:14.102Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:10:15.256Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:15.257Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-30T07:10:15.257Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"afe4832c-7ca9-41e4-ae49-075d525d6afc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"02e500d4-a6b9-466f-9d26-c5eaf54a6479","serviceDescription":"service","serviceInvariantUUID":"a9e6683c-365a-43e6-8de0-7b67b187d8a9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d742ac5c-71bf-4d28-9702-f6fc08a4c007","resourceInvariantUUID":"56b68de0-866d-48c1-9545-8a0fd2c306da","resourceCustomizationUUID":"0cf808ba-63eb-4285-b313-999e0e1f2493","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":"NGQ5YmQ3YzBkZDkzNzE4MzYxYWQwODE2NjM2MTE4NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74bc5e51-bd13-4df4-a7e3-4205acabca50","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":"ZTE4NmI3MjMwNDU5OWQ2N2E3MTA2M2E1YjYyOGY1M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5947d742-c06d-4221-b1db-16ccfc9fe472","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":"44ec659b-c8e2-41b8-8429-bf9e974524ab","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":"65469396-9c31-4250-88cb-c91bd03bd02d","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":"e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6","artifactVersion":"2","generatedFromUUID":"44ec659b-c8e2-41b8-8429-bf9e974524ab"},{"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":"NDcyMzkzZWM0ZjQ0NGM4ZTcwNDUyODU0OTE5YzAzNGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b5e361a2-c8c4-4ad8-83d9-b63c97797551","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":"MmM0ZTZlNjI5N2ZiMzcxOTA4OTczZWRiNjg0ZjU0ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01595261-9ac4-453c-ba43-2f7054355ad6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzI4NTYwNGM1MTRiMWUzMmY3YWE3ZDUwZGQ4MDUzNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dcf6ef6-a2ee-47e3-9df5-535623f5d080","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T07:10:15.260Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:15.260Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:15.262Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:15.262Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:15.362Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:10:15.363Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:15.363Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:15.378Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:15.378Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:16.263Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:16.264Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:16.266Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:16.267Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:10:16.367Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:10:16.367Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:16.367Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:16.393Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:16.393Z||pool-129-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:17.267Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:17.268Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:17.269Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:17.270Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:10:17.370Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:17.371Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:17.371Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:17.385Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:17.386Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:18.270Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:18.271Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:18.273Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:18.273Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:18.373Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:18.374Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:18.374Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:18.388Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:18.389Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:19.273Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:19.274Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:19.276Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:19.276Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T07:10:19.378Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-30T07:10:19.379Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:19.379Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:19.393Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:19.394Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:10:20.277Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:20.277Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:20.280Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:20.280Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:20.380Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:20.381Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:20.381Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:20.395Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:20.395Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:21.281Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:21.282Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:21.284Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:21.285Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:10:21.385Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:21.386Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:21.386Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:21.400Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:21.401Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:22.285Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:10:22.286Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:22.288Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:22.288Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:10:22.388Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:22.389Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:22.389Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:22.406Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:22.406Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:10:23.289Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "02e500d4-a6b9-466f-9d26-c5eaf54a6479",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a9e6683c-365a-43e6-8de0-7b67b187d8a9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0cf808ba-63eb-4285-b313-999e0e1f2493",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d742ac5c-71bf-4d28-9702-f6fc08a4c007",
      "resourceInvariantUUID": "56b68de0-866d-48c1-9545-8a0fd2c306da",
      "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": "ZTE4NmI3MjMwNDU5OWQ2N2E3MTA2M2E1YjYyOGY1M2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5947d742-c06d-4221-b1db-16ccfc9fe472",
          "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": "44ec659b-c8e2-41b8-8429-bf9e974524ab",
          "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": "e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6",
            "generatedFromUUID": "44ec659b-c8e2-41b8-8429-bf9e974524ab"
          },
          "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": "e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzI4NTYwNGM1MTRiMWUzMmY3YWE3ZDUwZGQ4MDUzNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5dcf6ef6-a2ee-47e3-9df5-535623f5d080"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T07:10:23.290Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T07:10:23.290Z|139eb232-0c49-4794-a8b3-eafc92550fc2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02e500d4-a6b9-466f-9d26-c5eaf54a6479 ASDC
2022-06-30T07:10:23.291Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:afe4832c-7ca9-41e4-ae49-075d525d6afc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:02e500d4-a6b9-466f-9d26-c5eaf54a6479
ServiceInvariantUUID:a9e6683c-365a-43e6-8de0-7b67b187d8a9
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:5dcf6ef6-a2ee-47e3-9df5-535623f5d080
ArtifactChecksum:NzI4NTYwNGM1MTRiMWUzMmY3YWE3ZDUwZGQ4MDUzNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0cf808ba-63eb-4285-b313-999e0e1f2493
ResourceInvariantUUID:56b68de0-866d-48c1-9545-8a0fd2c306da
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d742ac5c-71bf-4d28-9702-f6fc08a4c007
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:5947d742-c06d-4221-b1db-16ccfc9fe472
ArtifactChecksum:ZTE4NmI3MjMwNDU5OWQ2N2E3MTA2M2E1YjYyOGY1M2I=
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:44ec659b-c8e2-41b8-8429-bf9e974524ab
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:e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6
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:e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-30T07:10:23.291Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02e500d4-a6b9-466f-9d26-c5eaf54a6479 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T07:10:23.328Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:10:23.329Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:10:23.329Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:10:23.329Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5dcf6ef6-a2ee-47e3-9df5-535623f5d080 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-30T07:10:23.329Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:10:23.330Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-30T07:10:23.492Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:10:23.495Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5dcf6ef6-a2ee-47e3-9df5-535623f5d080 78800
2022-06-30T07:10:23.495Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:10:23.495Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-30T07:10:23.495Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:10:23.496Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:23.497Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:23.497Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573023495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:23.598Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:23.598Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:23.599Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:23.633Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:23.634Z||pool-136-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:24.498Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:10:24.498Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:10:24.499Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5dcf6ef6-a2ee-47e3-9df5-535623f5d080, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:24.499Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-30T07:10:24.499Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:24.499Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:24.605Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9070282240954876029/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-30T07:10:25.846Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T07:10:25.847Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:10:25.847Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.847Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-30T07:10:25.847Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.847Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:10:25.848Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.849Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-30T07:10:25.850Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:25.851Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.852Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2df7b5cf-35ab-4d77-ad19-f0d738757cfa
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.853Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.854Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:25.854Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:25.854Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:02e500d4-a6b9-466f-9d26-c5eaf54a6479
Model Version:NULL
Model InvariantUuid:a9e6683c-365a-43e6-8de0-7b67b187d8a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6ee06cb4-df38-4107-83e4-1a829689f899
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56b68de0-866d-48c1-9545-8a0fd2c306da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0cf808ba-63eb-4285-b313-999e0e1f2493
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a9e03933-79f8-4a17-8771-2c15e866afe9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6387df88-500b-4397-8dea-4f35865d50f5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2df7b5cf-35ab-4d77-ad19-f0d738757cfa
ModelInvariantUuid:6a8e68e9-88ae-4764-81fa-3bacd97d9d3e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:08dae639-3b8e-4dca-9161-24ef84fa2ea8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:52f6d128-098f-4eac-9e7b-9d333809d2a5
ModelInvariantUuid:a5fc1684-3504-403b-98ae-eec1bcdae0d3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:90760e37-72ed-45a6-8884-1f3541ead4ec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T07:10:25.862Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d742ac5c-71bf-4d28-9702-f6fc08a4c007
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:10:25.864Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-06-30T07:10:25.864Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d742ac5c-71bf-4d28-9702-f6fc08a4c007
2022-06-30T07:10:25.864Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5947d742-c06d-4221-b1db-16ccfc9fe472 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-30T07:10:25.864Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:10:25.864Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-30T07:10:25.933Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:10:25.934Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5947d742-c06d-4221-b1db-16ccfc9fe472 792
2022-06-30T07:10:25.934Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-30T07:10:25.934Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-30T07:10:25.934Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:10:25.934Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:25.936Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:25.936Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573025934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:26.036Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:10:26.037Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:26.038Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:26.061Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:26.061Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:26.939Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a9e03933-79f8-4a17-8771-2c15e866afe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6387df88-500b-4397-8dea-4f35865d50f5",
    "vfModuleModelCustomizationUUID": "c4d616a8-ba0d-4ac3-aa53-a03e5845f9b0",
    "isBase": true,
    "artifacts": [
      "44ec659b-c8e2-41b8-8429-bf9e974524ab",
      "e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T07:10:26.944Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6387df88-500b-4397-8dea-4f35865d50f5
VfModuleModelInvariantUUID:a9e03933-79f8-4a17-8771-2c15e866afe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
44ec659b-c8e2-41b8-8429-bf9e974524ab
,
e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6

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

isBase:true


}

2022-06-30T07:10:26.947Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a9e03933-79f8-4a17-8771-2c15e866afe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6387df88-500b-4397-8dea-4f35865d50f5",
    "vfModuleModelCustomizationUUID": "c4d616a8-ba0d-4ac3-aa53-a03e5845f9b0",
    "isBase": true,
    "artifacts": [
      "44ec659b-c8e2-41b8-8429-bf9e974524ab",
      "e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-30T07:10:26.948Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6387df88-500b-4397-8dea-4f35865d50f5
VfModuleModelInvariantUUID:a9e03933-79f8-4a17-8771-2c15e866afe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
44ec659b-c8e2-41b8-8429-bf9e974524ab
,
e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6

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

isBase:true


}

2022-06-30T07:10:26.948Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 44ec659b-c8e2-41b8-8429-bf9e974524ab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-30T07:10:26.948Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:10:26.949Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-30T07:10:27.046Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:10:27.047Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 44ec659b-c8e2-41b8-8429-bf9e974524ab 5033
2022-06-30T07:10:27.047Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-30T07:10:27.047Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-30T07:10:27.048Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:10:27.048Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:27.050Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:27.050Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573027047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:27.150Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:27.151Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:27.151Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:27.166Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:27.166Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:10:28.051Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-30T07:10:28.051Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:10:28.052Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-30T07:10:28.140Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:10:28.141Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e6ef7619-1c0c-4d07-9e0b-da8bf7d469d6 903
2022-06-30T07:10:28.142Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-30T07:10:28.142Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-30T07:10:28.142Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:10:28.142Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:28.147Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:28.147Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573028141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:10:28.245Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-30T07:10:28.246Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:28.246Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:28.262Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:28.263Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:29.147Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02e500d4-a6b9-466f-9d26-c5eaf54a6479
2022-06-30T07:10:29.148Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d742ac5c-71bf-4d28-9702-f6fc08a4c007 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:10:29.164Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67efbcb0, org.onap.sdc.toscaparser.api.parameters.Input@2264ab24, org.onap.sdc.toscaparser.api.parameters.Input@298db37b, org.onap.sdc.toscaparser.api.parameters.Input@677e980f, org.onap.sdc.toscaparser.api.parameters.Input@7deea26c]
2022-06-30T07:10:29.166Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.166Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.166Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-30T07:10:29.166Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0cf808ba-63eb-4285-b313-999e0e1f2493
2022-06-30T07:10:29.166Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0cf808ba-63eb-4285-b313-999e0e1f2493 matches Tosca VF Customization UUID: 0cf808ba-63eb-4285-b313-999e0e1f2493
2022-06-30T07:10:29.167Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0cf808ba-63eb-4285-b313-999e0e1f2493  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T07:10:29.168Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.169Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.169Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0cf808ba-63eb-4285-b313-999e0e1f2493: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-30T07:10:29.169Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dab200b
2022-06-30T07:10:29.170Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.170Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T07:10:29.170Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4d616a8-ba0d-4ac3-aa53-a03e5845f9b0
2022-06-30T07:10:29.170Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4d616a8-ba0d-4ac3-aa53-a03e5845f9b0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T07:10:29.172Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.172Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:29.172Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:29.173Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.173Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:29.173Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:29.173Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.173Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-30T07:10:29.174Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-30T07:10:29.174Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-30T07:10:29.174Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2df7b5cf-35ab-4d77-ad19-f0d738757cfa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T07:10:29.176Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.176Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:29.177Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T07:10:29.177Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.177Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-30T07:10:29.178Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0cf808ba-63eb-4285-b313-999e0e1f2493
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:10:29.179Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.180Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.180Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02e500d4-a6b9-466f-9d26-c5eaf54a6479: basic_vm_macro
2022-06-30T07:10:29.180Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.180Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.180Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.181Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.181Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.181Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.181Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.182Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.182Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:10:29.182Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:10:29.183Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T07:10:29.261Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d742ac5c-71bf-4d28-9702-f6fc08a4c007 1 ASDC deployResourceStructure
2022-06-30T07:10:29.261Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-30T07:10:29.262Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-30T07:10:29.262Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:10:29.262Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:29.264Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:29.264Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573029261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:29.364Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:29.365Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:29.365Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:29.381Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:29.381Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T07:10:30.265Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-30T07:10:30.265Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-30T07:10:30.265Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:10:30.266Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:30.268Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:30.268Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573030265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:30.368Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:30.368Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:30.369Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:30.383Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:30.383Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:31.268Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-30T07:10:31.269Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-30T07:10:31.269Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:10:31.270Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:31.272Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:31.272Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573031268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:31.372Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:31.373Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:31.373Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:31.389Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:31.390Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:32.273Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:10:32.273Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-30T07:10:32.273Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:10:32.274Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:10:32.275Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:10:32.276Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573032273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:10:32.376Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:10:32.376Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:10:32.376Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:10:32.394Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:10:32.395Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:10:33.276Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afe4832c-7ca9-41e4-ae49-075d525d6afc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:10:33.289Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afe4832c-7ca9-41e4-ae49-075d525d6afc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:10:33.291Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:10:33.291Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:10:33.292Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:10:33.301Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T07:11:03.301Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afe4832c-7ca9-41e4-ae49-075d525d6afc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T07:11:03.310Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afe4832c-7ca9-41e4-ae49-075d525d6afc and serviceModelVersionId: 02e500d4-a6b9-466f-9d26-c5eaf54a6479
2022-06-30T07:11:03.310Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9e6683c-365a-43e6-8de0-7b67b187d8a9
2022-06-30T07:11:03.311Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0
2022-06-30T07:11:03.314Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T07:11:03.352Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T07:11:03.354Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0|INFO|500||Invoke
2022-06-30T07:11:03.376Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T07:11:03.480Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0|INFO|500||InvokeReturn
2022-06-30T07:11:03.481Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9e6683c-365a-43e6-8de0-7b67b187d8a9/model-vers/model-ver/02e500d4-a6b9-466f-9d26-c5eaf54a6479?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-07:11:03:383-97041], vertex-id=[516120], Content-Length=[0], Date=[Thu, 30 Jun 2022 07:11:03 GMT], Content-Type=[application/json]}
2022-06-30T07:11:03.481Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T07:11:03.482Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T07:11:03.482Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:11:03.485Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T07:11:03.486Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afe4832c-7ca9-41e4-ae49-075d525d6afc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T07:11:03.486Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T07:11:03.486Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:03.488Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:03.488Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573063486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:11:03.588Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:03.589Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:03.589Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:03.613Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:03.614Z||pool-144-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T07:11:04.508Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-30T07:11:04.508Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffd633c5-c774-4b1f-8fb7-f3369b5dbdae","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bcb2820a-3454-46f8-a99b-ee5b61e5400a","serviceDescription":"service","serviceInvariantUUID":"2ccf3058-9bbd-41fc-b2ad-75471d67f486","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"676b1ef6-aca7-40fe-9d01-370e25a417cf","resourceInvariantUUID":"1e813061-e14c-45f0-880c-0e66b3c72429","resourceCustomizationUUID":"fb0d61d1-4f31-486b-8763-ea4c991a1da8","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":"ODM4YjVkN2Y2ZjkxNmM1YWJkYjk5YWVjNTc3MDc1YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"131336c9-ded9-450d-ace3-7214b5168afc","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":"3e7014b1-42e8-47f3-abb6-2787f9bb730d","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":"265a122a-6ce4-437f-b807-d5d39bde2ea9","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":"Y2M2NDc4NjliZjdkNTA3OTIzYzM3ZTlkMTYwNmUyYTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8e7419aa-d6a8-485d-a37c-16736a21f206","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":"edb09826-1149-4783-9d86-f97953b8fe39","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":"1e408873-6cf3-43c5-8290-575506fb61a3","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":"35015f61-c9e8-4d6f-95f4-fab6601f5f19","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":"MTZjMzUwMGQ3OTIzNTVhNTE2NzIwZTVmYTYwMzU1OWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bff31f17-729c-4073-8925-7e289aad8719","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjFlMGMxNDNhY2FiOTk1YzdhMDFlNDY0YWFlZWE3NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"258d35ab-e6d5-40c3-85d0-8b242c76bcdc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T07:11:04.509Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:04.509Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:04.511Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:04.511Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:04.611Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:11:04.612Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:04.612Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:04.630Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:04.631Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:05.512Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:05.513Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:05.515Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:05.515Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:05.615Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:05.616Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:05.616Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:05.634Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:05.635Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:06.516Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:06.516Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:06.518Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:06.518Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:06.618Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:06.619Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:06.619Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:06.634Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:06.635Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:07.519Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:07.519Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:07.521Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:07.521Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:07.621Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:11:07.622Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:07.623Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:07.645Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:07.645Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:08.522Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:08.522Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:08.524Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:08.524Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:08.624Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:08.625Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:08.625Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:08.639Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:08.639Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:09.524Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:09.525Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:09.526Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:09.527Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:09.627Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:09.627Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:09.628Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:09.643Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:09.643Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:10.527Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:10.528Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:10.530Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:10.530Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:10.630Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T07:11:10.631Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:10.631Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:10.651Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:10.652Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:11.531Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:11.532Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:11.533Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:11.533Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:11:11.634Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-30T07:11:11.635Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:11.635Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:11.649Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:11.650Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:12.534Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T07:11:12.534Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:12.536Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:12.536Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:11:12.636Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:12.636Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:12.637Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:12.650Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:12.651Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:13.537Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bcb2820a-3454-46f8-a99b-ee5b61e5400a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ccf3058-9bbd-41fc-b2ad-75471d67f486",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fb0d61d1-4f31-486b-8763-ea4c991a1da8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "676b1ef6-aca7-40fe-9d01-370e25a417cf",
      "resourceInvariantUUID": "1e813061-e14c-45f0-880c-0e66b3c72429",
      "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": "YjFlMGMxNDNhY2FiOTk1YzdhMDFlNDY0YWFlZWE3NzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "258d35ab-e6d5-40c3-85d0-8b242c76bcdc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-30T07:11:13.537Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T07:11:13.538Z|afe4832c-7ca9-41e4-ae49-075d525d6afc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bcb2820a-3454-46f8-a99b-ee5b61e5400a ASDC
2022-06-30T07:11:13.538Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bcb2820a-3454-46f8-a99b-ee5b61e5400a
ServiceInvariantUUID:2ccf3058-9bbd-41fc-b2ad-75471d67f486
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:258d35ab-e6d5-40c3-85d0-8b242c76bcdc
ArtifactChecksum:YjFlMGMxNDNhY2FiOTk1YzdhMDFlNDY0YWFlZWE3NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fb0d61d1-4f31-486b-8763-ea4c991a1da8
ResourceInvariantUUID:1e813061-e14c-45f0-880c-0e66b3c72429
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:676b1ef6-aca7-40fe-9d01-370e25a417cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-30T07:11:13.538Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcb2820a-3454-46f8-a99b-ee5b61e5400a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T07:11:13.573Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:11:13.573Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:11:13.573Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:11:13.574Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 258d35ab-e6d5-40c3-85d0-8b242c76bcdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-30T07:11:13.574Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-30T07:11:13.574Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-30T07:11:13.941Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-30T07:11:13.946Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 258d35ab-e6d5-40c3-85d0-8b242c76bcdc 105663
2022-06-30T07:11:13.946Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:11:13.947Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-30T07:11:13.947Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T07:11:13.947Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:13.949Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:13.949Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573073946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:11:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:11:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:11:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:14.049Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:14.050Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:14.050Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:14.073Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:14.073Z||pool-154-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:14.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:14.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:11:14.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "139eb232-0c49-4794-a8b3-eafc92550fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573009803,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:11:14.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:11:14.950Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T07:11:14.951Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-30T07:11:14.951Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 258d35ab-e6d5-40c3-85d0-8b242c76bcdc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:14.951Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-30T07:11:14.952Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:14.952Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.090Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13196723905644413499/Definitions/service-TestPnfMacro-template.yml
2022-06-30T07:11:15.827Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T07:11:15.827Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:11:15.828Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.828Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-30T07:11:15.828Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.828Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.828Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.829Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.829Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.829Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.829Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.830Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-30T07:11:15.830Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.830Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.831Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-30T07:11:15.831Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:11:15.831Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:11:15.831Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.832Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.832Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-30T07:11:15.832Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-30T07:11:15.832Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T07:11:15.832Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.833Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.833Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.833Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.834Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.834Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.834Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.834Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.835Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.835Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.835Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bcb2820a-3454-46f8-a99b-ee5b61e5400a
Model Version:NULL
Model InvariantUuid:2ccf3058-9bbd-41fc-b2ad-75471d67f486
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T07:11:15.842Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 676b1ef6-aca7-40fe-9d01-370e25a417cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:11:15.845Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-06-30T07:11:15.845Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 676b1ef6-aca7-40fe-9d01-370e25a417cf
2022-06-30T07:11:15.846Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||No resources found for Service: bcb2820a-3454-46f8-a99b-ee5b61e5400a
2022-06-30T07:11:15.846Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bcb2820a-3454-46f8-a99b-ee5b61e5400a
2022-06-30T07:11:15.846Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 676b1ef6-aca7-40fe-9d01-370e25a417cf ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:11:15.851Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58bdd6d0, org.onap.sdc.toscaparser.api.parameters.Input@73f521ad, org.onap.sdc.toscaparser.api.parameters.Input@40f66f60, org.onap.sdc.toscaparser.api.parameters.Input@1f43771e, org.onap.sdc.toscaparser.api.parameters.Input@297e2970]
2022-06-30T07:11:15.851Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.851Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.852Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bcb2820a-3454-46f8-a99b-ee5b61e5400a: test-pnf
2022-06-30T07:11:15.852Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Processing PNF resource: 676b1ef6-aca7-40fe-9d01-370e25a417cf
2022-06-30T07:11:15.852Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-30T07:11:15.852Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T07:11:15.853Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||Resource customization UUID: fb0d61d1-4f31-486b-8763-ea4c991a1da8 is the same as notified resource customizationUUID: fb0d61d1-4f31-486b-8763-ea4c991a1da8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-30T07:11:15.887Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 676b1ef6-aca7-40fe-9d01-370e25a417cf 0 ASDC deployResourceStructure
2022-06-30T07:11:15.887Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-30T07:11:15.887Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-30T07:11:15.888Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T07:11:15.888Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:15.890Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:15.890Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573075887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:11:15.990Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:15.991Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:15.991Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:16.005Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:16.005Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T07:11:16.890Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:11:16.902Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffd633c5-c774-4b1f-8fb7-f3369b5dbdae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T07:11:16.905Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T07:11:16.905Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T07:11:16.905Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T07:11:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T07:11:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.907Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.907Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.907Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-30T07:11:16.907Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T07:11:16.913Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T07:11:46.913Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T07:11:46.919Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and serviceModelVersionId: bcb2820a-3454-46f8-a99b-ee5b61e5400a
2022-06-30T07:11:46.919Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ccf3058-9bbd-41fc-b2ad-75471d67f486
2022-06-30T07:11:46.920Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0
2022-06-30T07:11:46.924Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T07:11:46.960Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0|INFO|500||Invoke
2022-06-30T07:11:46.961Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffd633c5-c774-4b1f-8fb7-f3369b5dbdae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64002914-f158-4310-9b47-c93d25b45de2], X-ECOMP-RequestID=[ffd633c5-c774-4b1f-8fb7-f3369b5dbdae], X-TransactionId=[], X-ONAP-RequestID=[ffd633c5-c774-4b1f-8fb7-f3369b5dbdae], Content-Type=[application/merge-patch+json]}
2022-06-30T07:11:46.989Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-30T07:11:47.185Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?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/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-07:11:46:999-97655], vertex-id=[524312], Content-Length=[0], Date=[Thu, 30 Jun 2022 07:11:46 GMT], Content-Type=[application/json]}
2022-06-30T07:11:47.186Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T07:11:47.187Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf3058-9bbd-41fc-b2ad-75471d67f486/model-vers/model-ver/bcb2820a-3454-46f8-a99b-ee5b61e5400a?depth=0|INFO|500||InvokeReturn
2022-06-30T07:11:47.187Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T07:11:47.187Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T07:11:47.197Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T07:11:47.197Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffd633c5-c774-4b1f-8fb7-f3369b5dbdae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T07:11:47.198Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T07:11:47.198Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-30T07:11:47.200Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T07:11:47.200Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573107198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:11:47.300Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T07:11:47.301Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T07:11:47.301Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:47.319Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:47.320Z||pool-156-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T07:11:48.213Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:11:48.213Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:11:48.214Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:11:57.805Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:11:57.806Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:11:57.806Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:11:57.806Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:12:07.351Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:12:07.352Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:12:07.352Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:12:07.352Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:12:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:12:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:12:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:12:14.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:12:14.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-30T07:12:14.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573023495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573025934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573027047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573028141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:12:14.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573029261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573030265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573031268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573032273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afe4832c-7ca9-41e4-ae49-075d525d6afc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573063486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573010822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-30T07:12:14.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-30T07:12:14.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T07:12:14.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573073946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-30T07:12:14.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:12:16.905Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:12:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:12:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:12:16.906Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:12:26.475Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:12:26.476Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:12:26.477Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:12:26.477Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:12:36.056Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:13:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:13:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:13:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:13:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:13:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:13:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:13:14.591Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:13:14.592Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:13:14.592Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573075887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-30T07:13:14.593Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:13:14.593Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T07:13:14.593Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd633c5-c774-4b1f-8fb7-f3369b5dbdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656573107198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T07:13:14.593Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T07:13:23.634Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:14:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:14:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:14:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:14:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:14:14.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:14:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:14:23.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:14:23.617Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:15:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:15:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:15:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:15:14.048Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:15:14.048Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:15:14.048Z|042878c0-b1f4-4d96-8b96-39f1a62be399|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:15:23.610Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:15:23.631Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:16:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:16:14.047Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:16:14.047Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:16:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:16:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:16:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:16:23.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:16:23.606Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:17:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:17:14.047Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:17:14.047Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:17:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:17:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:17:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:17:23.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:17:23.618Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:18:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:18:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:18:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:18:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:18:14.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:18:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:18:23.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:18:23.624Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:19:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:19:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:19:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:19:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:19:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:19:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:19:23.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:19:23.603Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:20:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:20:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:20:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:20:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:20:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:20:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:20:23.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:20:23.611Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:21:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:21:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:21:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:21:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:21:14.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:21:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:21:23.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:21:23.628Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:22:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:22:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:22:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:22:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:22:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:22:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:22:23.598Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:22:23.599Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:23:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:23:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:23:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:23:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:23:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:23:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:23:23.597Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:23:23.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:24:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:24:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:24:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:24:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:24:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:24:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:24:23.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:24:23.608Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:25:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:25:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:25:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:25:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:25:14.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:25:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:25:23.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:25:23.613Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:26:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:26:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:26:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:26:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:26:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:26:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:26:23.600Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:26:23.606Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:27:14.045Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:27:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:27:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:27:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:27:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:27:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:27:23.607Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:27:23.609Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:28:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:28:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:28:14.046Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:28:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:28:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:28:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:28:23.593Z|ffd633c5-c774-4b1f-8fb7-f3369b5dbdae|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:28:23.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:29:14.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:29:14.046Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:29:14.046Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:29:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:29:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:29:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:29:23.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:29:23.611Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:30:14.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:30:14.046Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:30:14.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:30:14.048Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:30:14.049Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:30:14.049Z|042878c0-b1f4-4d96-8b96-39f1a62be399|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:30:23.600Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:30:23.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:31:14.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:31:14.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:31:14.048Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:31:14.048Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:31:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:31:14.049Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:31:23.599Z|0f00ee0e-8ae5-42e6-a98b-529dfeb5b4bd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:31:23.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:32:14.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:32:14.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:32:14.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:32:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:32:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:32:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:32:23.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:32:23.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:33:14.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:33:14.046Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:33:14.046Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:33:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T07:33:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T07:33:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T07:33:23.612Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-30T07:33:23.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK