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-26T03:33:09.931Z||main|||||INFO|500||The following profiles are active: basic
2022-06-26T03:33:22.836Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-26T03:33:22.837Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-26T03:33:22.981Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-26T03:33:28.331Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-26T03:33:28.794Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-26T03:33:29.333Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-26T03:33:29.349Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-26T03:33:29.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-26T03:33:29.806Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-26T03:33:30.425Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-26T03:33:32.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T03:33:35.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T03:33:35.623Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-26T03:33:36.270Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T03:33:36.526Z||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-26T03:33:37.855Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T03:33:38.964Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-26T03:33:38.984Z||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$$2538ded1.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-26T03:33:38.985Z||main|||||WARN|500||The sdc end point is not alive
2022-06-26T03:33:42.227Z||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-26T03:33:45.311Z||main|||||WARN|500||---
2022-06-26T03:33:45.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-26T03:33:45.313Z||main|||||WARN|500||---
2022-06-26T03:33:45.790Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-26T03:33:50.963Z||main|||||INFO|500||Started Application in 44.943 seconds (JVM running for 47.407)
2022-06-26T03:33:50.985Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:33:50.986Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:33:51.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:33:51.041Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:33:51.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3088de1b-83f4-4f12-8307-832105048769 url= /sdc/v1/artifactTypes
2022-06-26T03:33:51.091Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:33:52.192Z||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.29.68] 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$$a8d64e2c.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-26T03:33:52.197Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f1d350a
2022-06-26T03:33:52.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:33:52.241Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:33:52.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:33:52.246Z||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$$a8d64e2c.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-26T03:34:40.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:34:40.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:34:40.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:34:40.964Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:34:40.972Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2bf6563a-26f5-44c3-b80f-cdd257620da2 url= /sdc/v1/artifactTypes
2022-06-26T03:34:40.972Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:34:42.015Z||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.29.68] 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$$a8d64e2c.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-26T03:34:42.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28907bc0
2022-06-26T03:34:42.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:34:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:34:42.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:34:42.018Z||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$$a8d64e2c.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-26T03:35:30.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:35:30.959Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:35:30.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:35:30.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:35:30.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c58c176-3be4-4775-aa4f-592939e2717c url= /sdc/v1/artifactTypes
2022-06-26T03:35:30.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:35:32.001Z||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.29.68] 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$$a8d64e2c.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-26T03:35:32.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@affcd2b
2022-06-26T03:35:32.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:35:32.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:35:32.014Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:35:32.015Z||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$$a8d64e2c.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-26T03:36:20.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:36:20.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:36:20.958Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:36:20.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:36:20.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d0fd895-468e-4562-8119-0dd6f5632727 url= /sdc/v1/artifactTypes
2022-06-26T03:36:20.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:36:21.983Z||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.29.68] 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$$a8d64e2c.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-26T03:36:21.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6fc48a
2022-06-26T03:36:21.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:36:21.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:36:21.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:36:21.986Z||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$$a8d64e2c.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-26T03:37:10.958Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:37:10.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:37:10.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:37:10.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:37:10.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85351a60-0900-46a7-9c56-3eae32e21b7d url= /sdc/v1/artifactTypes
2022-06-26T03:37:10.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:37:11.184Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-26T03:37:11.195Z||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-26T03:37:11.224Z||scheduling-1|||||DEBUG|500||create keys
2022-06-26T03:37:11.235Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-26T03:37:11.312Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:37:11.333Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e6dc1039-2565-42a2-9aff-a604b9c19bf6 url= /sdc/v1/registerForDistribution
2022-06-26T03:37:11.472Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e6dc1039-2565-42a2-9aff-a604b9c19bf6 url= /sdc/v1/registerForDistribution
2022-06-26T03:37:11.473Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-26T03:37:11.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:37:11.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:37:11.494Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-26T03:37:11.494Z||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-26T03:37:11.494Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:37:11.494Z||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-26T03:37:11.496Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:37:21.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:37:21.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:38:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:38:11.483Z||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-26T03:38:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:38:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:38:11.485Z||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-26T03:38:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:38:21.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:38:21.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:39:11.482Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:39:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:39:11.486Z||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-26T03:39:11.486Z||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-26T03:39:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:39:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:39:21.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:39:21.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:40:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:40:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:40:11.483Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T03:40:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:40:11.485Z||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-26T03:40:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:40:21.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:40:21.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:41:11.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:41:11.482Z||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-26T03:41:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:41:11.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:41:11.485Z||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-26T03:41:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:41:21.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:41:21.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:42:11.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:42:11.482Z||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-26T03:42:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:42:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:42:11.485Z||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-26T03:42:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:42:21.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:42:21.048Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:43:11.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:43:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:43:11.485Z||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-26T03:43:11.485Z||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-26T03:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:43:21.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:43:21.082Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:43:23.948Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-26T03:44:11.483Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:44:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:44:11.485Z||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-26T03:44:11.485Z||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-26T03:44:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:44:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:44:21.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:44:21.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:45:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:45:11.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:45:11.489Z||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-26T03:45:11.489Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:45:11.496Z||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-26T03:45:11.497Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:45:21.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:45:21.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:46:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:46:11.482Z||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-26T03:46:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:46:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:46:11.488Z||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-26T03:46:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:46:21.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:46:21.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:47:11.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:47:11.483Z||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-26T03:47:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:47:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:47:11.485Z||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-26T03:47:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:47:21.052Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:47:21.098Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:48:11.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:48:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:48:11.485Z||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-26T03:48:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:48:11.485Z||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-26T03:48:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:48:21.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:48:21.102Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:49:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:49:11.482Z||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-26T03:49:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:49:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:49:11.485Z||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-26T03:49:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:49:21.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:49:21.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:50:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:50:11.482Z||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-26T03:50:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:50:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:50:11.485Z||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-26T03:50:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:50:21.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:50:21.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:51:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:51:11.482Z||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-26T03:51:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:51:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:51:11.485Z||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-26T03:51:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:51:21.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:51:21.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:52:11.483Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:52:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:52:11.486Z||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-26T03:52:11.487Z||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-26T03:52:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:52:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:52:21.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:52:21.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:53:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:53:11.483Z||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-26T03:53:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:53:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:53:11.485Z||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-26T03:53:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:53:21.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:53:21.092Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:54:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:54:11.482Z||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-26T03:54:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:54:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:54:11.485Z||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-26T03:54:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:54:21.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:54:21.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:55:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:55:11.482Z||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-26T03:55:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:55:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:55:11.484Z||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-26T03:55:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:55:21.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:55:22.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:56:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:56:11.482Z||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-26T03:56:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:56:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:56:11.484Z||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-26T03:56:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:56:21.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:56:21.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:57:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:57:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:57:11.487Z||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-26T03:57:11.487Z||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-26T03:57:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:57:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:57:21.058Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:57:21.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:58:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:58:11.482Z||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-26T03:58:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:58:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:58:11.485Z||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-26T03:58:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:58:21.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:58:21.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:59:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:59:11.482Z||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-26T03:59:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:59:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:59:11.487Z||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-26T03:59:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:59:21.050Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T03:59:21.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:00:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:00:11.482Z||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-26T04:00:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:00:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:00:11.485Z||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-26T04:00:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:00:21.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:00:21.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:01:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:01:11.482Z||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-26T04:01:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:01:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:01:11.484Z||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-26T04:01:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:01:21.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:01:21.086Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:02:11.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:02:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:02:11.485Z||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-26T04:02:11.485Z||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-26T04:02:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:02:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:02:21.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:02:21.097Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:03:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:03:11.482Z||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-26T04:03:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:03:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:03:11.485Z||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-26T04:03:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:03:21.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:03:21.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:04:11.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:04:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:04:11.484Z||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-26T04:04:11.484Z||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-26T04:04:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:04:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:04:21.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:04:21.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:05:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:05:11.483Z||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-26T04:05:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:05:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:05:11.485Z||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-26T04:05:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:05:21.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:05:21.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:06:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:06:11.482Z||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-26T04:06:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:06:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:06:11.485Z||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-26T04:06:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:06:21.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:06:21.066Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:07:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:07:11.482Z||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-26T04:07:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:07:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:07:11.485Z||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-26T04:07:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:07:21.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:07:21.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:08:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:08:11.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:08:11.488Z||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-26T04:08:11.489Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:08:11.492Z||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-26T04:08:11.493Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:08:21.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:08:21.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:09:11.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:09:11.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:09:11.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:09:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:09:11.484Z||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-26T04:09:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:09:21.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:09:21.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:10:11.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:10:11.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:10:11.482Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:10:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:10:11.485Z||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-26T04:10:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:10:21.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:10:21.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:11:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:11:11.483Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:11:11.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:11:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:11:11.485Z||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-26T04:11:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:11:21.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:11:21.075Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:12:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:12:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:12:11.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:12:11.486Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:12:11.486Z||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-26T04:12:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:12:21.095Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:12:21.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:13:11.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:13:11.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:13:11.488Z||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-26T04:13:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:13:11.488Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:13:11.489Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:13:21.073Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:13:21.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:14:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:14:11.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:14:11.485Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:14:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:14:11.486Z||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-26T04:14:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:14:21.101Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:14:21.103Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:15:11.482Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:15:11.483Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:15:11.483Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:15:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:15:11.486Z||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-26T04:15:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:15:21.044Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:15:21.054Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:16:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:16:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:16:11.482Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:16:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:16:11.484Z||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-26T04:16:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:16:21.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:16:21.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:17:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:17:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:17:11.483Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:17:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:17:11.485Z||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-26T04:17:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:17:21.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:17:21.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:18:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:18:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:18:11.482Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:18:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:18:11.485Z||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-26T04:18:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:18:21.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:18:21.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:19:11.482Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:19:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:19:11.487Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:19:11.487Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:19:11.487Z||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-26T04:19:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:19:21.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:19:21.093Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:20:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:20:11.483Z||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-26T04:20:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:20:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:20:11.486Z||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-26T04:20:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:20:21.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:20:21.111Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:21:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:21:11.482Z||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-26T04:21:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:21:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:21:11.485Z||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-26T04:21:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:21:21.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:21:21.108Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:22:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:22:11.482Z||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-26T04:22:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:22:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:22:11.485Z||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-26T04:22:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:22:21.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:22:21.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:23:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:23:11.482Z||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-26T04:23:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:23:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:23:11.484Z||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-26T04:23:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:23:21.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:23:21.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:24:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:24:11.483Z||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-26T04:24:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:24:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:24:11.484Z||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-26T04:24:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:24:21.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:24:21.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:25:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:25:11.483Z||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-26T04:25:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:25:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:25:11.485Z||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-26T04:25:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:25:21.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:25:21.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:26:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:26:11.483Z||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-26T04:26:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:26:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:26:11.485Z||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-26T04:26:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:26:21.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:26:21.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:27:11.486Z||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-26T04:27:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:27:11.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:27:11.490Z||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-26T04:27:11.491Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:27:12.128Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:12.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9843a938-6b46-4895-b0d8-6329552a275c","serviceName":"vFW 2022-06-26 04-25-10","serviceVersion":"1.0","serviceUUID":"7c9fa807-b4b0-4ea6-8f24-05fff8e1df78","serviceDescription":"catalog service description","serviceInvariantUUID":"52947dc4-2cc2-4b5c-8fd8-700f41f5c667","resources":[{"resourceInstanceName":"vFW 7595efa6-d2d1 0","resourceName":"vFW 7595efa6-d2d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1028fc39-390e-41cf-bedc-c0800d365bf6","resourceInvariantUUID":"164865bb-f23e-466d-af61-32a72c842630","resourceCustomizationUUID":"cfffad3b-e72b-4820-8921-d2e7c2053879","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml","artifactChecksum":"Mzc1YzJmMzkxNTg2YzRlYzVhNGMyZGQ5MDcwOWJiMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75c52fc5-9c0a-404e-8b69-6209ef24560e","artifactVersion":"1"},{"artifactName":"vfw7595efa6d2d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json","artifactChecksum":"ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2a8fe22-d9ca-422c-aa1c-412f00d9479d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7e99697-6894-4a3d-ae5a-ee21bb18190a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWY3ODMxNjBiZDU4OGFmNzdkZjE3YzAzZjcyNjA4MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e541c7d-b867-44ad-88ac-1faa17d15ca3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd965305-ea93-4c14-9dd8-a408e5c64e79","artifactVersion":"2","generatedFromUUID":"a7e99697-6894-4a3d-ae5a-ee21bb18190a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220626042510-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml","artifactChecksum":"MTU1NWZkZTkyY2VlNjAzNTA1NTlmMmYwNDRiZTNhODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f745660c-0b48-45b7-a5ae-59eccba2f30d","artifactVersion":"1"},{"artifactName":"service-Vfw20220626042510-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar","artifactChecksum":"MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c036190-4b75-4487-8c16-4c4cb90b985c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:27:12.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:12.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.162Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:12.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:12.216Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:12.217Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217584821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217583907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217594916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "cds",
  "timestamp": 1656217595958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-26T04:27:12.317Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-26T04:27:12.321Z||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-26T04:27:12.321Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:27:12.344Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:12.345Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.514Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.538Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:12.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217589981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217598083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217591470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217599364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217592898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217600380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217593733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "policy-id",
  "timestamp": 1656217601390,
  "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-26T04:27:12.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217601657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217602754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217603826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217604921,
  "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-26T04:27:12.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:12.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217605927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217607522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217608936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "clamp",
  "timestamp": 1656217609944,
  "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-26T04:27:12.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217614053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217606746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "aai-ml",
  "timestamp": 1656217615060,
  "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-26T04:27:12.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.660Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:12.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217614677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217619964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217620970,
  "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-26T04:27:12.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.685Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:27:13.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:13.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:13.231Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:13.231Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:27:13.331Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:13.332Z||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-26T04:27:13.332Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:13.362Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:13.362Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:14.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:14.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:14.235Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:14.235Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:27:14.336Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:14.337Z||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-26T04:27:14.337Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:14.372Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:14.373Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:15.236Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:15.237Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:15.239Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:15.239Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:15.339Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:15.340Z||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-26T04:27:15.340Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:15.357Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:15.358Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:16.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:16.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:16.243Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:16.243Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T04:27:16.343Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:16.344Z||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-26T04:27:16.344Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:16.380Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:16.381Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:17.243Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:17.244Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:17.246Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:17.247Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:27:17.347Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:17.348Z||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-26T04:27:17.348Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:17.397Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:17.399Z||pool-8-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:18.247Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:18.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:18.251Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:18.251Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:27:18.351Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:18.352Z||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-26T04:27:18.352Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:18.425Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:18.426Z||pool-9-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:19.254Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "serviceName": "vFW 2022-06-26 04-25-10",
  "serviceVersion": "1.0",
  "serviceUUID": "7c9fa807-b4b0-4ea6-8f24-05fff8e1df78",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52947dc4-2cc2-4b5c-8fd8-700f41f5c667",
  "resources": [
    {
      "resourceInstanceName": "vFW 7595efa6-d2d1 0",
      "resourceCustomizationUUID": "cfffad3b-e72b-4820-8921-d2e7c2053879",
      "resourceName": "vFW 7595efa6-d2d1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1028fc39-390e-41cf-bedc-c0800d365bf6",
      "resourceInvariantUUID": "164865bb-f23e-466d-af61-32a72c842630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7595efa6d2d10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
          "artifactChecksum": "ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2a8fe22-d9ca-422c-aa1c-412f00d9479d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a7e99697-6894-4a3d-ae5a-ee21bb18190a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd965305-ea93-4c14-9dd8-a408e5c64e79",
            "generatedFromUUID": "a7e99697-6894-4a3d-ae5a-ee21bb18190a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd965305-ea93-4c14-9dd8-a408e5c64e79",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220626042510-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
      "artifactChecksum": "MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c036190-4b75-4487-8c16-4c4cb90b985c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:27:19.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:27:19.257Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78 ASDC
2022-06-26T04:27:19.378Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9843a938-6b46-4895-b0d8-6329552a275c
ServiceName:vFW 2022-06-26 04-25-10
ServiceVersion:1.0
ServiceUUID:7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
ServiceInvariantUUID:52947dc4-2cc2-4b5c-8fd8-700f41f5c667
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220626042510-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
ArtifactUUID:9c036190-4b75-4487-8c16-4c4cb90b985c
ArtifactChecksum:MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7595efa6-d2d1 0
ResourceCustomizationUUID:cfffad3b-e72b-4820-8921-d2e7c2053879
ResourceInvariantUUID:164865bb-f23e-466d-af61-32a72c842630
ResourceName:vFW 7595efa6-d2d1
ResourceType:VF
ResourceUUID:1028fc39-390e-41cf-bedc-c0800d365bf6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7595efa6d2d10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
ArtifactUUID:c2a8fe22-d9ca-422c-aa1c-412f00d9479d
ArtifactChecksum:ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY=
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
ArtifactUUID:a7e99697-6894-4a3d-ae5a-ee21bb18190a
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
ArtifactUUID:bd965305-ea93-4c14-9dd8-a408e5c64e79
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
ArtifactUUID:bd965305-ea93-4c14-9dd8-a408e5c64e79
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T04:27:19.378Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78 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-26T04:27:19.446Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:27:19.447Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:19.448Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:19.449Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c036190-4b75-4487-8c16-4c4cb90b985c from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.449Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:19.450Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.593Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:19.611Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar 9c036190-4b75-4487-8c16-4c4cb90b985c 99035
2022-06-26T04:27:19.612Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar ASDC sendASDCNotification
2022-06-26T04:27:19.612Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.613Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:19.614Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:19.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:19.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217639612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:19.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:19.717Z||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-26T04:27:19.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:19.734Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:19.734Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:20.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:27:20.617Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:20.618Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9c036190-4b75-4487-8c16-4c4cb90b985c, URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar to file: /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.618Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.700Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.701Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:21.438Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14404466555618597406/Definitions/service-Vfw20220626042510-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-26T04:27:24.515Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:27:24.521Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:27:24.521Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7595efa6-d2d1 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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:27:24.531Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.533Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.537Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.537Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:27:24.539Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:27:24.541Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.541Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:27:24.543Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.543Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aba82f23-c159-4067-b77e-61c566cb5798
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d97499c-c258-45f4-89d5-f16805ae218b
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=328f6000-5f42-424b-8426-9c9d026e8fd6
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.571Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-26 04-25-10
Description:catalog service description
Model UUID:7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
Model Version:NULL
Model InvariantUuid:52947dc4-2cc2-4b5c-8fd8-700f41f5c667
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7595efa6-d2d1
Model UUID:e30b18e2-9643-495b-ae90-74e588fe1074
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:164865bb-f23e-466d-af61-32a72c842630
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cfffad3b-e72b-4820-8921-d2e7c2053879
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aa8832de-f7aa-49db-bc6f-c7619ec22454
ModelName:Vfw7595efa6D2d1..base_vfw..module-0
ModelUuid:2993b1ce-b2f6-4e9a-933d-d1cb20631904
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aba82f23-c159-4067-b77e-61c566cb5798
ModelInvariantUuid:759c558c-17a5-49b6-a0f7-1189962147ea
ModelName:vFW 7595efa6-d2d1-nodes.vfwCvfc
ModelUuid:8123fab8-473d-4494-99c1-293064923b95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b2ecf1fd-451f-4d22-beb1-232aba7dc08b
ModelInvariantUuid:b1b60f39-4691-4551-b131-02cb50420cf0
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vfw
ModelUuid:5fa9e0c2-4c46-42e0-9f9b-61c1723dd9af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6d97499c-c258-45f4-89d5-f16805ae218b
ModelInvariantUuid:f684a84c-5f22-4cf2-8941-cfbbc7219876
ModelName:vFW 7595efa6-d2d1-nodes.vsnCvfc
ModelUuid:0b05d6ac-f27c-4a77-ad6a-c1518dad522f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3c48ff2e-6b00-412f-9128-4cb6e881222e
ModelInvariantUuid:1bfa3399-a45e-4a0d-be12-c120844d1860
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vsn
ModelUuid:1f3ebc56-d8ea-4060-a19a-529d2f1cf2ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:328f6000-5f42-424b-8426-9c9d026e8fd6
ModelInvariantUuid:02bdadf1-f02a-49e7-b8b5-472488f6deac
ModelName:vFW 7595efa6-d2d1-nodes.vpgCvfc
ModelUuid:6e80177f-5358-4be2-94a7-0490a8f4bfbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:33e952b5-9aa0-4667-8f32-99cecfca1237
ModelInvariantUuid:50147a16-863c-4964-962f-f503f8e5cc87
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vpg
ModelUuid:89d11737-de79-42bc-b95a-92514aa9342d
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-26T04:27:24.585Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1028fc39-390e-41cf-bedc-c0800d365bf6
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-26T04:27:24.681Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||vFW 7595efa6-d2d1 0
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1028fc39-390e-41cf-bedc-c0800d365bf6
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2a8fe22-d9ca-422c-aa1c-412f00d9479d from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:24.689Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.754Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json c2a8fe22-d9ca-422c-aa1c-412f00d9479d 785
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json ASDC sendASDCNotification
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:24.756Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:24.758Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:24.758Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217644755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:24.859Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:24.860Z||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-26T04:27:24.860Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:24.900Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:24.901Z||pool-11-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:25.760Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7595efa6D2d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa8832de-f7aa-49db-bc6f-c7619ec22454",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2993b1ce-b2f6-4e9a-933d-d1cb20631904",
    "vfModuleModelCustomizationUUID": "bda92fe0-3dce-47b8-9786-a7ffc197a06f",
    "isBase": true,
    "artifacts": [
      "a7e99697-6894-4a3d-ae5a-ee21bb18190a",
      "bd965305-ea93-4c14-9dd8-a408e5c64e79"
    ],
    "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-26T04:27:25.779Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7595efa6D2d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2993b1ce-b2f6-4e9a-933d-d1cb20631904
VfModuleModelInvariantUUID:aa8832de-f7aa-49db-bc6f-c7619ec22454
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7e99697-6894-4a3d-ae5a-ee21bb18190a
,
bd965305-ea93-4c14-9dd8-a408e5c64e79

}
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-26T04:27:25.784Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7595efa6D2d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa8832de-f7aa-49db-bc6f-c7619ec22454",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2993b1ce-b2f6-4e9a-933d-d1cb20631904",
    "vfModuleModelCustomizationUUID": "bda92fe0-3dce-47b8-9786-a7ffc197a06f",
    "isBase": true,
    "artifacts": [
      "a7e99697-6894-4a3d-ae5a-ee21bb18190a",
      "bd965305-ea93-4c14-9dd8-a408e5c64e79"
    ],
    "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-26T04:27:25.784Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7595efa6D2d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2993b1ce-b2f6-4e9a-933d-d1cb20631904
VfModuleModelInvariantUUID:aa8832de-f7aa-49db-bc6f-c7619ec22454
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7e99697-6894-4a3d-ae5a-ee21bb18190a
,
bd965305-ea93-4c14-9dd8-a408e5c64e79

}
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-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7e99697-6894-4a3d-ae5a-ee21bb18190a from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.846Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:25.847Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml a7e99697-6894-4a3d-ae5a-ee21bb18190a 20368
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:25.850Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:25.850Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217645848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:25.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:25.952Z||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-26T04:27:25.952Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:26.003Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:26.003Z||pool-12-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:26.851Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bd965305-ea93-4c14-9dd8-a408e5c64e79 from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.851Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:26.852Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.906Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env bd965305-ea93-4c14-9dd8-a408e5c64e79 2098
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:26.908Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:26.909Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:26.910Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217646907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:27:27.010Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:27.011Z||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-26T04:27:27.011Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:27.028Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:27.029Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:27.911Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
2022-06-26T04:27:27.912Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7595efa6-d2d1 0 1028fc39-390e-41cf-bedc-c0800d365bf6 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-26T04:27:27.951Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74eb5bab, org.onap.sdc.toscaparser.api.parameters.Input@118eb4f0, org.onap.sdc.toscaparser.api.parameters.Input@1a8ebe70, org.onap.sdc.toscaparser.api.parameters.Input@254fcd1b, org.onap.sdc.toscaparser.api.parameters.Input@b57ec1a]
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cfffad3b-e72b-4820-8921-d2e7c2053879
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfffad3b-e72b-4820-8921-d2e7c2053879 matches Tosca VF Customization UUID: cfffad3b-e72b-4820-8921-d2e7c2053879
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cfffad3b-e72b-4820-8921-d2e7c2053879  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-26T04:27:27.962Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.962Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:27.963Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cfffad3b-e72b-4820-8921-d2e7c2053879: {\"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-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@570ac3da
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bda92fe0-3dce-47b8-9786-a7ffc197a06f
2022-06-26T04:27:27.965Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bda92fe0-3dce-47b8-9786-a7ffc197a06f
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-26T04:27:27.971Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.971Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aba82f23-c159-4067-b77e-61c566cb5798
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-26T04:27:27.985Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.985Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d97499c-c258-45f4-89d5-f16805ae218b
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-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=328f6000-5f42-424b-8426-9c9d026e8fd6
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-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=cfffad3b-e72b-4820-8921-d2e7c2053879
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-26T04:27:28.000Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.000Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78: vFW 7595efa6-d2d1
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.003Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-26 04-25-10 
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-26T04:27:28.303Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7595efa6-d2d1 1028fc39-390e-41cf-bedc-c0800d365bf6 1 ASDC deployResourceStructure
2022-06-26T04:27:28.303Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json ASDC sendASDCNotification
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:28.306Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:28.306Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217648303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:28.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:28.408Z||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-26T04:27:28.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:28.427Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:28.427Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:29.312Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:29.314Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:29.315Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217649309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:29.414Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:29.416Z||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-26T04:27:29.416Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:29.437Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:29.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:30.316Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T04:27:30.317Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:30.317Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:30.318Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:30.321Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:30.321Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217650316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:30.421Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:30.423Z||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-26T04:27:30.424Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:30.470Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:30.471Z||pool-16-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar ASDC sendASDCNotification
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:31.323Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:31.331Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:31.331Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217651322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:27:31.431Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:31.432Z||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-26T04:27:31.433Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:31.448Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:27:31.448Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:32.332Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:27:32.353Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:27:32.357Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:27:32.359Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:32.370Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:28:02.370Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c 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-26T04:28:02.391Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9843a938-6b46-4895-b0d8-6329552a275c and serviceModelVersionId: 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
2022-06-26T04:28:02.391Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52947dc4-2cc2-4b5c-8fd8-700f41f5c667
2022-06-26T04:28:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:28:11.485Z||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-26T04:28:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:28:11.642Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:28:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:28:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:28:16.956Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0
2022-06-26T04:28:17.092Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:28:17.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?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-26T04:28:17.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|INFO|500||Invoke
2022-06-26T04:28:17.682Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:28:18.008Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|INFO|500||InvokeReturn
2022-06-26T04:28:18.010Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:28:17:626-20012], vertex-id=[196792], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:28:17 GMT], Content-Type=[application/json]}
2022-06-26T04:28:18.010Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:28:18.013Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:28:18.014Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:28:18.020Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:28:18.021Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9843a938-6b46-4895-b0d8-6329552a275c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:28:18.022Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:28:18.023Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:18.025Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:18.025Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217698022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:28:18.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:28:18.128Z||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-26T04:28:18.129Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:18.216Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:18.217Z||pool-18-thread-1|||||INFO|500||cambria reply ok (89 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-26T04:28:19.042Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:28:19.043Z|9843a938-6b46-4895-b0d8-6329552a275c|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-26T04:28:19.043Z|9843a938-6b46-4895-b0d8-6329552a275c|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:28:19.713Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:19.714Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:28:19.715Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"240aed06-1ba0-4527-bfd0-b23629aa5b1e","serviceName":"basic_onboard_vckuNc","serviceVersion":"1.0","serviceUUID":"bf833fbf-821a-48dc-93c0-373569472760","serviceDescription":"service","serviceInvariantUUID":"c069dbab-d201-4dec-bcde-19a73837fb2e","resources":[{"resourceInstanceName":"basic_onboard_vckuNc 0","resourceName":"basic_onboard_vckuNc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bff8067b-6a95-45aa-8062-a43c2aa883ea","resourceInvariantUUID":"d2def447-490e-47ed-a091-62c924e0f916","resourceCustomizationUUID":"1a63cfdd-f49b-4329-914b-52099832387b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml","artifactChecksum":"MjYyODA2YzgxZTMxN2FjOTcwMTM2ODFhZjk3YzFkZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"568c87fb-152b-4f3e-8fe8-1b3f917999f5","artifactVersion":"1"},{"artifactName":"basic_onboard_vckunc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json","artifactChecksum":"OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f8c2b79-4344-4492-b29a-0620d022d93f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8336908f-4124-47d0-90cf-5683bc7dc940","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01e39979-dcd9-42ba-a470-5a20d0ec083c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b05320b-fbe2-408b-8e08-87f3be5337f7","artifactVersion":"2","generatedFromUUID":"8336908f-4124-47d0-90cf-5683bc7dc940"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVckunc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml","artifactChecksum":"MzY4NmQ4YTIyZDRiNWY1ODJkMjRjMjQ5MmQzNTRmZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d971285-542f-4476-9740-f110d0b3cd29","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVckunc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar","artifactChecksum":"MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1495b66-d972-4edd-b5d2-71654dc0eb18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:28:19.718Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:19.718Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:19.721Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:19.721Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:28:19.821Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:19.822Z||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-26T04:28:19.822Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:19.842Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:19.843Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:20.722Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:20.723Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:20.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:20.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:28:20.825Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:20.827Z||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-26T04:28:20.827Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:20.847Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:20.847Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:21.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:21.727Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:21.729Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:21.729Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:28:21.829Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:21.830Z||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-26T04:28:21.830Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:21.864Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:21.865Z||pool-21-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:22.730Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:22.732Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:22.734Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:22.734Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:28:22.835Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:22.836Z||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-26T04:28:22.836Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:22.860Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:22.861Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:23.735Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:23.736Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:23.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:23.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T04:28:23.839Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:23.839Z||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-26T04:28:23.840Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:23.858Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:23.858Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:24.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:24.740Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:24.742Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:24.742Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:28:24.843Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:24.844Z||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-26T04:28:24.844Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:24.860Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:24.860Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:25.743Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:25.744Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:25.746Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:25.746Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:28:25.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:25.848Z||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-26T04:28:25.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:25.878Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:25.879Z||pool-25-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:26.748Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "serviceName": "basic_onboard_vckuNc",
  "serviceVersion": "1.0",
  "serviceUUID": "bf833fbf-821a-48dc-93c0-373569472760",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c069dbab-d201-4dec-bcde-19a73837fb2e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vckuNc 0",
      "resourceCustomizationUUID": "1a63cfdd-f49b-4329-914b-52099832387b",
      "resourceName": "basic_onboard_vckuNc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bff8067b-6a95-45aa-8062-a43c2aa883ea",
      "resourceInvariantUUID": "d2def447-490e-47ed-a091-62c924e0f916",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vckunc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
          "artifactChecksum": "OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f8c2b79-4344-4492-b29a-0620d022d93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8336908f-4124-47d0-90cf-5683bc7dc940",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7b05320b-fbe2-408b-8e08-87f3be5337f7",
            "generatedFromUUID": "8336908f-4124-47d0-90cf-5683bc7dc940"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7b05320b-fbe2-408b-8e08-87f3be5337f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVckunc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
      "artifactChecksum": "MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1495b66-d972-4edd-b5d2-71654dc0eb18"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:28:26.748Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:28:26.749Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf833fbf-821a-48dc-93c0-373569472760 ASDC
2022-06-26T04:28:26.749Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:240aed06-1ba0-4527-bfd0-b23629aa5b1e
ServiceName:basic_onboard_vckuNc
ServiceVersion:1.0
ServiceUUID:bf833fbf-821a-48dc-93c0-373569472760
ServiceInvariantUUID:c069dbab-d201-4dec-bcde-19a73837fb2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVckunc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
ArtifactUUID:b1495b66-d972-4edd-b5d2-71654dc0eb18
ArtifactChecksum:MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vckuNc 0
ResourceCustomizationUUID:1a63cfdd-f49b-4329-914b-52099832387b
ResourceInvariantUUID:d2def447-490e-47ed-a091-62c924e0f916
ResourceName:basic_onboard_vckuNc
ResourceType:VF
ResourceUUID:bff8067b-6a95-45aa-8062-a43c2aa883ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vckunc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
ArtifactUUID:6f8c2b79-4344-4492-b29a-0620d022d93f
ArtifactChecksum:OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU=
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8336908f-4124-47d0-90cf-5683bc7dc940
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
ArtifactUUID:7b05320b-fbe2-408b-8e08-87f3be5337f7
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
ArtifactUUID:7b05320b-fbe2-408b-8e08-87f3be5337f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T04:28:26.749Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf833fbf-821a-48dc-93c0-373569472760 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-26T04:28:26.792Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1495b66-d972-4edd-b5d2-71654dc0eb18 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:26.794Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.869Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:26.873Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar b1495b66-d972-4edd-b5d2-71654dc0eb18 71562
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar ASDC sendASDCNotification
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:26.876Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:26.876Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217706873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:28:26.976Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:26.978Z||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-26T04:28:26.978Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:26.998Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:26.999Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:27.877Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b1495b66-d972-4edd-b5d2-71654dc0eb18, URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar to file: /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.879Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.879Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:28.030Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9221815614503209482/Definitions/service-BasicOnboardVckunc-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-26T04:28:29.262Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vckuNc 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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d386d95-1a93-4d10-a3aa-2c86006a44ef
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_vckuNc
Description:service
Model UUID:bf833fbf-821a-48dc-93c0-373569472760
Model Version:NULL
Model InvariantUuid:c069dbab-d201-4dec-bcde-19a73837fb2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_vckuNc
Model UUID:086e4f28-8bea-4b70-9aac-337ac8905fd4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2def447-490e-47ed-a091-62c924e0f916
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a63cfdd-f49b-4329-914b-52099832387b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de346e59-e3fc-4238-a39b-4dcc425ff274
ModelName:BasicOnboardVckunc..base_ubuntu18..module-0
ModelUuid:62ebc8a3-fc6f-4040-817c-6fa405597593
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d386d95-1a93-4d10-a3aa-2c86006a44ef
ModelInvariantUuid:a99cb1bc-8c82-4871-a6ce-c97472025192
ModelName:basic_onboard_vckuNc-nodes.ubuntu18Cvfc
ModelUuid:136a3601-c879-43f8-8752-4dbfd000446d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6ca1f421-c5b3-4f82-aefd-750679c642c3
ModelInvariantUuid:8fa88c64-3bd8-46a4-bbe8-12b29e1e24cc
ModelName:BasicOnboardVckunc.compute.nodes.heat.ubuntu18
ModelUuid:ea4dcdd9-142e-4f77-8211-86b1654a2b5a
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-26T04:28:29.282Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bff8067b-6a95-45aa-8062-a43c2aa883ea
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-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||basic_onboard_vckuNc 0
2022-06-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bff8067b-6a95-45aa-8062-a43c2aa883ea
2022-06-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f8c2b79-4344-4492-b29a-0620d022d93f from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.287Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:29.287Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json 6f8c2b79-4344-4492-b29a-0620d022d93f 798
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json ASDC sendASDCNotification
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:29.352Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:29.352Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217709349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:28:29.452Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:29.454Z||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-26T04:28:29.454Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:29.475Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:29.475Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:30.356Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVckunc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de346e59-e3fc-4238-a39b-4dcc425ff274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62ebc8a3-fc6f-4040-817c-6fa405597593",
    "vfModuleModelCustomizationUUID": "105236ff-fb1c-464d-93e7-a0291a99e639",
    "isBase": true,
    "artifacts": [
      "8336908f-4124-47d0-90cf-5683bc7dc940",
      "7b05320b-fbe2-408b-8e08-87f3be5337f7"
    ],
    "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-26T04:28:30.360Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVckunc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ebc8a3-fc6f-4040-817c-6fa405597593
VfModuleModelInvariantUUID:de346e59-e3fc-4238-a39b-4dcc425ff274
VfModuleModelDescription:NULL
Artifacts UUID List:{
8336908f-4124-47d0-90cf-5683bc7dc940
,
7b05320b-fbe2-408b-8e08-87f3be5337f7

}
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-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVckunc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de346e59-e3fc-4238-a39b-4dcc425ff274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62ebc8a3-fc6f-4040-817c-6fa405597593",
    "vfModuleModelCustomizationUUID": "105236ff-fb1c-464d-93e7-a0291a99e639",
    "isBase": true,
    "artifacts": [
      "8336908f-4124-47d0-90cf-5683bc7dc940",
      "7b05320b-fbe2-408b-8e08-87f3be5337f7"
    ],
    "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-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVckunc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ebc8a3-fc6f-4040-817c-6fa405597593
VfModuleModelInvariantUUID:de346e59-e3fc-4238-a39b-4dcc425ff274
VfModuleModelDescription:NULL
Artifacts UUID List:{
8336908f-4124-47d0-90cf-5683bc7dc940
,
7b05320b-fbe2-408b-8e08-87f3be5337f7

}
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-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8336908f-4124-47d0-90cf-5683bc7dc940 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.363Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:30.363Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.416Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml 8336908f-4124-47d0-90cf-5683bc7dc940 5033
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:30.419Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:30.419Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217710417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:28:30.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:30.521Z||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-26T04:28:30.522Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:30.570Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:30.571Z||pool-28-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:31.420Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7b05320b-fbe2-408b-8e08-87f3be5337f7 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.420Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:31.421Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env 7b05320b-fbe2-408b-8e08-87f3be5337f7 909
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:31.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:31.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217711479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:28:31.582Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:31.584Z||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-26T04:28:31.584Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:31.600Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:31.601Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:32.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bf833fbf-821a-48dc-93c0-373569472760
2022-06-26T04:28:32.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vckuNc 0 bff8067b-6a95-45aa-8062-a43c2aa883ea 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-26T04:28:32.500Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@550814c8, org.onap.sdc.toscaparser.api.parameters.Input@4d34f9b7, org.onap.sdc.toscaparser.api.parameters.Input@dd0470e, org.onap.sdc.toscaparser.api.parameters.Input@68a66e65, org.onap.sdc.toscaparser.api.parameters.Input@7d1d99ed]
2022-06-26T04:28:32.502Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.502Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1a63cfdd-f49b-4329-914b-52099832387b
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a63cfdd-f49b-4329-914b-52099832387b matches Tosca VF Customization UUID: 1a63cfdd-f49b-4329-914b-52099832387b
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1a63cfdd-f49b-4329-914b-52099832387b  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-26T04:28:32.505Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.510Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1a63cfdd-f49b-4329-914b-52099832387b: {\"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-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4367635e
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 105236ff-fb1c-464d-93e7-a0291a99e639
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 105236ff-fb1c-464d-93e7-a0291a99e639
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-26T04:28:32.523Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.524Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.524Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d386d95-1a93-4d10-a3aa-2c86006a44ef
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-26T04:28:32.528Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.528Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=1a63cfdd-f49b-4329-914b-52099832387b
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-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bf833fbf-821a-48dc-93c0-373569472760: basic_onboard_vckuNc
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_vckuNc 
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-26T04:28:32.642Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vckuNc bff8067b-6a95-45aa-8062-a43c2aa883ea 1 ASDC deployResourceStructure
2022-06-26T04:28:32.642Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json ASDC sendASDCNotification
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:32.645Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:32.645Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217712642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:28:32.746Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:32.748Z||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-26T04:28:32.748Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:32.767Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:32.767Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:33.646Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T04:28:33.646Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:33.647Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:33.647Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:33.650Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:33.650Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217713646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:28:33.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:33.751Z||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-26T04:28:33.751Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:33.779Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:33.780Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:34.652Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:34.655Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:34.655Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217714652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:28:34.755Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:34.756Z||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-26T04:28:34.756Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:34.786Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:34.787Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:35.656Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar ASDC sendASDCNotification
2022-06-26T04:28:35.656Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:35.657Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:35.657Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:35.659Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:35.659Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217715656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:28:35.759Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:35.760Z||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-26T04:28:35.760Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:35.783Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:28:35.783Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:36.660Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:28:36.680Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:29:06.685Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:29:06.719Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:29:11.486Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:29:11.490Z||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-26T04:29:11.490Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:29:11.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:29:11.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:29:11.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217631484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217639612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217644755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217645848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217646907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217648303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217649309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217650316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217651322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:29:36.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:29:36.739Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:29:36.742Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:29:36.743Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:29:36.743Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:30:06.744Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:30:06.763Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:30:06.766Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:30:06.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:30:06.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:30:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:30:11.486Z||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-26T04:30:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:30:11.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:30:11.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:30:11.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:30:11.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:30:36.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:30:36.788Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:06.794Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:31:06.808Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:11.485Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:31:11.486Z||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-26T04:31:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:31:12.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:31:12.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217679981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217694977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217689821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217697708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217698022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "cds",
  "timestamp": 1656217698714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-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-26T04:31:12.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:12.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217699335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656217692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217700341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "policy-id",
  "timestamp": 1656217701346,
  "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-26T04:31:12.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:12.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217701665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217702857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217702745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "aai-ml",
  "timestamp": 1656217703862,
  "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-26T04:31:12.128Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.128Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:12.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217696746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217703805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217704494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217704838,
  "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-26T04:31:12.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:12.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217699042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656217705846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217706873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217706833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656217707838,
  "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-26T04:31:12.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:12.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217709349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217703907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217710417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217711479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217712642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217713646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217714652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217715656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217716937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217719961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "clamp",
  "timestamp": 1656217720971,
  "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-26T04:31:12.209Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.209Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:31:36.815Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:31:36.832Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:36.846Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:32:06.846Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e 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-26T04:32:06.855Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e and serviceModelVersionId: bf833fbf-821a-48dc-93c0-373569472760
2022-06-26T04:32:06.855Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c069dbab-d201-4dec-bcde-19a73837fb2e
2022-06-26T04:32:06.857Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0
2022-06-26T04:32:06.869Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:32:06.947Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|INFO|500||Invoke
2022-06-26T04:32:06.948Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8736107-7de6-46c1-847b-d202a2d86b82], X-ECOMP-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], X-TransactionId=[], X-ONAP-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], Content-Type=[application/merge-patch+json]}
2022-06-26T04:32:06.981Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:32:07.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?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/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:32:06:934-62999], vertex-id=[389328], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:32:06 GMT], Content-Type=[application/json]}
2022-06-26T04:32:07.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:32:07.091Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|INFO|500||InvokeReturn
2022-06-26T04:32:07.091Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:32:07.092Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:32:07.099Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 240aed06-1ba0-4527-bfd0-b23629aa5b1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:32:07.104Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:32:07.105Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217927100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:32:07.204Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:32:07.206Z||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-26T04:32:07.206Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:07.236Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:32:07.237Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T04:32:08.124Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:08.125Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:32:08.125Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:11.485Z||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-26T04:32:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656217927100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:32:12.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:32:18.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:32:18.512Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:18.512Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:32:18.513Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:28.064Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:37.626Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:47.190Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:33:11.484Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:33:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:33:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:33:11.485Z||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-26T04:33:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:33:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:33:21.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:33:21.183Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:34:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:34:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:34:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:34:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:34:11.485Z||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-26T04:34:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:34:21.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:34:21.087Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:35:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:35:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:35:11.486Z||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-26T04:35:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:35:11.486Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:35:11.486Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:35:21.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:35:21.060Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:36:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:36:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:36:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:36:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:36:11.484Z||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-26T04:36:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:36:21.087Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:36:21.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:37:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:37:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:37:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:37:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:37:11.485Z||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-26T04:37:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:37:21.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:37:21.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:38:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:38:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:38:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:38:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:38:11.485Z||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-26T04:38:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:38:21.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:38:21.097Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:39:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:39:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:39:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:39:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:39:11.485Z||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-26T04:39:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:39:21.091Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:39:21.097Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:40:11.482Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:40:11.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:40:11.487Z||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-26T04:40:11.487Z||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-26T04:40:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:40:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:40:21.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:40:21.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:11.481Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:41:11.482Z||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-26T04:41:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:41:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:41:11.485Z||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-26T04:41:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:41:11.627Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:41:12.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:41:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a53f35b-8ddf-4fa9-b748-64c34855e3c5","serviceName":"Demo_pNF_lS8Yj36nfSkS6xmjFEk3","serviceVersion":"1.0","serviceUUID":"da90f075-1cbe-47e7-8720-4d57452e73af","serviceDescription":"catalog service description","serviceInvariantUUID":"facf0445-ea95-4ab2-88e1-cdef8924072f","resources":[{"resourceInstanceName":"pNF dd9b8d4d-56cc 0","resourceName":"pNF dd9b8d4d-56cc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5bd2849-a5e8-4942-8372-2ff2d1080207","resourceInvariantUUID":"77b772d0-757c-4d03-9957-ed5787b07a8c","resourceCustomizationUUID":"07b30099-acee-4c98-a921-160853d79b23","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml","artifactChecksum":"MmQ2ZDM5NTU1ZDhkZTBkZDIzZTllOWIwZWZiMTA4ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13121b8a-5c8e-413c-8d93-36bd6defec57","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar","artifactChecksum":"ZjVhYTYzMDEzNjlkNmVhZjk3NDFhZjQ4ZWVkZDFiNjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f180cc0-7257-4ddc-8cf3-a9eb16b3e647","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1898e51-c8dc-4964-ae3c-0c00940c7d25","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNmOWI4NmQ3ZDc2NmUzOTNkOWE2YWRiNzE4Mjg2Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1deb59fe-10e2-4eac-ac09-23a7d5894342","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15d61176-698e-4a65-a0ae-f4d1ae72c967","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45f39f05-a573-4eb2-ba12-24a534305dbb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml","artifactChecksum":"MWFiN2M2Zjg1MjEyMTEwZWIwOTU3ODVlNDVlNTc2MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00ea851b-39c1-4d39-ba97-f0fe34612073","artifactVersion":"1"},{"artifactName":"service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar","artifactChecksum":"YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:41:12.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:12.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:12.152Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:12.152Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:12.252Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:12.253Z||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-26T04:41:12.253Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:12.276Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:12.276Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:13.153Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:13.154Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:13.156Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:13.156Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:13.257Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:13.258Z||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-26T04:41:13.258Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:13.294Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:13.295Z||pool-36-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:14.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:14.159Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:14.161Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:14.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:14.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:14.262Z||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-26T04:41:14.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:14.309Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:14.309Z||pool-37-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:15.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:15.163Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:15.165Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:15.165Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:15.265Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:15.266Z||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-26T04:41:15.267Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:15.286Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:15.287Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:16.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:16.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:16.168Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:16.168Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:16.269Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:16.270Z||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-26T04:41:16.270Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:16.286Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:16.287Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:17.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:17.173Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:17.178Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:17.178Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:17.278Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:17.279Z||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-26T04:41:17.279Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:17.295Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:17.296Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:18.179Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:18.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:18.184Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:18.184Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:41:18.284Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:18.285Z||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-26T04:41:18.285Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:18.342Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:18.343Z||pool-41-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:19.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:19.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:19.189Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:19.189Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:41:19.289Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:19.290Z||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-26T04:41:19.290Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:19.308Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:19.309Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:20.191Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "serviceName": "Demo_pNF_lS8Yj36nfSkS6xmjFEk3",
  "serviceVersion": "1.0",
  "serviceUUID": "da90f075-1cbe-47e7-8720-4d57452e73af",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "facf0445-ea95-4ab2-88e1-cdef8924072f",
  "resources": [
    {
      "resourceInstanceName": "pNF dd9b8d4d-56cc 0",
      "resourceCustomizationUUID": "07b30099-acee-4c98-a921-160853d79b23",
      "resourceName": "pNF dd9b8d4d-56cc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5bd2849-a5e8-4942-8372-2ff2d1080207",
      "resourceInvariantUUID": "77b772d0-757c-4d03-9957-ed5787b07a8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
      "artifactChecksum": "YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:41:20.191Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:41:20.194Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da90f075-1cbe-47e7-8720-4d57452e73af ASDC
2022-06-26T04:41:20.197Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2a53f35b-8ddf-4fa9-b748-64c34855e3c5
ServiceName:Demo_pNF_lS8Yj36nfSkS6xmjFEk3
ServiceVersion:1.0
ServiceUUID:da90f075-1cbe-47e7-8720-4d57452e73af
ServiceInvariantUUID:facf0445-ea95-4ab2-88e1-cdef8924072f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
ArtifactUUID:7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6
ArtifactChecksum:YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dd9b8d4d-56cc 0
ResourceCustomizationUUID:07b30099-acee-4c98-a921-160853d79b23
ResourceInvariantUUID:77b772d0-757c-4d03-9957-ed5787b07a8c
ResourceName:pNF dd9b8d4d-56cc
ResourceType:PNF
ResourceUUID:b5bd2849-a5e8-4942-8372-2ff2d1080207
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T04:41:20.197Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da90f075-1cbe-47e7-8720-4d57452e73af 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-26T04:41:20.254Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6 from URL: /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:41:20.257Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.455Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6 82648
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar ASDC sendASDCNotification
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.461Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:41:20.461Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:20.463Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:20.463Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218480460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:41:20.563Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:20.564Z||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-26T04:41:20.565Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:20.600Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:20.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:21.464Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:41:21.465Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:21.465Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6, URL: /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar to file: /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.466Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.466Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.467Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.851Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12812265923244987063/Definitions/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml
2022-06-26T04:41:22.720Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dd9b8d4d-56cc 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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Node template pNF dd9b8d4d-56cc 0 is matching search criteria
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF dd9b8d4d-56cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Node template pNF dd9b8d4d-56cc 0 is matching search criteria
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF dd9b8d4d-56cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.726Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.726Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lS8Yj36nfSkS6xmjFEk3
Description:catalog service description
Model UUID:da90f075-1cbe-47e7-8720-4d57452e73af
Model Version:NULL
Model InvariantUuid:facf0445-ea95-4ab2-88e1-cdef8924072f
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-26T04:41:22.736Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5bd2849-a5e8-4942-8372-2ff2d1080207
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-26T04:41:22.743Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||pNF dd9b8d4d-56cc 0
2022-06-26T04:41:22.743Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5bd2849-a5e8-4942-8372-2ff2d1080207
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dd9b8d4d-56cc 0 b5bd2849-a5e8-4942-8372-2ff2d1080207 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-26T04:41:22.755Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69539928, org.onap.sdc.toscaparser.api.parameters.Input@3a181ebb, org.onap.sdc.toscaparser.api.parameters.Input@783b80e0, org.onap.sdc.toscaparser.api.parameters.Input@20dd2101, org.onap.sdc.toscaparser.api.parameters.Input@55b266eb]
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid da90f075-1cbe-47e7-8720-4d57452e73af: pNF dd9b8d4d-56cc
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Processing PNF resource: b5bd2849-a5e8-4942-8372-2ff2d1080207
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Resource customization UUID: 07b30099-acee-4c98-a921-160853d79b23 is the same as notified resource customizationUUID: 07b30099-acee-4c98-a921-160853d79b23
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-26T04:41:22.839Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dd9b8d4d-56cc b5bd2849-a5e8-4942-8372-2ff2d1080207 0 ASDC deployResourceStructure
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar ASDC sendASDCNotification
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:41:22.841Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:22.843Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:22.843Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218482840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:41:22.943Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:22.943Z||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-26T04:41:22.944Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:23.002Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:41:23.003Z||pool-44-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:23.844Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:41:23.854Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:41:53.857Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:41:53.870Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:41:53.874Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:41:53.874Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:41:53.875Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:42:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:42:11.485Z||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-26T04:42:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:42:11.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:42:23.875Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:42:23.887Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:42:53.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:42:53.910Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:42:53.912Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:42:53.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:42:53.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:43:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:43:11.485Z||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-26T04:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:43:11.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:43:11.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:43:11.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:43:11.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:43:23.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:43:23.923Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:43:23.924Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:43:23.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:43:23.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:43:53.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:43:53.937Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:44:11.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:44:11.488Z||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-26T04:44:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:44:11.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:44:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218459981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218477206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218469821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218478796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218471470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218471481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "cds",
  "timestamp": 1656218479807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-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-26T04:44:11.598Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.599Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218480383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218480460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218472898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218481403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218473733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218481843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "policy-id",
  "timestamp": 1656218482428,
  "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-26T04:44:11.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.626Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218482840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218483091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218483177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218484097,
  "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-26T04:44:11.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1656218484183,
  "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-26T04:44:11.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.663Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218476746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "cds",
  "timestamp": 1656218484821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218485542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "cds",
  "timestamp": 1656218484821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "cds",
  "timestamp": 1656218487589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218487565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "cds",
  "timestamp": 1656218488596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:44:11.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218488571,
  "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-26T04:44:11.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "aai-ml",
  "timestamp": 1656218489981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "aai-ml",
  "timestamp": 1656218489981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "policy-id",
  "timestamp": 1656218491470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "aai-ml",
  "timestamp": 1656218492750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "policy-id",
  "timestamp": 1656218491470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218492898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "policy-id",
  "timestamp": 1656218494449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218492898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218493733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "policy-id",
  "timestamp": 1656218495469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218493733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218496135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "policy-id",
  "timestamp": 1656218496482,
  "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-26T04:44:11.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:44:11.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "aai-ml",
  "timestamp": 1656218496682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218497169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "aai-ml",
  "timestamp": 1656218497687,
  "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-26T04:44:11.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:44:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "clamp",
  "timestamp": 1656218498178,
  "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-26T04:44:11.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "clamp",
  "timestamp": 1656218483907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "clamp",
  "timestamp": 1656218504136,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "clamp",
  "timestamp": 1656218506147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "clamp",
  "timestamp": 1656218507152,
  "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-26T04:44:11.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:44:11.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218506747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218506747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218509479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218511141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218512145,
  "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-26T04:44:11.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:44:11.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218512898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218511471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218513907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218513733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218523257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218514821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218523584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218524263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218524644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218524655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "policy-id",
  "timestamp": 1656218525268,
  "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-26T04:44:11.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:44:11.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "cds",
  "timestamp": 1656218525655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:44:11.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218525719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218526792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218527887,
  "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-26T04:44:11.902Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.903Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:44:11.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218519981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:44:11.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218528897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218529878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218531144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:23.940Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:44:23.971Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:44:23.975Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.977Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:44:23.977Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-26T04:44:23.982Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:44:53.984Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-26T04:44:53.997Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and serviceModelVersionId: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:44:53.997Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : facf0445-ea95-4ab2-88e1-cdef8924072f
2022-06-26T04:44:54.000Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0
2022-06-26T04:44:54.014Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:44:54.119Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|INFO|500||Invoke
2022-06-26T04:44:54.120Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b30c414-0efd-40c2-a148-7dfa70c85f5a], X-ECOMP-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], X-TransactionId=[], X-ONAP-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], Content-Type=[application/merge-patch+json]}
2022-06-26T04:44:54.146Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:44:54.617Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?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/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:44:54:130-33077], vertex-id=[565288], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:44:54 GMT], Content-Type=[application/json]}
2022-06-26T04:44:54.618Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:44:54.618Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|INFO|500||InvokeReturn
2022-06-26T04:44:54.619Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:44:54.619Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-26T04:44:54.630Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-26T04:44:54.631Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:44:54.631Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:44:54.632Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:44:54.636Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:44:54.637Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218694631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:44:54.737Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:44:54.738Z||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-26T04:44:54.738Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:44:54.767Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:44:54.768Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 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-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:45:00.395Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:00.397Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:45:00.397Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"32e4e8b5-15db-4419-8ca2-87371c5acbdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2a007221-e8c1-45c6-a6b0-11114f059277","serviceDescription":"service","serviceInvariantUUID":"4e5cb8d5-2056-405b-8e30-a955afe96b65","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dd947a11-38ff-44d9-a136-d7883ce11d62","resourceInvariantUUID":"4b4b6d55-e710-4d52-8d01-08176b364bd1","resourceCustomizationUUID":"dd20569b-4967-4dfa-815e-eb1b26097c64","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":"NjM0MzQ1NzU0YjdhMTExOWFjYzYxMjM2NzU5OTBkYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"612bf7ac-141f-44c3-a824-89a887862cbc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d9943f1-7cbc-432d-9c8c-577ceaa32b82","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:45:00.400Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:00.401Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:00.404Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:00.404Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:00.504Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:00.505Z||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-26T04:45:00.505Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:00.584Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:00.585Z||pool-46-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:01.405Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:01.406Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:01.410Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:01.410Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:45:01.509Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T04:45:01.511Z||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-26T04:45:01.511Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:01.564Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:01.568Z||pool-47-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2a007221-e8c1-45c6-a6b0-11114f059277",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e5cb8d5-2056-405b-8e30-a955afe96b65",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dd20569b-4967-4dfa-815e-eb1b26097c64",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dd947a11-38ff-44d9-a136-d7883ce11d62",
      "resourceInvariantUUID": "4b4b6d55-e710-4d52-8d01-08176b364bd1",
      "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": "MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d9943f1-7cbc-432d-9c8c-577ceaa32b82"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a007221-e8c1-45c6-a6b0-11114f059277 ASDC
2022-06-26T04:45:02.414Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:32e4e8b5-15db-4419-8ca2-87371c5acbdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2a007221-e8c1-45c6-a6b0-11114f059277
ServiceInvariantUUID:4e5cb8d5-2056-405b-8e30-a955afe96b65
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:8d9943f1-7cbc-432d-9c8c-577ceaa32b82
ArtifactChecksum:MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dd20569b-4967-4dfa-815e-eb1b26097c64
ResourceInvariantUUID:4b4b6d55-e710-4d52-8d01-08176b364bd1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dd947a11-38ff-44d9-a136-d7883ce11d62
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-26T04:45:02.414Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a007221-e8c1-45c6-a6b0-11114f059277 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-26T04:45:02.461Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d9943f1-7cbc-432d-9c8c-577ceaa32b82 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T04:45:02.922Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d9943f1-7cbc-432d-9c8c-577ceaa32b82 52507
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:02.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:02.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218702925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:03.028Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T04:45:03.031Z||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-26T04:45:03.031Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:03.092Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:03.093Z||pool-48-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:03.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:03.930Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8d9943f1-7cbc-432d-9c8c-577ceaa32b82, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:03.932Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:04.111Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9654667515449863949/Definitions/service-BasicNetwork-template.yml
2022-06-26T04:45:04.692Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-BasicNetwork-csar.csar
2022-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.698Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.698Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.700Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.700Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2a007221-e8c1-45c6-a6b0-11114f059277
Model Version:NULL
Model InvariantUuid:4e5cb8d5-2056-405b-8e30-a955afe96b65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4b4b6d55-e710-4d52-8d01-08176b364bd1
Model UUID:d399353b-df3c-462a-8e34-e5f6e7ea843f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dd20569b-4967-4dfa-815e-eb1b26097c64
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-26T04:45:04.706Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: dd947a11-38ff-44d9-a136-d7883ce11d62
2022-06-26T04:45:04.706Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||No resources found for Service: 2a007221-e8c1-45c6-a6b0-11114f059277
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-26T04:45:04.711Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2a007221-e8c1-45c6-a6b0-11114f059277
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2a007221-e8c1-45c6-a6b0-11114f059277
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.717Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f92a86, org.onap.sdc.toscaparser.api.parameters.Input@36349aa5, org.onap.sdc.toscaparser.api.parameters.Input@7d616616, org.onap.sdc.toscaparser.api.parameters.Input@256fe7f5, org.onap.sdc.toscaparser.api.parameters.Input@294e54c4]
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2a007221-e8c1-45c6-a6b0-11114f059277: Generic NeutronNet
2022-06-26T04:45:04.720Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.720Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.720Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.720Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.780Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.780Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.781Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.781Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.781Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:04.781Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.781Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.834Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-26T04:45:04.834Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.834Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||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-26T04:45:04.835Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:45:04.835Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:04.837Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:04.837Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218704834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:04.937Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:04.938Z||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-26T04:45:04.939Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:04.956Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:04.956Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:05.838Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32e4e8b5-15db-4419-8ca2-87371c5acbdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:45:05.850Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32e4e8b5-15db-4419-8ca2-87371c5acbdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.853Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.854Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.854Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.854Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.854Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:45:05.854Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-26T04:45:05.859Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:45:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:45:11.485Z||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-26T04:45:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:45:11.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:11.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218533158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:11.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:45:11.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "clamp",
  "timestamp": 1656218534163,
  "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-26T04:45:11.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:45:11.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:45:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218537566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:11.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:45:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "aai-ml",
  "timestamp": 1656218538571,
  "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-26T04:45:11.561Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:45:11.561Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218536746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218546516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218548846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:45:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218549850,
  "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-26T04:45:11.581Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:45:11.581Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:45:35.859Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32e4e8b5-15db-4419-8ca2-87371c5acbdb 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-26T04:45:35.867Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32e4e8b5-15db-4419-8ca2-87371c5acbdb and serviceModelVersionId: 2a007221-e8c1-45c6-a6b0-11114f059277
2022-06-26T04:45:35.868Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e5cb8d5-2056-405b-8e30-a955afe96b65
2022-06-26T04:45:35.868Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0
2022-06-26T04:45:35.874Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:45:35.941Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0|INFO|500||Invoke
2022-06-26T04:45:35.942Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32e4e8b5-15db-4419-8ca2-87371c5acbdb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eea0daa7-9182-449e-99fc-4e26536ab37e], X-ECOMP-RequestID=[32e4e8b5-15db-4419-8ca2-87371c5acbdb], X-TransactionId=[], X-ONAP-RequestID=[32e4e8b5-15db-4419-8ca2-87371c5acbdb], Content-Type=[application/merge-patch+json]}
2022-06-26T04:45:35.960Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:45:36.170Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?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/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-04:45:35:945-91895], vertex-id=[577576], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:45:35 GMT], Content-Type=[application/json]}
2022-06-26T04:45:36.170Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:45:36.171Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5cb8d5-2056-405b-8e30-a955afe96b65/model-vers/model-ver/2a007221-e8c1-45c6-a6b0-11114f059277?depth=0|INFO|500||InvokeReturn
2022-06-26T04:45:36.171Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:45:36.172Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-26T04:45:36.177Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-26T04:45:36.177Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32e4e8b5-15db-4419-8ca2-87371c5acbdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:45:36.178Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:45:36.178Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:36.180Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:36.180Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218736177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:45:36.280Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:36.281Z||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-26T04:45:36.281Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:36.298Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:36.299Z||pool-50-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-26T04:45:37.202Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:45:37.202Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13","serviceDescription":"service","serviceInvariantUUID":"e003504c-5652-4857-a527-df23b8c2ce98","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"175815dc-93a7-4425-8ee0-deea6458d1e2","resourceInvariantUUID":"faee6528-9cf8-4733-a356-ef21652ae297","resourceCustomizationUUID":"599e3421-dc5b-446e-a284-11b761e94c12","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":"OGQxY2RlMWJlMmU5NGYxM2VlMGM1NWJlMDQ1ZTA1Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16271f12-8827-4004-8e40-cbf19b1a85d0","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":"87b5453a-a5d1-4a83-b291-199db19d7e39","artifactVersion":"2","generatedFromUUID":"1ecd4277-345a-43dd-a061-c85b1040e3ee"},{"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":"1ecd4277-345a-43dd-a061-c85b1040e3ee","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":"Njg4YzFkNzdhZGQ5MTM0OTE5NGVkOGU2ZjU5OWQxMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"218ec478-4159-46fa-a95c-a7633ab2f882","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":"1362a69b-5fa9-4eab-babc-2ce699277afe","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":"2eecea61-0cbf-42a2-b5f5-4c79a3de8895","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":"9c9fef2e-bd59-4beb-a477-4bdca08e8957","artifactVersion":"2","generatedFromUUID":"1362a69b-5fa9-4eab-babc-2ce699277afe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzI0YWE4YTAyYjFlZjk1YTkzMDljZTJmZWZlZjgzMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18e70f4f-c244-4ea5-8149-b172663f3fb4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDlhYzllNTkxZTcxYzc2MzI2Mzk2YTEzYjQ3YzUyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"872a03cf-29f3-41b8-99d1-ed7b0e1b04aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:45:37.203Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:37.203Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:37.204Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:37.205Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:37.305Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:37.305Z||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-26T04:45:37.305Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:37.321Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:37.322Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:38.205Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:38.206Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:38.207Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:38.207Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T04:45:38.308Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:38.308Z||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-26T04:45:38.308Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:38.370Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:38.370Z||pool-52-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:39.208Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:39.209Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:39.211Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:39.211Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T04:45:39.312Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:45:39.313Z||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-26T04:45:39.313Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:39.334Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:39.335Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:40.212Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:40.212Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:40.214Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:40.214Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:45:40.315Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:45:40.315Z||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-26T04:45:40.316Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:40.400Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:40.401Z||pool-54-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:41.217Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:41.220Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:41.222Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:41.222Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:45:41.322Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:41.323Z||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-26T04:45:41.324Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:41.375Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:41.376Z||pool-55-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:42.222Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:42.223Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:42.225Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:42.225Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:42.325Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:42.327Z||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-26T04:45:42.327Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:42.346Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:42.347Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:43.226Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:43.227Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:43.228Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:43.229Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T04:45:43.329Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:43.329Z||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-26T04:45:43.329Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:43.346Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:43.346Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:44.229Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:44.230Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:44.232Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:44.232Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:45:44.332Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:44.333Z||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-26T04:45:44.333Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:44.354Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:44.354Z||pool-58-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:45.233Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:45.234Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:45.235Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:45.236Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:45:45.336Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:45.337Z||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-26T04:45:45.337Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:45.358Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:45.359Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:46.237Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e003504c-5652-4857-a527-df23b8c2ce98",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "599e3421-dc5b-446e-a284-11b761e94c12",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "175815dc-93a7-4425-8ee0-deea6458d1e2",
      "resourceInvariantUUID": "faee6528-9cf8-4733-a356-ef21652ae297",
      "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": "87b5453a-a5d1-4a83-b291-199db19d7e39",
          "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": "1ecd4277-345a-43dd-a061-c85b1040e3ee",
          "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": "Njg4YzFkNzdhZGQ5MTM0OTE5NGVkOGU2ZjU5OWQxMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "218ec478-4159-46fa-a95c-a7633ab2f882",
          "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": "1362a69b-5fa9-4eab-babc-2ce699277afe",
          "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": "9c9fef2e-bd59-4beb-a477-4bdca08e8957",
            "generatedFromUUID": "1362a69b-5fa9-4eab-babc-2ce699277afe"
          },
          "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": "9c9fef2e-bd59-4beb-a477-4bdca08e8957",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDlhYzllNTkxZTcxYzc2MzI2Mzk2YTEzYjQ3YzUyNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "872a03cf-29f3-41b8-99d1-ed7b0e1b04aa"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:45:46.237Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:45:46.237Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13 ASDC
2022-06-26T04:45:46.238Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13
ServiceInvariantUUID:e003504c-5652-4857-a527-df23b8c2ce98
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:872a03cf-29f3-41b8-99d1-ed7b0e1b04aa
ArtifactChecksum:MDlhYzllNTkxZTcxYzc2MzI2Mzk2YTEzYjQ3YzUyNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:599e3421-dc5b-446e-a284-11b761e94c12
ResourceInvariantUUID:faee6528-9cf8-4733-a356-ef21652ae297
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:175815dc-93a7-4425-8ee0-deea6458d1e2
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:87b5453a-a5d1-4a83-b291-199db19d7e39
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:1ecd4277-345a-43dd-a061-c85b1040e3ee
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:218ec478-4159-46fa-a95c-a7633ab2f882
ArtifactChecksum:Njg4YzFkNzdhZGQ5MTM0OTE5NGVkOGU2ZjU5OWQxMDQ=
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:1362a69b-5fa9-4eab-babc-2ce699277afe
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:9c9fef2e-bd59-4beb-a477-4bdca08e8957
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:9c9fef2e-bd59-4beb-a477-4bdca08e8957
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T04:45:46.238Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13 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-26T04:45:46.276Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:46.277Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:46.277Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:46.278Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 872a03cf-29f3-41b8-99d1-ed7b0e1b04aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T04:45:46.278Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:46.278Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T04:45:46.402Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:46.405Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 872a03cf-29f3-41b8-99d1-ed7b0e1b04aa 68952
2022-06-26T04:45:46.405Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:46.405Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:46.405Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:46.406Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:46.407Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:46.407Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218746405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:46.508Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:46.508Z||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-26T04:45:46.508Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:46.524Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:46.524Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:47.408Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:47.409Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:47.409Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 872a03cf-29f3-41b8-99d1-ed7b0e1b04aa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T04:45:47.410Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-26T04:45:47.410Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T04:45:47.410Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T04:45:47.521Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6295621995076985766/Definitions/service-BasicCnf-template.yml
2022-06-26T04:45:48.611Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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-BasicCnf-csar.csar
2022-06-26T04:45:48.612Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.613Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:48.613Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.613Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.613Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:48.613Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:48.614Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:48.615Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.615Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.615Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.615Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T04:45:48.615Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-26T04:45:48.616Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-26T04:45:48.616Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:45:48.616Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.616Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:48.617Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:48.618Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.618Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:48.618Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:48.618Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.618Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T04:45:48.619Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-26T04:45:48.619Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=65216912-cd8c-4112-bcea-6ee723174c76
2022-06-26T04:45:48.619Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.619Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.619Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:48.620Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13
Model Version:NULL
Model InvariantUuid:e003504c-5652-4857-a527-df23b8c2ce98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9c23913b-a7f5-4086-ad96-1ef1b383d773
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:faee6528-9cf8-4733-a356-ef21652ae297
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:599e3421-dc5b-446e-a284-11b761e94c12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bfdeb2af-c402-4e57-b741-7741fb8c2690
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1c317d7d-1d1b-463e-97c1-459a11133ee4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65216912-cd8c-4112-bcea-6ee723174c76
ModelInvariantUuid:5a69af4f-468c-4381-b73f-fb2ed92c9bcf
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:270a3ffb-2dcf-48ad-bd95-c90a92929ee2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c43a2eb0-6e2a-4999-b6e0-0db25cad7c7e
ModelInvariantUuid:19ee7c78-7293-45d3-8f80-fbae29d48830
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6f3e596a-b222-41f0-814c-6a3870286669
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-26T04:45:48.629Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 175815dc-93a7-4425-8ee0-deea6458d1e2
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-26T04:45:48.632Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-06-26T04:45:48.632Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 175815dc-93a7-4425-8ee0-deea6458d1e2
2022-06-26T04:45:48.632Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87b5453a-a5d1-4a83-b291-199db19d7e39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-26T04:45:48.632Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:48.633Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.684Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:48.684Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 87b5453a-a5d1-4a83-b291-199db19d7e39 12
2022-06-26T04:45:48.684Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.684Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:48.685Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:48.685Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:48.686Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:48.686Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218748684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:48.787Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:48.787Z||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-26T04:45:48.788Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:48.815Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:48.815Z||pool-61-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:49.687Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ecd4277-345a-43dd-a061-c85b1040e3ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-26T04:45:49.687Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:49.687Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:49.737Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:49.738Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1ecd4277-345a-43dd-a061-c85b1040e3ee 2688
2022-06-26T04:45:49.738Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:49.738Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:49.738Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:49.738Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:49.740Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:49.740Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218749738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:49.841Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:45:49.842Z||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-26T04:45:49.842Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:49.879Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:49.880Z||pool-62-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:50.742Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 218ec478-4159-46fa-a95c-a7633ab2f882 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-26T04:45:50.742Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:50.742Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:50.800Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:50.801Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 218ec478-4159-46fa-a95c-a7633ab2f882 828
2022-06-26T04:45:50.801Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:50.801Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:50.801Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:50.801Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:50.803Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:50.803Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218750801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:50.903Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:50.904Z||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-26T04:45:50.904Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:50.928Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:50.928Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:51.804Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfdeb2af-c402-4e57-b741-7741fb8c2690",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c317d7d-1d1b-463e-97c1-459a11133ee4",
    "vfModuleModelCustomizationUUID": "6ff12a93-5046-41f5-bf63-0a62a8a51536",
    "isBase": true,
    "artifacts": [
      "1ecd4277-345a-43dd-a061-c85b1040e3ee",
      "1362a69b-5fa9-4eab-babc-2ce699277afe",
      "9c9fef2e-bd59-4beb-a477-4bdca08e8957"
    ],
    "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-26T04:45:51.813Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c317d7d-1d1b-463e-97c1-459a11133ee4
VfModuleModelInvariantUUID:bfdeb2af-c402-4e57-b741-7741fb8c2690
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ecd4277-345a-43dd-a061-c85b1040e3ee
,
1362a69b-5fa9-4eab-babc-2ce699277afe
,
9c9fef2e-bd59-4beb-a477-4bdca08e8957

}
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-26T04:45:51.817Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfdeb2af-c402-4e57-b741-7741fb8c2690",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c317d7d-1d1b-463e-97c1-459a11133ee4",
    "vfModuleModelCustomizationUUID": "6ff12a93-5046-41f5-bf63-0a62a8a51536",
    "isBase": true,
    "artifacts": [
      "1ecd4277-345a-43dd-a061-c85b1040e3ee",
      "1362a69b-5fa9-4eab-babc-2ce699277afe",
      "9c9fef2e-bd59-4beb-a477-4bdca08e8957"
    ],
    "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-26T04:45:51.817Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c317d7d-1d1b-463e-97c1-459a11133ee4
VfModuleModelInvariantUUID:bfdeb2af-c402-4e57-b741-7741fb8c2690
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ecd4277-345a-43dd-a061-c85b1040e3ee
,
1362a69b-5fa9-4eab-babc-2ce699277afe
,
9c9fef2e-bd59-4beb-a477-4bdca08e8957

}
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-26T04:45:51.817Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1362a69b-5fa9-4eab-babc-2ce699277afe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-26T04:45:51.817Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:51.817Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:51.905Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:51.906Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1362a69b-5fa9-4eab-babc-2ce699277afe 1164
2022-06-26T04:45:51.908Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:51.908Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:51.908Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:51.908Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:51.910Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:51.910Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218751908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:52.012Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:45:52.014Z||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-26T04:45:52.014Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:52.029Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:52.029Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:52.911Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9c9fef2e-bd59-4beb-a477-4bdca08e8957 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-26T04:45:52.912Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:52.912Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:53.011Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:53.012Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9c9fef2e-bd59-4beb-a477-4bdca08e8957 200
2022-06-26T04:45:53.013Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:53.013Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:53.014Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:53.014Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:53.017Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:53.017Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218753013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:45:53.117Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:53.117Z||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-26T04:45:53.118Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:53.135Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:53.136Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:54.018Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13
2022-06-26T04:45:54.018Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 175815dc-93a7-4425-8ee0-deea6458d1e2 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 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-26T04:45:54.040Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:45:54.044Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cdc6fba, org.onap.sdc.toscaparser.api.parameters.Input@6761cfb8, org.onap.sdc.toscaparser.api.parameters.Input@7bae84b5, org.onap.sdc.toscaparser.api.parameters.Input@123c2598, org.onap.sdc.toscaparser.api.parameters.Input@6de229da]
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 599e3421-dc5b-446e-a284-11b761e94c12
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 599e3421-dc5b-446e-a284-11b761e94c12 matches Tosca VF Customization UUID: 599e3421-dc5b-446e-a284-11b761e94c12
2022-06-26T04:45:54.045Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 599e3421-dc5b-446e-a284-11b761e94c12  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-26T04:45:54.048Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.048Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 599e3421-dc5b-446e-a284-11b761e94c12: {\"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-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78f074c5
2022-06-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ff12a93-5046-41f5-bf63-0a62a8a51536
2022-06-26T04:45:54.049Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ff12a93-5046-41f5-bf63-0a62a8a51536
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-26T04:45:54.052Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.053Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:54.053Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:54.053Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.054Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:54.054Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:54.054Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.054Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T04:45:54.055Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-26T04:45:54.055Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=65216912-cd8c-4112-bcea-6ee723174c76
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-26T04:45:54.058Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.058Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:54.059Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:45:54.059Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.059Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T04:45:54.059Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=599e3421-dc5b-446e-a284-11b761e94c12
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-26T04:45:54.062Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.062Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.062Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13: basic_cnf
2022-06-26T04:45:54.063Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.063Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.063Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.063Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.064Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.064Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.064Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.064Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.065Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:45:54.065Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:54.065Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:54.136Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 175815dc-93a7-4425-8ee0-deea6458d1e2 1 ASDC deployResourceStructure
2022-06-26T04:45:54.137Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:54.137Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:54.137Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T04:45:54.137Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:54.139Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:54.139Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218754136,
  "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-26T04:45:54.240Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:45:54.241Z||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-26T04:45:54.241Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:54.271Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:54.272Z||pool-66-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:55.140Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:55.140Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:55.140Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T04:45:55.141Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:55.143Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:55.143Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218755140,
  "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-26T04:45:55.243Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:55.244Z||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-26T04:45:55.244Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:55.264Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:55.264Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:56.144Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:56.144Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:56.144Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:45:56.144Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:56.146Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:56.146Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218756143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:56.246Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:56.247Z||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-26T04:45:56.247Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:56.283Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:56.283Z||pool-68-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:57.147Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:57.147Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:57.148Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:45:57.148Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:57.150Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:57.150Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218757147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:57.250Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:57.251Z||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-26T04:45:57.251Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:57.270Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:57.271Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:58.151Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:58.151Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:58.152Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:45:58.152Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:58.153Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:58.153Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218758151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:58.254Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:58.254Z||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-26T04:45:58.254Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:58.286Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:58.286Z||pool-70-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:59.161Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:59.161Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||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-26T04:45:59.161Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:45:59.162Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:59.163Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:59.163Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218759160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:45:59.263Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:59.264Z||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-26T04:45:59.265Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:59.284Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:45:59.285Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:00.164Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:46:00.177Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:46:00.180Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:46:00.180Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:46:00.180Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:46:00.180Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:46:00.180Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:46:00.181Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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-26T04:46:00.186Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:46:11.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:46:11.487Z||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-26T04:46:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:46:11.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:11.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218694631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:46:11.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656218692898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218686746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218694821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218693733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218693907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218691470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218702925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218702975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218702319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218702649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218703214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "cds",
  "timestamp": 1656218703982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:46:11.599Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:46:11.599Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:46:11.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218704234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:11.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218703716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218704834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "policy-id",
  "timestamp": 1656218705238,
  "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-26T04:46:11.619Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:46:11.619Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:46:11.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218704782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218704608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:11.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:11.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218705824,
  "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-26T04:46:11.638Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:46:11.639Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:46:11.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656218705612,
  "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-26T04:46:11.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:46:11.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:46:11.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218699981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656218706829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218707787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218709212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:11.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:46:11.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218711245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:11.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:46:30.186Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 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-26T04:46:30.194Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 and serviceModelVersionId: ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13
2022-06-26T04:46:30.195Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e003504c-5652-4857-a527-df23b8c2ce98
2022-06-26T04:46:30.196Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?depth=0
2022-06-26T04:46:30.200Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:46:30.276Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?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-26T04:46:30.278Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?depth=0|INFO|500||Invoke
2022-06-26T04:46:30.308Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:46:30.472Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?depth=0|INFO|500||InvokeReturn
2022-06-26T04:46:30.473Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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/e003504c-5652-4857-a527-df23b8c2ce98/model-vers/model-ver/ed3e9cdf-bceb-4f52-abd2-b6c3e0348d13?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-04:46:30:297-19823], vertex-id=[192640], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:46:30 GMT], Content-Type=[application/json]}
2022-06-26T04:46:30.473Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:46:30.473Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:46:30.478Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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-26T04:46:30.487Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|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-26T04:46:30.488Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:46:30.488Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:46:30.488Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:30.492Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:30.492Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218790488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:46:30.591Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:46:30.591Z||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-26T04:46:30.592Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:30.611Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:30.612Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T04:46:31.505Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:46:31.505Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"77377364-3ba8-42b6-8189-5a805364388e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f9b18faf-1c3f-4c66-867c-5ecaef0f0577","serviceDescription":"service","serviceInvariantUUID":"4673186c-cd6a-4987-a39f-26abd9fa3076","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f6a8ff9-24e0-4b85-8583-4de8b986077c","resourceInvariantUUID":"6d644452-fd46-482b-9ca9-7b23ace77262","resourceCustomizationUUID":"bd6861d4-e093-4d5b-be72-621cf1e66d8f","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":"OWFkZGVkNzNlMDAzNzNjYjE3YzVjMDNjODNiODdjMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92085902-ee1a-47da-a402-f62480b637ab","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":"YmYzYmMzZWY0OWFjNjI1MDUwMzNhYzlmMGZmMjJhNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95a99642-a407-4fdd-8ef9-a6d900dae6bd","artifactVersion":"2"},{"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":"23580147-029d-4649-8ee7-d14368829510","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":"156724a3-385e-4a81-9d0c-b1ade53b42da","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":"934304f8-8653-40f8-9889-97d24263744f","artifactVersion":"3","generatedFromUUID":"23580147-029d-4649-8ee7-d14368829510"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGM0ODcyOGJhYWVlMzMyMGNlNjEzNWZkMTI4MTYwNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14d273f3-60b7-4abf-86aa-3a24e3f5f101","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWNhMzEzYjRjYjY1Y2ZlM2U1MjMzY2ViOTA2NmNmNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e86ae00-8638-4c96-bfff-91897509f328","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:46:31.505Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:31.506Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:31.508Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:31.508Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:31.620Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-06-26T04:46:31.621Z||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-26T04:46:31.621Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:31.652Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:31.652Z||pool-73-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:32.509Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:32.509Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:32.527Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:32.528Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:46:32.627Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:46:32.628Z||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-26T04:46:32.628Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:32.643Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:32.644Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:33.528Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:33.529Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:33.531Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:33.535Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:46:33.636Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:46:33.637Z||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-26T04:46:33.637Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:33.661Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:33.661Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:34.535Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:34.537Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:34.539Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:34.539Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:34.641Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:46:34.642Z||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-26T04:46:34.642Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:34.668Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:34.669Z||pool-76-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:35.542Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:35.542Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:35.544Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:35.544Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T04:46:35.644Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:46:35.645Z||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-26T04:46:35.645Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:35.663Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:35.664Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:36.544Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:36.545Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:36.547Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:36.547Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:46:36.647Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:46:36.648Z||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-26T04:46:36.648Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:36.691Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:36.691Z||pool-78-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:46:37.547Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:46:37.548Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:37.550Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:37.550Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:46:37.650Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:46:37.651Z||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-26T04:46:37.651Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:37.668Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:37.669Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:38.550Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f9b18faf-1c3f-4c66-867c-5ecaef0f0577",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4673186c-cd6a-4987-a39f-26abd9fa3076",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "bd6861d4-e093-4d5b-be72-621cf1e66d8f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f6a8ff9-24e0-4b85-8583-4de8b986077c",
      "resourceInvariantUUID": "6d644452-fd46-482b-9ca9-7b23ace77262",
      "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": "YmYzYmMzZWY0OWFjNjI1MDUwMzNhYzlmMGZmMjJhNWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "95a99642-a407-4fdd-8ef9-a6d900dae6bd",
          "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": "23580147-029d-4649-8ee7-d14368829510",
          "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": "3",
            "artifactUUID": "934304f8-8653-40f8-9889-97d24263744f",
            "generatedFromUUID": "23580147-029d-4649-8ee7-d14368829510"
          },
          "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": "3",
          "artifactUUID": "934304f8-8653-40f8-9889-97d24263744f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWNhMzEzYjRjYjY1Y2ZlM2U1MjMzY2ViOTA2NmNmNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e86ae00-8638-4c96-bfff-91897509f328"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:46:38.550Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:46:38.551Z|8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9b18faf-1c3f-4c66-867c-5ecaef0f0577 ASDC
2022-06-26T04:46:38.551Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:77377364-3ba8-42b6-8189-5a805364388e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f9b18faf-1c3f-4c66-867c-5ecaef0f0577
ServiceInvariantUUID:4673186c-cd6a-4987-a39f-26abd9fa3076
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:9e86ae00-8638-4c96-bfff-91897509f328
ArtifactChecksum:MWNhMzEzYjRjYjY1Y2ZlM2U1MjMzY2ViOTA2NmNmNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bd6861d4-e093-4d5b-be72-621cf1e66d8f
ResourceInvariantUUID:6d644452-fd46-482b-9ca9-7b23ace77262
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3f6a8ff9-24e0-4b85-8583-4de8b986077c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:2
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:95a99642-a407-4fdd-8ef9-a6d900dae6bd
ArtifactChecksum:YmYzYmMzZWY0OWFjNjI1MDUwMzNhYzlmMGZmMjJhNWQ=
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:23580147-029d-4649-8ee7-d14368829510
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:3
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:934304f8-8653-40f8-9889-97d24263744f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:3
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:934304f8-8653-40f8-9889-97d24263744f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T04:46:38.551Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9b18faf-1c3f-4c66-867c-5ecaef0f0577 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-26T04:46:38.582Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:46:38.583Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:46:38.583Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:46:38.583Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e86ae00-8638-4c96-bfff-91897509f328 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T04:46:38.583Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:46:38.583Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T04:46:38.728Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:46:38.733Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9e86ae00-8638-4c96-bfff-91897509f328 71060
2022-06-26T04:46:38.734Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:38.734Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:38.734Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:46:38.734Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:38.736Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:38.736Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218798734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:38.840Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-26T04:46:38.840Z||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-26T04:46:38.840Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:38.862Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:38.863Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:39.736Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:46:39.737Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:46:39.737Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9e86ae00-8638-4c96-bfff-91897509f328, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T04:46:39.738Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-26T04:46:39.738Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T04:46:39.741Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T04:46:39.853Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14577510147845898558/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-26T04:46:41.133Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:46:41.134Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:46:41.134Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T04:46:41.134Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T04:46:41.134Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|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-BasicVm-csar.csar
2022-06-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|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-BasicVm-csar.csar
2022-06-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|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-BasicVm-csar.csar
2022-06-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.135Z|77377364-3ba8-42b6-8189-5a805364388e|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-BasicVm-csar.csar
2022-06-26T04:46:41.136Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.136Z|77377364-3ba8-42b6-8189-5a805364388e|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-BasicVm-csar.csar
2022-06-26T04:46:41.136Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:46:41.136Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.136Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.137Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:41.137Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:46:41.137Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:46:41.137Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.138Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.138Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:41.138Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:46:41.138Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:46:41.139Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.139Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.139Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.139Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T04:46:41.140Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-26T04:46:41.140Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-26T04:46:41.140Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-26T04:46:41.140Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T04:46:41.140Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:46:41.141Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.141Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:46:41.141Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.141Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:41.142Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:41.142Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.142Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:41.142Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:41.143Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.143Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:41.143Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:41.143Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.144Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T04:46:41.144Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T04:46:41.144Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T04:46:41.144Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=727112c4-e29a-4098-a128-1fb9ab8a93f7
2022-06-26T04:46:41.145Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.145Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.145Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.146Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.146Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.146Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.146Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:41.147Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:41.147Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f9b18faf-1c3f-4c66-867c-5ecaef0f0577
Model Version:NULL
Model InvariantUuid:4673186c-cd6a-4987-a39f-26abd9fa3076
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9ceeefbd-e199-4610-9e51-ce3c9ad877ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d644452-fd46-482b-9ca9-7b23ace77262
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd6861d4-e093-4d5b-be72-621cf1e66d8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0864cba8-37a7-4b1c-a24f-e77b7d2f9a43
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1632bd1a-9f16-4aa6-bb8b-d4214b7bfc32
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:727112c4-e29a-4098-a128-1fb9ab8a93f7
ModelInvariantUuid:5ff39abc-56a2-4cb9-b09c-11fd66ee2a7c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:35b5b17a-56bf-4f91-9d24-757808bbda4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f5be5d4a-e16f-4145-b821-decbd8139824
ModelInvariantUuid:27295699-f124-4520-95ee-15fe0e143612
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bad86437-ce0e-41c4-b011-7a531decf0c4
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-26T04:46:41.164Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f6a8ff9-24e0-4b85-8583-4de8b986077c
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-26T04:46:41.170Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-06-26T04:46:41.171Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f6a8ff9-24e0-4b85-8583-4de8b986077c
2022-06-26T04:46:41.171Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95a99642-a407-4fdd-8ef9-a6d900dae6bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-26T04:46:41.171Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:46:41.171Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.310Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:46:41.311Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 95a99642-a407-4fdd-8ef9-a6d900dae6bd 787
2022-06-26T04:46:41.311Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.311Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:41.311Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:46:41.311Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:41.313Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:41.313Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218801311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:41.424Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-26T04:46:41.425Z||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-26T04:46:41.425Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:41.456Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:41.457Z||pool-81-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:42.314Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0864cba8-37a7-4b1c-a24f-e77b7d2f9a43",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1632bd1a-9f16-4aa6-bb8b-d4214b7bfc32",
    "vfModuleModelCustomizationUUID": "833a3bd8-ce55-4dce-94b8-d41f04508773",
    "isBase": true,
    "artifacts": [
      "23580147-029d-4649-8ee7-d14368829510",
      "934304f8-8653-40f8-9889-97d24263744f"
    ],
    "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-26T04:46:42.318Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1632bd1a-9f16-4aa6-bb8b-d4214b7bfc32
VfModuleModelInvariantUUID:0864cba8-37a7-4b1c-a24f-e77b7d2f9a43
VfModuleModelDescription:NULL
Artifacts UUID List:{
23580147-029d-4649-8ee7-d14368829510
,
934304f8-8653-40f8-9889-97d24263744f

}
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-26T04:46:42.320Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0864cba8-37a7-4b1c-a24f-e77b7d2f9a43",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1632bd1a-9f16-4aa6-bb8b-d4214b7bfc32",
    "vfModuleModelCustomizationUUID": "833a3bd8-ce55-4dce-94b8-d41f04508773",
    "isBase": true,
    "artifacts": [
      "23580147-029d-4649-8ee7-d14368829510",
      "934304f8-8653-40f8-9889-97d24263744f"
    ],
    "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-26T04:46:42.320Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1632bd1a-9f16-4aa6-bb8b-d4214b7bfc32
VfModuleModelInvariantUUID:0864cba8-37a7-4b1c-a24f-e77b7d2f9a43
VfModuleModelDescription:NULL
Artifacts UUID List:{
23580147-029d-4649-8ee7-d14368829510
,
934304f8-8653-40f8-9889-97d24263744f

}
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-26T04:46:42.320Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 23580147-029d-4649-8ee7-d14368829510 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-26T04:46:42.320Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:46:42.320Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:42.391Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:46:42.391Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 23580147-029d-4649-8ee7-d14368829510 5033
2022-06-26T04:46:42.391Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:42.391Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:42.391Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:46:42.392Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:42.396Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:42.396Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218802391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:42.495Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:46:42.498Z||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-26T04:46:42.498Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:42.532Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:42.532Z||pool-82-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:43.398Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 934304f8-8653-40f8-9889-97d24263744f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-26T04:46:43.398Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:46:43.399Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:43.451Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:46:43.452Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 934304f8-8653-40f8-9889-97d24263744f 903
2022-06-26T04:46:43.452Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:43.453Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:43.453Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:46:43.453Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:43.456Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:43.456Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218803452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:46:43.556Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:46:43.557Z||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-26T04:46:43.557Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:43.576Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:43.577Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:44.457Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f9b18faf-1c3f-4c66-867c-5ecaef0f0577
2022-06-26T04:46:44.457Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3f6a8ff9-24e0-4b85-8583-4de8b986077c 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-26T04:46:44.470Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3171bd7d, org.onap.sdc.toscaparser.api.parameters.Input@7827446a, org.onap.sdc.toscaparser.api.parameters.Input@22ddacdc, org.onap.sdc.toscaparser.api.parameters.Input@56533eb5, org.onap.sdc.toscaparser.api.parameters.Input@6af5eb57]
2022-06-26T04:46:44.471Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.472Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.472Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-26T04:46:44.472Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bd6861d4-e093-4d5b-be72-621cf1e66d8f
2022-06-26T04:46:44.472Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd6861d4-e093-4d5b-be72-621cf1e66d8f matches Tosca VF Customization UUID: bd6861d4-e093-4d5b-be72-621cf1e66d8f
2022-06-26T04:46:44.472Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bd6861d4-e093-4d5b-be72-621cf1e66d8f  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-26T04:46:44.474Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.474Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.475Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bd6861d4-e093-4d5b-be72-621cf1e66d8f: {\"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-26T04:46:44.475Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@282e382a
2022-06-26T04:46:44.475Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.475Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:46:44.476Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 833a3bd8-ce55-4dce-94b8-d41f04508773
2022-06-26T04:46:44.476Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 833a3bd8-ce55-4dce-94b8-d41f04508773
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-26T04:46:44.478Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.478Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:44.478Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:44.478Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.478Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T04:46:44.479Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=727112c4-e29a-4098-a128-1fb9ab8a93f7
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-26T04:46:44.482Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.482Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:44.482Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:46:44.482Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.483Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T04:46:44.483Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bd6861d4-e093-4d5b-be72-621cf1e66d8f
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-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f9b18faf-1c3f-4c66-867c-5ecaef0f0577: basic_vm
2022-06-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:46:44.486Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:46:44.487Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:44.571Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3f6a8ff9-24e0-4b85-8583-4de8b986077c 1 ASDC deployResourceStructure
2022-06-26T04:46:44.571Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:44.572Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:44.572Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:46:44.572Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:44.574Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:44.575Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218804571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:44.674Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:46:44.675Z||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-26T04:46:44.675Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:44.694Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:44.694Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:46:45.575Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:45.576Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:45.576Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:46:45.576Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:45.579Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:45.579Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218805575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:45.679Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:46:45.680Z||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-26T04:46:45.680Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:45.701Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:45.701Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:46.580Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:46.580Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:46.580Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:46:46.580Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:46.590Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:46.591Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218806579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:46.682Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-26T04:46:46.683Z||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-26T04:46:46.683Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:46.700Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:46.701Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:46:47.592Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:47.592Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||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-26T04:46:47.592Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:46:47.592Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:46:47.595Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:46:47.595Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218807592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:46:47.694Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:46:47.695Z||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-26T04:46:47.695Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:46:47.715Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:46:47.715Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:46:48.596Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77377364-3ba8-42b6-8189-5a805364388e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:46:48.608Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77377364-3ba8-42b6-8189-5a805364388e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:46:48.610Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:46:48.610Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:46:48.610Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:47:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:47:11.485Z||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-26T04:47:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:47:11.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:47:11.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "clamp",
  "timestamp": 1656218712255,
  "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-26T04:47:11.528Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:47:11.528Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:47:11.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218716558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:47:11.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "aai-ml",
  "timestamp": 1656218717563,
  "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-26T04:47:11.542Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77377364-3ba8-42b6-8189-5a805364388e
2022-06-26T04:47:11.542Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:47:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218736177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:47:11.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218746405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218748684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218749738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218750801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218751908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218753013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218754136,
  "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-26T04:47:11.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218755140,
  "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-26T04:47:11.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218756143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:47:11.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218757147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218758151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218759160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:47:11.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:47:18.611Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77377364-3ba8-42b6-8189-5a805364388e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:47:18.623Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77377364-3ba8-42b6-8189-5a805364388e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.626Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.627Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.627Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:47:18.627Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T04:47:18.632Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:47:48.632Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77377364-3ba8-42b6-8189-5a805364388e 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-26T04:47:48.642Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77377364-3ba8-42b6-8189-5a805364388e and serviceModelVersionId: f9b18faf-1c3f-4c66-867c-5ecaef0f0577
2022-06-26T04:47:48.643Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4673186c-cd6a-4987-a39f-26abd9fa3076
2022-06-26T04:47:48.643Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0
2022-06-26T04:47:48.647Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:47:48.686Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0|INFO|500||Invoke
2022-06-26T04:47:48.687Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77377364-3ba8-42b6-8189-5a805364388e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[557a0646-8538-4e20-a8aa-79e4007db443], X-ECOMP-RequestID=[77377364-3ba8-42b6-8189-5a805364388e], X-TransactionId=[], X-ONAP-RequestID=[77377364-3ba8-42b6-8189-5a805364388e], Content-Type=[application/merge-patch+json]}
2022-06-26T04:47:48.707Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:47:48.873Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?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/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-04:47:48:697-97996], vertex-id=[241848], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:47:48 GMT], Content-Type=[application/json]}
2022-06-26T04:47:48.873Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:47:48.874Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4673186c-cd6a-4987-a39f-26abd9fa3076/model-vers/model-ver/f9b18faf-1c3f-4c66-867c-5ecaef0f0577?depth=0|INFO|500||InvokeReturn
2022-06-26T04:47:48.875Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:47:48.875Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T04:47:48.881Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T04:47:48.881Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77377364-3ba8-42b6-8189-5a805364388e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:47:48.881Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:47:48.882Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:47:48.883Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:47:48.883Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218868881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:47:48.984Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:47:48.985Z||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-26T04:47:48.985Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:47:49.003Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:47:49.004Z||pool-88-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-26T04:47:49.902Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:47:49.902Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T04:47:49.902Z|77377364-3ba8-42b6-8189-5a805364388e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:00.468Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:00.469Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:00.469Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:48:00.469Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:10.032Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:10.033Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:10.033Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:48:10.033Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:11.485Z||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-26T04:48:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:11.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:11.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218790488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:48:11.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218695659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:48:11.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:48:11.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218798734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:48:11.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218801311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218802391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218803452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218804571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218805575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218806579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T04:48:11.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:11.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:48:11.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218807592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:48:11.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:48:19.593Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:19.594Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:19.595Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:48:19.595Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:29.160Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:29.161Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:29.161Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:48:29.161Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:38.805Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:48:38.806Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:48:38.807Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:48:38.807Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:48:48.391Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:49:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:49:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:49:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:49:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:49:11.485Z||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-26T04:49:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:49:12.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:49:12.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:49:12.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77377364-3ba8-42b6-8189-5a805364388e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656218868881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:49:12.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:49:21.073Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:50:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:50:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:50:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:50:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:50:11.484Z||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-26T04:50:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:50:21.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:50:21.146Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:51:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:51:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:51:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:51:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:51:11.484Z||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-26T04:51:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:51:21.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:51:21.092Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:11.484Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:52:11.484Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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-26T04:52:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:52:11.488Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:52:11.489Z||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-26T04:52:11.489Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:52:12.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:12.159Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:12.160Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.160Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7fda7f14-fb8c-40aa-a4bd-f7843fed8716","serviceName":"Demo_pNF_6QpY3IZiXO3oDDXEvgLK","serviceVersion":"1.0","serviceUUID":"a79f070f-aade-4717-a410-46d52338e042","serviceDescription":"catalog service description","serviceInvariantUUID":"6c7996cf-0495-4c4b-a747-756573d73eb6","resources":[{"resourceInstanceName":"pNF d3c27cff-814c 0","resourceName":"pNF d3c27cff-814c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5acba429-fd7f-46bb-b3f1-6a832d8f64e1","resourceInvariantUUID":"73bcda6c-8660-4a36-8de7-a98b14fb214a","resourceCustomizationUUID":"ba07d904-ead4-42ce-8b56-552b168099a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml","artifactChecksum":"OWQyMzRlZWZjZWE5YWNiYzI4MDg4YTQ4YTMzYjkzZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bf1c6e8-cc1d-4be1-b86d-a6e828c469cc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar","artifactChecksum":"ZjVhYTYzMDEzNjlkNmVhZjk3NDFhZjQ4ZWVkZDFiNjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aea1074-5be1-48e8-ab01-a0de875ff008","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d46080fd-1ef6-4c2f-a4b2-2a3411a88697","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M3OWNmMTJhYzdmNTY3ZDFkZTRmMWQxZWJlYzAzNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"818b8b74-d41c-4fe3-af9f-d2f60ebbe9e1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1454c67-05bc-4ddc-ac59-bd567139fd50","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8fbaea4d-c969-48aa-a6ba-5f64f46e612a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6qpy3izixo3oddxevglk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml","artifactChecksum":"NTJlZDY3N2UxMmIyZGZjMDliNmI5ZTU2NDdmZTRlY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9025f409-70c1-4d6e-bac9-4aedc147b40e","artifactVersion":"1"},{"artifactName":"service-DemoPnf6qpy3izixo3oddxevglk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar","artifactChecksum":"MjA5NGUwNzhiMmE0NWEyNGNlNzBiNTdiZjM4NDU2YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9d10ba7-d42c-46e4-9e92-e803284f75ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:52:12.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.169Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:12.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.170Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:12.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219106746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219111470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219119037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219120446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:12.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219112898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219121456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219113907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219120951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219121736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219113733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "policy-id",
  "timestamp": 1656219122467,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-26T04:52:12.202Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:12.202Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:52:12.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:52:12.235Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:52:12.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219114821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219121957,
  "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-26T04:52:12.258Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:52:12.258Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:52:12.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219122774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:52:12.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219123637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:12.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219123778,
  "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-26T04:52:12.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:52:12.279Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:52:12.287Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-26T04:52:12.288Z||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-26T04:52:12.288Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:12.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "cds",
  "timestamp": 1656219124646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-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-26T04:52:12.310Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:52:12.311Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:52:12.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219119981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219128914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:12.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:52:12.325Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:12.325Z||pool-89-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:13.203Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:13.208Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:13.212Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:13.212Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:13.311Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:52:13.312Z||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-26T04:52:13.312Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:13.331Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:13.331Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:14.213Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:14.215Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:14.218Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:14.218Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:14.318Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:52:14.319Z||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-26T04:52:14.319Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:14.368Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:14.369Z||pool-91-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:15.219Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:15.220Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:15.222Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:15.222Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:15.322Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:52:15.323Z||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-26T04:52:15.324Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:15.345Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:15.347Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:16.223Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:16.223Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:16.226Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:16.226Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:16.326Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:52:16.327Z||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-26T04:52:16.327Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:16.371Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:16.372Z||pool-93-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:17.226Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:17.226Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:17.229Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:17.230Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:17.330Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:52:17.331Z||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-26T04:52:17.332Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:17.347Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:17.348Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:18.230Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:18.230Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:18.232Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:18.235Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:52:18.333Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T04:52:18.334Z||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-26T04:52:18.334Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:18.355Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:18.356Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:19.236Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:52:19.236Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:19.238Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:19.238Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:52:19.339Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:52:19.340Z||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-26T04:52:19.340Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:19.367Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:19.367Z||pool-96-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:20.239Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "serviceName": "Demo_pNF_6QpY3IZiXO3oDDXEvgLK",
  "serviceVersion": "1.0",
  "serviceUUID": "a79f070f-aade-4717-a410-46d52338e042",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c7996cf-0495-4c4b-a747-756573d73eb6",
  "resources": [
    {
      "resourceInstanceName": "pNF d3c27cff-814c 0",
      "resourceCustomizationUUID": "ba07d904-ead4-42ce-8b56-552b168099a0",
      "resourceName": "pNF d3c27cff-814c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5acba429-fd7f-46bb-b3f1-6a832d8f64e1",
      "resourceInvariantUUID": "73bcda6c-8660-4a36-8de7-a98b14fb214a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
      "artifactChecksum": "MjA5NGUwNzhiMmE0NWEyNGNlNzBiNTdiZjM4NDU2YjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9d10ba7-d42c-46e4-9e92-e803284f75ec"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:52:20.240Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:52:20.240Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a79f070f-aade-4717-a410-46d52338e042 ASDC
2022-06-26T04:52:20.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7fda7f14-fb8c-40aa-a4bd-f7843fed8716
ServiceName:Demo_pNF_6QpY3IZiXO3oDDXEvgLK
ServiceVersion:1.0
ServiceUUID:a79f070f-aade-4717-a410-46d52338e042
ServiceInvariantUUID:6c7996cf-0495-4c4b-a747-756573d73eb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
ArtifactUUID:a9d10ba7-d42c-46e4-9e92-e803284f75ec
ArtifactChecksum:MjA5NGUwNzhiMmE0NWEyNGNlNzBiNTdiZjM4NDU2YjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d3c27cff-814c 0
ResourceCustomizationUUID:ba07d904-ead4-42ce-8b56-552b168099a0
ResourceInvariantUUID:73bcda6c-8660-4a36-8de7-a98b14fb214a
ResourceName:pNF d3c27cff-814c
ResourceType:PNF
ResourceUUID:5acba429-fd7f-46bb-b3f1-6a832d8f64e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T04:52:20.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a79f070f-aade-4717-a410-46d52338e042 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-26T04:52:20.284Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:52:20.285Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:52:20.285Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:52:20.285Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a9d10ba7-d42c-46e4-9e92-e803284f75ec from URL: /sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:20.286Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:52:20.286Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:20.439Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:52:20.446Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar a9d10ba7-d42c-46e4-9e92-e803284f75ec 82659
2022-06-26T04:52:20.446Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar ASDC sendASDCNotification
2022-06-26T04:52:20.447Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:20.447Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:52:20.447Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:20.449Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:20.450Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219140446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:52:20.549Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:52:20.550Z||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-26T04:52:20.550Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:20.576Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:20.576Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:21.450Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:52:21.451Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:52:21.451Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a9d10ba7-d42c-46e4-9e92-e803284f75ec, URL: /sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar to file: /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:21.452Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:21.452Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:21.452Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:21.613Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16881880487183104493/Definitions/service-DemoPnf6qpy3izixo3oddxevglk-template.yml
2022-06-26T04:52:22.473Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:52:22.473Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:52:22.473Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.473Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d3c27cff-814c 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-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:52:22.474Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.475Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.475Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Node template pNF d3c27cff-814c 0 is matching search criteria
2022-06-26T04:52:22.475Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:52:22.475Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d3c27cff-814c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:52:22.475Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Node template pNF d3c27cff-814c 0 is matching search criteria
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d3c27cff-814c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.476Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.477Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6QpY3IZiXO3oDDXEvgLK
Description:catalog service description
Model UUID:a79f070f-aade-4717-a410-46d52338e042
Model Version:NULL
Model InvariantUuid:6c7996cf-0495-4c4b-a747-756573d73eb6
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-26T04:52:22.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5acba429-fd7f-46bb-b3f1-6a832d8f64e1
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-26T04:52:22.488Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||pNF d3c27cff-814c 0
2022-06-26T04:52:22.489Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5acba429-fd7f-46bb-b3f1-6a832d8f64e1
2022-06-26T04:52:22.489Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a79f070f-aade-4717-a410-46d52338e042
2022-06-26T04:52:22.489Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a79f070f-aade-4717-a410-46d52338e042
2022-06-26T04:52:22.489Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d3c27cff-814c 0 5acba429-fd7f-46bb-b3f1-6a832d8f64e1 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-26T04:52:22.494Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@465922e1, org.onap.sdc.toscaparser.api.parameters.Input@602a1bfa, org.onap.sdc.toscaparser.api.parameters.Input@286cf804, org.onap.sdc.toscaparser.api.parameters.Input@7b664cb3, org.onap.sdc.toscaparser.api.parameters.Input@74a72714]
2022-06-26T04:52:22.494Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.494Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.494Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a79f070f-aade-4717-a410-46d52338e042: pNF d3c27cff-814c
2022-06-26T04:52:22.494Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5acba429-fd7f-46bb-b3f1-6a832d8f64e1
2022-06-26T04:52:22.495Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:52:22.495Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_6QpY3IZiXO3oDDXEvgLK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:52:22.495Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Resource customization UUID: ba07d904-ead4-42ce-8b56-552b168099a0 is the same as notified resource customizationUUID: ba07d904-ead4-42ce-8b56-552b168099a0
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-26T04:52:22.531Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d3c27cff-814c 5acba429-fd7f-46bb-b3f1-6a832d8f64e1 0 ASDC deployResourceStructure
2022-06-26T04:52:22.531Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar ASDC sendASDCNotification
2022-06-26T04:52:22.531Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar
2022-06-26T04:52:22.532Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:52:22.532Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:52:22.533Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:52:22.534Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219142531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:52:22.634Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:52:22.634Z||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-26T04:52:22.635Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:52:22.651Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:52:22.651Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:52:23.534Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:52:23.547Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:52:23.551Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:52:23.551Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:52:23.551Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:52:53.551Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:52:53.562Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:52:53.564Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:52:53.565Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:52:53.565Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:53:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:53:11.485Z||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-26T04:53:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:53:11.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:53:11.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:53:11.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219132345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:53:11.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:53:23.566Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:53:23.580Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:53:23.582Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:53:23.583Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:53:23.583Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:53:53.584Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:53:53.606Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:53:53.609Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:53:53.609Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:53:53.610Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:54:11.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:54:11.489Z||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-26T04:54:11.490Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:54:12.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:54:12.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219135120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219135362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "aai-ml",
  "timestamp": 1656219136125,
  "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-26T04:54:12.044Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:54:12.045Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:54:12.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "clamp",
  "timestamp": 1656219136371,
  "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-26T04:54:12.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
2022-06-26T04:54:12.067Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:54:12.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/resourceInstances/pnfd3c27cff814c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219131484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219140446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219142531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpy3izixo3oddxevglk/1.0/artifacts/service-DemoPnf6qpy3izixo3oddxevglk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:54:12.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:54:23.610Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:54:23.621Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:54:23.625Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:54:23.625Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:54:23.625Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:54:23.625Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:54:23.625Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.626Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:54:23.627Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:54:23.632Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:54:53.637Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 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-26T04:54:53.644Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 and serviceModelVersionId: a79f070f-aade-4717-a410-46d52338e042
2022-06-26T04:54:53.645Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c7996cf-0495-4c4b-a747-756573d73eb6
2022-06-26T04:54:53.648Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?depth=0
2022-06-26T04:54:53.663Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:54:53.747Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?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-26T04:54:53.750Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?depth=0|INFO|500||Invoke
2022-06-26T04:54:53.820Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T04:54:54.229Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?depth=0|INFO|500||InvokeReturn
2022-06-26T04:54:54.231Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c7996cf-0495-4c4b-a747-756573d73eb6/model-vers/model-ver/a79f070f-aade-4717-a410-46d52338e042?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:54:53:828-42834], vertex-id=[262328], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:54:53 GMT], Content-Type=[application/json]}
2022-06-26T04:54:54.232Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:54:54.232Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:54:54.232Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:54:54.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:54:54.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fda7f14-fb8c-40aa-a4bd-f7843fed8716 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:54:54.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:54:54.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:54:54.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:54:54.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219294242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:54:54.348Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:54:54.349Z||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-26T04:54:54.349Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:54:54.382Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:54:54.382Z||pool-99-thread-1|||||INFO|500||cambria reply ok (34 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-26T04:54:55.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:54:55.263Z||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-26T04:54:55.264Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:55:05.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:55:05.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:55:05.801Z||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-26T04:55:05.801Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:55:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:55:11.485Z||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-26T04:55:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:55:12.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:55:12.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T04:55:12.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fda7f14-fb8c-40aa-a4bd-f7843fed8716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219294242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:55:12.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:55:15.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:55:15.363Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:55:15.364Z||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-26T04:55:15.364Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:55:24.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:11.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:56:11.482Z||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-26T04:56:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:56:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:56:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T04:56:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:56:20.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:20.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:56:20.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"421b3caa-730c-4480-80b0-c00a0862ef6b","serviceName":"Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq","serviceVersion":"1.0","serviceUUID":"bfef4458-6b13-489a-b164-93695d619f66","serviceDescription":"catalog service description","serviceInvariantUUID":"915de368-c91a-4448-ab2e-cf24a84147aa","resources":[{"resourceInstanceName":"pNF 7223a4e6-b8bf 0","resourceName":"pNF 7223a4e6-b8bf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"df07a05c-7908-4c23-bab3-f9b4d2c6b15f","resourceInvariantUUID":"2027e9d0-4140-4492-845e-45af3262fed3","resourceCustomizationUUID":"15079773-2229-4011-8aa3-334c61f3ea63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml","artifactChecksum":"MTc4NTI0Yjk0ZDBlN2EyMWU2MjVlYzRhZmU0OWZmZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6140ac1b-fcb9-46f3-85da-e987800b50ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar","artifactChecksum":"ZjVhYTYzMDEzNjlkNmVhZjk3NDFhZjQ4ZWVkZDFiNjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6c8bf1e-cd24-4bae-8a88-b005530c7628","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9144ea5-0ada-4811-a9ab-7032c3ba833b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q1MTFkMTU3ZGQwMzBmNmE3YWE4YTMwOGJiMTY1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"577989c5-5dbc-484f-8b5b-7be50926227b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca976144-e60b-4c63-9a03-2708758c4646","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2527098-1cd9-43aa-87a8-f3f9ae8fe10f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml","artifactChecksum":"ODA3NmVkZjI5ZmRjN2E3MzU4MTcxNDczODI2MDU1OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"258efe2b-bb0e-4f17-81c7-bdd15678fbc0","artifactVersion":"1"},{"artifactName":"service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar","artifactChecksum":"MTRkMWEzZGJiNDgwMDI2MGVjY2IyNjdkNzM1MzBlMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6e45602-dd26-48b2-ac13-3d2ad4490b15","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:56:20.675Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:20.676Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:20.678Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:20.678Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:20.778Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:20.780Z||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-26T04:56:20.780Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:20.840Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:20.841Z||pool-100-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:56:20.896Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:20.898Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:56:20.899Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:20.901Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:56:21.679Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:21.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:21.683Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:21.683Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:21.783Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:56:21.786Z||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-26T04:56:21.786Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:21.810Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:21.811Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:22.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:22.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:22.689Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:22.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:22.789Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:56:22.790Z||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-26T04:56:22.790Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:22.859Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:22.859Z||pool-102-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:23.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:23.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:23.694Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:23.694Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:23.795Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:23.795Z||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-26T04:56:23.795Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:23.835Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:23.835Z||pool-103-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:24.695Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:24.696Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:24.698Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:24.698Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:24.798Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:24.799Z||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-26T04:56:24.799Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:24.837Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:24.838Z||pool-104-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:25.699Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:25.700Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:25.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:25.702Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:25.802Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:25.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-26T04:56:25.803Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:25.860Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:25.861Z||pool-105-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:26.702Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:26.703Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:26.706Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:26.706Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:56:26.806Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:26.807Z||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-26T04:56:26.807Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:26.836Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:26.836Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:27.707Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:56:27.708Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:27.710Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:27.710Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:56:27.811Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:27.812Z||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-26T04:56:27.812Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:27.826Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:27.827Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:28.712Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "serviceName": "Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq",
  "serviceVersion": "1.0",
  "serviceUUID": "bfef4458-6b13-489a-b164-93695d619f66",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "915de368-c91a-4448-ab2e-cf24a84147aa",
  "resources": [
    {
      "resourceInstanceName": "pNF 7223a4e6-b8bf 0",
      "resourceCustomizationUUID": "15079773-2229-4011-8aa3-334c61f3ea63",
      "resourceName": "pNF 7223a4e6-b8bf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "df07a05c-7908-4c23-bab3-f9b4d2c6b15f",
      "resourceInvariantUUID": "2027e9d0-4140-4492-845e-45af3262fed3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
      "artifactChecksum": "MTRkMWEzZGJiNDgwMDI2MGVjY2IyNjdkNzM1MzBlMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6e45602-dd26-48b2-ac13-3d2ad4490b15"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T04:56:28.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:56:28.713Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfef4458-6b13-489a-b164-93695d619f66 ASDC
2022-06-26T04:56:28.714Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:421b3caa-730c-4480-80b0-c00a0862ef6b
ServiceName:Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq
ServiceVersion:1.0
ServiceUUID:bfef4458-6b13-489a-b164-93695d619f66
ServiceInvariantUUID:915de368-c91a-4448-ab2e-cf24a84147aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
ArtifactUUID:d6e45602-dd26-48b2-ac13-3d2ad4490b15
ArtifactChecksum:MTRkMWEzZGJiNDgwMDI2MGVjY2IyNjdkNzM1MzBlMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7223a4e6-b8bf 0
ResourceCustomizationUUID:15079773-2229-4011-8aa3-334c61f3ea63
ResourceInvariantUUID:2027e9d0-4140-4492-845e-45af3262fed3
ResourceName:pNF 7223a4e6-b8bf
ResourceType:PNF
ResourceUUID:df07a05c-7908-4c23-bab3-f9b4d2c6b15f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T04:56:28.714Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfef4458-6b13-489a-b164-93695d619f66 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-26T04:56:28.761Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:56:28.763Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-26T04:56:28.763Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-26T04:56:28.763Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d6e45602-dd26-48b2-ac13-3d2ad4490b15 from URL: /sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:28.763Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-26T04:56:28.764Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:28.841Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-26T04:56:28.846Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar d6e45602-dd26-48b2-ac13-3d2ad4490b15 82654
2022-06-26T04:56:28.847Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar ASDC sendASDCNotification
2022-06-26T04:56:28.847Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:28.847Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:56:28.847Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:28.850Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:28.850Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219388847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:56:28.950Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:56:28.951Z||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-26T04:56:28.951Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:28.965Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:28.966Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:29.851Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:56:29.852Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-26T04:56:29.853Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d6e45602-dd26-48b2-ac13-3d2ad4490b15, URL: /sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar to file: /app/ASDC/1/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:29.854Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:29.855Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:29.855Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.065Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10607061353469628477/Definitions/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml
2022-06-26T04:56:30.980Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.981Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.982Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7223a4e6-b8bf 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-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:30.982Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-26T04:56:30.982Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.982Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.982Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Node template pNF 7223a4e6-b8bf 0 is matching search criteria
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7223a4e6-b8bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Node template pNF 7223a4e6-b8bf 0 is matching search criteria
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7223a4e6-b8bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:56:30.983Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.984Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.985Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.985Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.985Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq
Description:catalog service description
Model UUID:bfef4458-6b13-489a-b164-93695d619f66
Model Version:NULL
Model InvariantUuid:915de368-c91a-4448-ab2e-cf24a84147aa
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-26T04:56:30.992Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: df07a05c-7908-4c23-bab3-f9b4d2c6b15f
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-26T04:56:30.995Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||pNF 7223a4e6-b8bf 0
2022-06-26T04:56:30.995Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: df07a05c-7908-4c23-bab3-f9b4d2c6b15f
2022-06-26T04:56:30.995Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bfef4458-6b13-489a-b164-93695d619f66
2022-06-26T04:56:30.995Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bfef4458-6b13-489a-b164-93695d619f66
2022-06-26T04:56:30.995Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7223a4e6-b8bf 0 df07a05c-7908-4c23-bab3-f9b4d2c6b15f 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-26T04:56:30.998Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27ec97b5, org.onap.sdc.toscaparser.api.parameters.Input@41f47359, org.onap.sdc.toscaparser.api.parameters.Input@7fbd7a, org.onap.sdc.toscaparser.api.parameters.Input@129f3451, org.onap.sdc.toscaparser.api.parameters.Input@518d5888]
2022-06-26T04:56:30.999Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:30.999Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:30.999Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bfef4458-6b13-489a-b164-93695d619f66: pNF 7223a4e6-b8bf
2022-06-26T04:56:30.999Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Processing PNF resource: df07a05c-7908-4c23-bab3-f9b4d2c6b15f
2022-06-26T04:56:30.999Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T04:56:31.000Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_5Ye4Pa3ndBCrlGDJ0mCq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:56:31.000Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||Resource customization UUID: 15079773-2229-4011-8aa3-334c61f3ea63 is the same as notified resource customizationUUID: 15079773-2229-4011-8aa3-334c61f3ea63
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-26T04:56:31.037Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7223a4e6-b8bf df07a05c-7908-4c23-bab3-f9b4d2c6b15f 0 ASDC deployResourceStructure
2022-06-26T04:56:31.038Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar ASDC sendASDCNotification
2022-06-26T04:56:31.038Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar
2022-06-26T04:56:31.038Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:56:31.038Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:56:31.060Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:56:31.060Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219391038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:56:31.140Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-26T04:56:31.141Z||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-26T04:56:31.142Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:56:31.158Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:56:31.158Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:56:32.061Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:56:32.100Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:56:32.102Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:56:32.102Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:56:32.102Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:57:02.102Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:57:02.114Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:57:02.116Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:57:02.116Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:57:02.116Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:57:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:57:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T04:57:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:57:11.527Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:57:11.528Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:57:11.528Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:57:11.529Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:57:32.116Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:57:32.128Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:57:32.130Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:57:32.130Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:57:32.130Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:58:02.130Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:58:02.143Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:58:02.145Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:58:02.145Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:58:02.145Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:58:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:58:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T04:58:11.486Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:58:11.528Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:58:11.529Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:58:11.529Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:58:11.530Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:58:11.530Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:58:11.530Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:58:11.530Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:58:32.146Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:58:32.159Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:58:32.163Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:58:32.163Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:58:32.163Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:59:02.163Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:59:02.179Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:59:02.182Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:59:02.182Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:59:02.182Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:59:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:59:11.487Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T04:59:11.487Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:59:12.021Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T04:59:12.023Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.023Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.024Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.025Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.025Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.025Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.025Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.026Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.026Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.026Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.026Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.026Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.027Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.027Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.027Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.027Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.027Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.028Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.028Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.028Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.028Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.031Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.031Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.031Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.031Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.031Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.032Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.032Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.032Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.032Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.032Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.033Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.033Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.033Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.033Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.034Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.034Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.034Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.034Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.034Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.035Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.035Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.035Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.035Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.035Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.037Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.037Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.037Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.037Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.037Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.038Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.038Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.038Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.038Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.038Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.039Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.039Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.039Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.039Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.039Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.040Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.040Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.040Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.040Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.040Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.041Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.041Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.041Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.041Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.042Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.042Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.042Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.042Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.042Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.043Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.043Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.043Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.043Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.043Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.044Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.044Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.044Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.044Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.044Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219372898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219376746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.049Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.049Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.049Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219371481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.049Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.049Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.050Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219371470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.050Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.050Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.050Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219373733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.050Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219388145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219388754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219389089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.054Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.054Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219388847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.054Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.054Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.054Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.055Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.055Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.055Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.055Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.055Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.056Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219389777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.056Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.056Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.056Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219390095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.056Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.057Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.057Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.057Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.057Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.057Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.058Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.058Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.058Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.058Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.058Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.059Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219390059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.059Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.059Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.059Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219390779,
  "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-26T04:59:12.078Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.079Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:12.100Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.100Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "policy-id",
  "timestamp": 1656219391098,
  "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-26T04:59:12.111Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.111Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:12.122Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.122Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219391038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219383907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.123Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.124Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656219391067,
  "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-26T04:59:12.128Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.128Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219384821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219393891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "cds",
  "timestamp": 1656219394899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-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-26T04:59:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:12.160Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.160Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/resourceInstances/pnf7223a4e6b8bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.160Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.160Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219389981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219398891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219401442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219404082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.161Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.162Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.162Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219404452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ye4pa3ndbcrlgdj0mcq/1.0/artifacts/service-DemoPnf5ye4pa3ndbcrlgdj0mcq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T04:59:12.162Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:59:12.162Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.162Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "aai-ml",
  "timestamp": 1656219405086,
  "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-26T04:59:12.167Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.167Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:59:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "clamp",
  "timestamp": 1656219405458,
  "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-26T04:59:12.185Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 421b3caa-730c-4480-80b0-c00a0862ef6b
2022-06-26T04:59:12.185Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T04:59:32.183Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:59:32.202Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:59:32.206Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:59:32.206Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T04:59:32.208Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T04:59:32.214Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T05:00:02.215Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 421b3caa-730c-4480-80b0-c00a0862ef6b 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-26T05:00:02.228Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 421b3caa-730c-4480-80b0-c00a0862ef6b and serviceModelVersionId: bfef4458-6b13-489a-b164-93695d619f66
2022-06-26T05:00:02.229Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 915de368-c91a-4448-ab2e-cf24a84147aa
2022-06-26T05:00:02.232Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?depth=0
2022-06-26T05:00:02.241Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T05:00:02.307Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?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-26T05:00:02.310Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?depth=0|INFO|500||Invoke
2022-06-26T05:00:02.338Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T05:00:02.446Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?depth=0|INFO|500||InvokeReturn
2022-06-26T05:00:02.447Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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/915de368-c91a-4448-ab2e-cf24a84147aa/model-vers/model-ver/bfef4458-6b13-489a-b164-93695d619f66?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-05:00:02:359-4620], vertex-id=[278712], Content-Length=[0], Date=[Sun, 26 Jun 2022 05:00:02 GMT], Content-Type=[application/json]}
2022-06-26T05:00:02.449Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T05:00:02.449Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T05:00:02.450Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:00:02.454Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:00:02.455Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 421b3caa-730c-4480-80b0-c00a0862ef6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T05:00:02.455Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T05:00:02.455Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:00:02.459Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:00:02.459Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219602455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:00:02.559Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:00:02.561Z||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-26T05:00:02.561Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:00:02.585Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:00:02.586Z||pool-110-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-26T05:00:03.474Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:00:03.474Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:00:03.474Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:00:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:00:11.485Z||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-26T05:00:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:00:12.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:00:12.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:00:12.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "421b3caa-730c-4480-80b0-c00a0862ef6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656219602455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:00:12.124Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:00:13.814Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:00:13.815Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:00:13.816Z||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-26T05:00:13.816Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:00:23.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:00:23.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:00:23.429Z||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-26T05:00:23.429Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:00:32.984Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:00:32.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:00:32.985Z||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-26T05:00:32.985Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:00:42.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:01:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:01:11.481Z||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-26T05:01:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:01:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:01:11.485Z||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-26T05:01:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:01:21.045Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:01:21.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:02:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:02:11.482Z||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-26T05:02:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:02:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:02:11.484Z||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-26T05:02:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:02:21.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:02:21.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:03:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:03:11.481Z||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-26T05:03:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:03:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:03:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T05:03:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:03:21.051Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:03:21.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:04:11.482Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:04:11.482Z||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-26T05:04:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:04:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:04:11.485Z||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-26T05:04:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:04:21.047Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:04:21.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:05:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:05:11.482Z||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-26T05:05:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:05:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:05:11.485Z||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-26T05:05:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:05:21.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:05:21.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:06:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:06:11.482Z||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-26T05:06:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:06:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:06:11.485Z||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-26T05:06:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:06:21.046Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:06:21.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:11.481Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:07:11.482Z||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-26T05:07:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:07:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:07:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T05:07:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:07:11.617Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:12.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:12.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b769ab83-4268-42f8-a5b2-bc803e73235e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"593bf36a-e442-45dc-816e-b843c99453d2","serviceDescription":"service","serviceInvariantUUID":"ef57bd17-02ee-462b-b239-da994f54c8c9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d06eceb9-99ff-44eb-8a28-179eded2e7f4","resourceInvariantUUID":"132fecf7-8871-4242-8d3f-e40748e574ae","resourceCustomizationUUID":"e18e775e-5e9a-4850-9da5-3d5b0ea8a61f","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":"OGFlNTc5NTQxYWFiZDEwOWM5OWNhMGU3YzNjMWE1ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03fed8f5-836f-4ac0-b25d-2dd438a3f9ba","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":"YmMzNDQxNzU0YzM1NGQ0N2Y2YTllZDUwNjIwNzVkZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ace2b86-d88d-42a8-9913-3cdbe9aafd15","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":"6c84a080-11d5-4e89-bd98-328ab11a4d55","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":"f387bfea-9308-442a-a14b-954de142135b","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":"d67ed254-6642-4543-9963-de28943f8ab3","artifactVersion":"2","generatedFromUUID":"ca6c04fd-aed9-4ff8-a64e-d7763a994f78"},{"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":"fc11f93a-1598-4fd4-bcf8-25f6771a03c2","artifactVersion":"2","generatedFromUUID":"6c84a080-11d5-4e89-bd98-328ab11a4d55"},{"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":"ca6c04fd-aed9-4ff8-a64e-d7763a994f78","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":"776f2e2c-d7d0-4fbf-8a62-f0caaf09c6cc","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":"NmNmMDhiNmRjMWE5YTdmYWI0Mjg4ZGQxMjBlYzk5YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"edd1123b-3878-4d86-84d9-1ae14ce69984","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"N2ViNzI4YTlhYTJlYzViNTg3MWFiYjQ1ZTJhNTRlYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a59540eb-5935-48d8-88c0-d6fecdb04646","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T05:07:12.120Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:12.121Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:12.123Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:12.124Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.128Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.128Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.129Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.129Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.129Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.132Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.132Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.132Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.132Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.132Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.133Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.134Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.134Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.134Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.134Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.135Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.135Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.135Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.135Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.135Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.137Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.138Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.139Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.140Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.140Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.140Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.140Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.140Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.141Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.142Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.143Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.144Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.145Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.146Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.147Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.147Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.147Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.147Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.147Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.148Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.148Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.148Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.148Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.148Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656219992898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.149Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.150Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.150Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656219993733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.150Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.150Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.150Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656219991470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656219999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.151Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.152Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.152Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220010229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.152Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.152Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.152Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656220010839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656220010634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.153Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.154Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.154Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.154Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656220011847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:12.154Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.154Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220011335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.155Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.156Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "policy-id",
  "timestamp": 1656220012854,
  "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-26T05:07:12.170Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:07:12.170Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:07:12.179Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.179Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220012504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.180Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.181Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.181Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "cds",
  "timestamp": 1656220013511,
  "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-26T05:07:12.185Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:07:12.185Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:07:12.193Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.193Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.193Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.194Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.194Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.194Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.194Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.194Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220014154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.195Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.196Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.196Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.196Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.196Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.196Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.197Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.198Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.198Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.198Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.198Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.199Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.199Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.199Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.199Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.199Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220015249,
  "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-26T05:07:12.203Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:07:12.204Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:07:12.210Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.210Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.210Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.210Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.211Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220016255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.212Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.213Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.214Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220017677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.215Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.216Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.217Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.218Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.219Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.220Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220012898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.221Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220020016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:12.222Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.222Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.222Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.222Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.222Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.223Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.224Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:07:12.224Z||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-26T05:07:12.224Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:12.223Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.226Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.226Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220013860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.226Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.227Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.228Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.228Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220021021,
  "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-26T05:07:12.232Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:07:12.232Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:07:12.240Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.240Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.240Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.240Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.240Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220014821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.241Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220022924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.242Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.243Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.244Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.244Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.244Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.244Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220023624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.244Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.245Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.245Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.245Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.245Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.246Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:12.246Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:12.245Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220023930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:12.246Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.247Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.248Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.248Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.248Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.248Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.248Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.249Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.249Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "policy-id",
  "timestamp": 1656220024936,
  "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-26T05:07:12.262Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:07:12.262Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:07:12.275Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.275Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.276Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.276Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.276Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "cds",
  "timestamp": 1656220024908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T05:07:12.282Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:07:12.282Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:07:12.296Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.296Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220017261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220026093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.297Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220027169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.298Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220028243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.300Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.301Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.301Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:12.301Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.301Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.301Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220029301,
  "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-26T05:07:12.308Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:07:12.308Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:07:12.316Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.316Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220006746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220030319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:12.317Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220030126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220030912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:12.318Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:07:13.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:13.126Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:13.129Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:13.130Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:07:13.229Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:07:13.230Z||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-26T05:07:13.230Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:13.281Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:13.282Z||pool-112-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:14.131Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:14.131Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:14.134Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:14.134Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:07:14.234Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:14.235Z||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-26T05:07:14.235Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:14.256Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:14.256Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:15.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:15.136Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:15.139Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:15.139Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:15.239Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:15.240Z||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-26T05:07:15.240Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:15.261Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:15.262Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:16.139Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:16.140Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:16.143Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:16.143Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T05:07:16.243Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:16.244Z||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-26T05:07:16.244Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:16.285Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:16.286Z||pool-115-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:17.145Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:17.146Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:17.151Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:17.151Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T05:07:17.252Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:07:17.252Z||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-26T05:07:17.253Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:17.331Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:17.332Z||pool-116-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:18.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:18.153Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:18.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:18.155Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T05:07:18.255Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:18.256Z||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-26T05:07:18.256Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:18.318Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:18.319Z||pool-117-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:19.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:19.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:19.158Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:19.158Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:19.259Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:07:19.261Z||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-26T05:07:19.261Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:19.313Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:19.314Z||pool-118-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:07:20.159Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:20.160Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:20.163Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:20.163Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:07:20.262Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:07:20.262Z||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-26T05:07:20.263Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:20.315Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:20.316Z||pool-119-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:21.164Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:07:21.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:21.167Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:21.168Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:07:21.268Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:21.269Z||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-26T05:07:21.269Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:21.327Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:21.328Z||pool-120-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:22.169Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "593bf36a-e442-45dc-816e-b843c99453d2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef57bd17-02ee-462b-b239-da994f54c8c9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e18e775e-5e9a-4850-9da5-3d5b0ea8a61f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d06eceb9-99ff-44eb-8a28-179eded2e7f4",
      "resourceInvariantUUID": "132fecf7-8871-4242-8d3f-e40748e574ae",
      "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": "YmMzNDQxNzU0YzM1NGQ0N2Y2YTllZDUwNjIwNzVkZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4ace2b86-d88d-42a8-9913-3cdbe9aafd15",
          "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": "6c84a080-11d5-4e89-bd98-328ab11a4d55",
          "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": "fc11f93a-1598-4fd4-bcf8-25f6771a03c2",
            "generatedFromUUID": "6c84a080-11d5-4e89-bd98-328ab11a4d55"
          },
          "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": "d67ed254-6642-4543-9963-de28943f8ab3",
          "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": "fc11f93a-1598-4fd4-bcf8-25f6771a03c2",
          "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": "ca6c04fd-aed9-4ff8-a64e-d7763a994f78",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "N2ViNzI4YTlhYTJlYzViNTg3MWFiYjQ1ZTJhNTRlYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a59540eb-5935-48d8-88c0-d6fecdb04646"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T05:07:22.169Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T05:07:22.170Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 593bf36a-e442-45dc-816e-b843c99453d2 ASDC
2022-06-26T05:07:22.171Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b769ab83-4268-42f8-a5b2-bc803e73235e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:593bf36a-e442-45dc-816e-b843c99453d2
ServiceInvariantUUID:ef57bd17-02ee-462b-b239-da994f54c8c9
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:a59540eb-5935-48d8-88c0-d6fecdb04646
ArtifactChecksum:N2ViNzI4YTlhYTJlYzViNTg3MWFiYjQ1ZTJhNTRlYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e18e775e-5e9a-4850-9da5-3d5b0ea8a61f
ResourceInvariantUUID:132fecf7-8871-4242-8d3f-e40748e574ae
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d06eceb9-99ff-44eb-8a28-179eded2e7f4
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:4ace2b86-d88d-42a8-9913-3cdbe9aafd15
ArtifactChecksum:YmMzNDQxNzU0YzM1NGQ0N2Y2YTllZDUwNjIwNzVkZTA=
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:6c84a080-11d5-4e89-bd98-328ab11a4d55
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:fc11f93a-1598-4fd4-bcf8-25f6771a03c2
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:d67ed254-6642-4543-9963-de28943f8ab3
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:fc11f93a-1598-4fd4-bcf8-25f6771a03c2
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:ca6c04fd-aed9-4ff8-a64e-d7763a994f78
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T05:07:22.171Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 593bf36a-e442-45dc-816e-b843c99453d2 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-26T05:07:22.217Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:07:22.217Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:07:22.217Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:07:22.217Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a59540eb-5935-48d8-88c0-d6fecdb04646 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:22.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:22.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:22.303Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:22.313Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a59540eb-5935-48d8-88c0-d6fecdb04646 158201
2022-06-26T05:07:22.314Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:22.314Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:22.314Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:22.314Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:22.317Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:22.317Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220042314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:22.417Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:22.418Z||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-26T05:07:22.418Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:22.436Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:22.437Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:23.318Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:07:23.319Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:07:23.319Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a59540eb-5935-48d8-88c0-d6fecdb04646, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:23.320Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-26T05:07:23.321Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:23.321Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:23.589Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14021315851991439752/Definitions/service-BasicCnfMacro-template.yml
2022-06-26T05:07:24.770Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T05:07:24.770Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:07:24.770Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.771Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:07:24.772Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.772Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.772Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.773Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:07:24.773Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:07:24.773Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.773Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.774Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.774Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:07:24.774Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:07:24.774Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.774Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.775Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.775Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-26T05:07:24.775Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-26T05:07:24.776Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-26T05:07:24.776Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T05:07:24.776Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.777Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T05:07:24.777Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.777Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.778Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:24.778Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.778Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.779Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:24.779Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.779Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.779Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:24.780Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.780Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:24.780Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:24.780Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.781Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-26T05:07:24.781Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-26T05:07:24.781Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=605f2feb-dac4-4ebe-a3b2-6235f7442108
2022-06-26T05:07:24.781Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.781Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.782Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.782Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.782Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.782Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.782Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:24.783Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:24.783Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:593bf36a-e442-45dc-816e-b843c99453d2
Model Version:NULL
Model InvariantUuid:ef57bd17-02ee-462b-b239-da994f54c8c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b92fee7a-e935-4eea-8088-a5ed2571f78a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:132fecf7-8871-4242-8d3f-e40748e574ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e18e775e-5e9a-4850-9da5-3d5b0ea8a61f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a5b716c-5764-49c0-a66d-351a5a7e495e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:74db3bdc-b17a-4a75-bc1b-dce6e6f487cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9c7f21b4-2a70-4f1e-9069-7b2e7afbddb0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:85af759d-9f12-44c9-92c9-718e7a759fc6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:605f2feb-dac4-4ebe-a3b2-6235f7442108
ModelInvariantUuid:6e117a90-c845-45a1-9534-18fa8fe5447a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:71860bbd-ad84-40b8-9359-e2ec227f7a1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:cb510518-b08c-4d0d-ad19-e6b019232e51
ModelInvariantUuid:0f3170d2-eb91-4962-93fe-362358afaaa2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:52281792-49e9-4615-8f04-1cddc9281c4a
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-26T05:07:24.790Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d06eceb9-99ff-44eb-8a28-179eded2e7f4
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-26T05:07:24.793Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-06-26T05:07:24.794Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d06eceb9-99ff-44eb-8a28-179eded2e7f4
2022-06-26T05:07:24.794Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ace2b86-d88d-42a8-9913-3cdbe9aafd15 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-26T05:07:24.794Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:24.794Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.845Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:24.845Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4ace2b86-d88d-42a8-9913-3cdbe9aafd15 1565
2022-06-26T05:07:24.846Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.846Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:24.846Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:24.846Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:24.848Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:24.849Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220044846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:24.949Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:07:24.949Z||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-26T05:07:24.950Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:24.969Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:24.969Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:25.849Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9c7f21b4-2a70-4f1e-9069-7b2e7afbddb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85af759d-9f12-44c9-92c9-718e7a759fc6",
    "vfModuleModelCustomizationUUID": "8004a591-3379-4540-a678-4fc59ce6f368",
    "isBase": true,
    "artifacts": [
      "6c84a080-11d5-4e89-bd98-328ab11a4d55",
      "fc11f93a-1598-4fd4-bcf8-25f6771a03c2"
    ],
    "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": "6a5b716c-5764-49c0-a66d-351a5a7e495e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74db3bdc-b17a-4a75-bc1b-dce6e6f487cb",
    "vfModuleModelCustomizationUUID": "5635555a-b368-47e9-b08c-5db708315913",
    "isBase": false,
    "artifacts": [
      "ca6c04fd-aed9-4ff8-a64e-d7763a994f78"
    ],
    "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-26T05:07:25.854Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85af759d-9f12-44c9-92c9-718e7a759fc6
VfModuleModelInvariantUUID:9c7f21b4-2a70-4f1e-9069-7b2e7afbddb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c84a080-11d5-4e89-bd98-328ab11a4d55
,
fc11f93a-1598-4fd4-bcf8-25f6771a03c2

}
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:74db3bdc-b17a-4a75-bc1b-dce6e6f487cb
VfModuleModelInvariantUUID:6a5b716c-5764-49c0-a66d-351a5a7e495e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca6c04fd-aed9-4ff8-a64e-d7763a994f78

}
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-26T05:07:25.856Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9c7f21b4-2a70-4f1e-9069-7b2e7afbddb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85af759d-9f12-44c9-92c9-718e7a759fc6",
    "vfModuleModelCustomizationUUID": "8004a591-3379-4540-a678-4fc59ce6f368",
    "isBase": true,
    "artifacts": [
      "6c84a080-11d5-4e89-bd98-328ab11a4d55",
      "fc11f93a-1598-4fd4-bcf8-25f6771a03c2"
    ],
    "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": "6a5b716c-5764-49c0-a66d-351a5a7e495e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74db3bdc-b17a-4a75-bc1b-dce6e6f487cb",
    "vfModuleModelCustomizationUUID": "5635555a-b368-47e9-b08c-5db708315913",
    "isBase": false,
    "artifacts": [
      "ca6c04fd-aed9-4ff8-a64e-d7763a994f78"
    ],
    "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-26T05:07:25.857Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85af759d-9f12-44c9-92c9-718e7a759fc6
VfModuleModelInvariantUUID:9c7f21b4-2a70-4f1e-9069-7b2e7afbddb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c84a080-11d5-4e89-bd98-328ab11a4d55
,
fc11f93a-1598-4fd4-bcf8-25f6771a03c2

}
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:74db3bdc-b17a-4a75-bc1b-dce6e6f487cb
VfModuleModelInvariantUUID:6a5b716c-5764-49c0-a66d-351a5a7e495e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca6c04fd-aed9-4ff8-a64e-d7763a994f78

}
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-26T05:07:25.857Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c84a080-11d5-4e89-bd98-328ab11a4d55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-26T05:07:25.857Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:25.857Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:25.912Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:25.913Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6c84a080-11d5-4e89-bd98-328ab11a4d55 914
2022-06-26T05:07:25.913Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:25.913Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:25.913Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:25.913Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:25.915Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:25.915Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220045913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:26.016Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:07:26.017Z||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-26T05:07:26.017Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:26.033Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:26.034Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:26.916Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d67ed254-6642-4543-9963-de28943f8ab3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-26T05:07:26.917Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:26.917Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:26.965Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:26.966Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d67ed254-6642-4543-9963-de28943f8ab3 12
2022-06-26T05:07:26.966Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:26.966Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:26.966Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:26.967Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:26.969Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:26.969Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220046966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:27.069Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:27.070Z||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-26T05:07:27.070Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:27.090Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:27.090Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:27.970Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc11f93a-1598-4fd4-bcf8-25f6771a03c2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-26T05:07:27.971Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:27.971Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:28.041Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:28.041Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fc11f93a-1598-4fd4-bcf8-25f6771a03c2 96
2022-06-26T05:07:28.042Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:28.042Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:28.042Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:28.042Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:28.044Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:28.044Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220048042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:28.144Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:28.144Z||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-26T05:07:28.145Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:28.174Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:28.174Z||pool-125-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:29.044Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca6c04fd-aed9-4ff8-a64e-d7763a994f78 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-26T05:07:29.045Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:07:29.045Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:29.101Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:07:29.102Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ca6c04fd-aed9-4ff8-a64e-d7763a994f78 20206
2022-06-26T05:07:29.102Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:29.102Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:29.102Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:07:29.102Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:29.104Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:29.104Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220049102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:07:29.209Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-26T05:07:29.210Z||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-26T05:07:29.210Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:29.226Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:29.227Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:30.108Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 593bf36a-e442-45dc-816e-b843c99453d2
2022-06-26T05:07:30.109Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d06eceb9-99ff-44eb-8a28-179eded2e7f4 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-26T05:07:30.125Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61ae079f, org.onap.sdc.toscaparser.api.parameters.Input@5e26785e, org.onap.sdc.toscaparser.api.parameters.Input@1a77abbf, org.onap.sdc.toscaparser.api.parameters.Input@3e91bb97, org.onap.sdc.toscaparser.api.parameters.Input@2f12c125]
2022-06-26T05:07:30.126Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.127Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.127Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-26T05:07:30.127Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e18e775e-5e9a-4850-9da5-3d5b0ea8a61f
2022-06-26T05:07:30.127Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e18e775e-5e9a-4850-9da5-3d5b0ea8a61f matches Tosca VF Customization UUID: e18e775e-5e9a-4850-9da5-3d5b0ea8a61f
2022-06-26T05:07:30.127Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e18e775e-5e9a-4850-9da5-3d5b0ea8a61f  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-26T05:07:30.130Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.131Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.131Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e18e775e-5e9a-4850-9da5-3d5b0ea8a61f: {\"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-26T05:07:30.131Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56e89b98
2022-06-26T05:07:30.131Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.132Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T05:07:30.132Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5635555a-b368-47e9-b08c-5db708315913
2022-06-26T05:07:30.132Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5635555a-b368-47e9-b08c-5db708315913
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-26T05:07:30.136Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.136Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:30.136Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T05:07:30.137Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e18e775e-5e9a-4850-9da5-3d5b0ea8a61f
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-26T05:07:30.139Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.140Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.140Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 593bf36a-e442-45dc-816e-b843c99453d2: basic_cnf_macro
2022-06-26T05:07:30.140Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.140Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.140Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:07:30.141Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:07:30.142Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:30.193Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d06eceb9-99ff-44eb-8a28-179eded2e7f4 2 ASDC deployResourceStructure
2022-06-26T05:07:30.193Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:30.194Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:30.194Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:07:30.194Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:30.216Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:30.216Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220050193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:30.296Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-26T05:07:30.297Z||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-26T05:07:30.297Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:30.314Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:30.315Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:31.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:31.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:31.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:07:31.218Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:31.220Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:31.220Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220051217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:31.320Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:31.321Z||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-26T05:07:31.321Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:31.354Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:31.355Z||pool-128-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:32.221Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:32.221Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:32.221Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T05:07:32.221Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:32.223Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:32.223Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220052220,
  "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-26T05:07:32.323Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:32.324Z||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-26T05:07:32.324Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:32.345Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:32.346Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:33.232Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:33.232Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:33.232Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:07:33.233Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:33.234Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:33.235Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220053232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:33.335Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:33.336Z||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-26T05:07:33.336Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:33.373Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:33.375Z||pool-130-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:34.235Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:34.236Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:34.236Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T05:07:34.236Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:34.238Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:34.238Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220054235,
  "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-26T05:07:34.338Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:07:34.339Z||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-26T05:07:34.339Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:34.369Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:34.369Z||pool-131-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:35.239Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:35.239Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||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-26T05:07:35.239Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:07:35.240Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:07:35.243Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:07:35.243Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220055239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:07:35.344Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:07:35.345Z||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-26T05:07:35.345Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:07:35.394Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:07:35.394Z||pool-132-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:07:36.248Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:07:36.267Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:07:36.269Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:07:36.269Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:07:36.269Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:08:06.269Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:08:06.282Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:08:06.285Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:08:06.285Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:08:06.285Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:08:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:08:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T05:08:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:08:11.614Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:08:11.615Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:08:11.615Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:08:11.616Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:08:36.286Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:08:36.294Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:08:36.296Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:08:36.296Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:08:36.296Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:09:06.297Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:09:06.311Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:09:06.315Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:09:06.315Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:09:06.315Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:09:11.484Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:09:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T05:09:11.485Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:09:12.028Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:09:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.029Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220032386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.030Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220033390,
  "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-26T05:09:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:09:12.036Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:09:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.045Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.046Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220036658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.047Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220039749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.048Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "aai-ml",
  "timestamp": 1656220040753,
  "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-26T05:09:12.052Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:09:12.053Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220042314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.062Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220042662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.063Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "clamp",
  "timestamp": 1656220043667,
  "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-26T05:09:12.068Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b769ab83-4268-42f8-a5b2-bc803e73235e
2022-06-26T05:09:12.068Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:09:12.088Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.092Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220044846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.096Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220045913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.097Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220046966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220048042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.098Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220019981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220049102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220049854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220050193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.099Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.112Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.112Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:09:12.112Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.112Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220051217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220013907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:09:12.113Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220052220,
  "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-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220053232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.114Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220054235,
  "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-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220055239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.115Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220057734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.116Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.116Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.116Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "aai-ml",
  "timestamp": 1656220058738,
  "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-26T05:09:12.121Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:09:12.122Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:09:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.130Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220063680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220066793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:09:12.131Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "clamp",
  "timestamp": 1656220067797,
  "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-26T05:09:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 842bf502-d586-4b3b-b967-3232bc56280b
2022-06-26T05:09:12.136Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:09:36.315Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:09:36.338Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:09:36.341Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.342Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:09:36.343Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T05:09:36.350Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T05:10:06.351Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b769ab83-4268-42f8-a5b2-bc803e73235e 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-26T05:10:06.360Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b769ab83-4268-42f8-a5b2-bc803e73235e and serviceModelVersionId: 593bf36a-e442-45dc-816e-b843c99453d2
2022-06-26T05:10:06.361Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef57bd17-02ee-462b-b239-da994f54c8c9
2022-06-26T05:10:06.363Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0
2022-06-26T05:10:06.372Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T05:10:06.451Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0|INFO|500||Invoke
2022-06-26T05:10:06.452Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b769ab83-4268-42f8-a5b2-bc803e73235e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdc0e717-1a8c-4c3a-a7d5-1ae98221e823], X-ECOMP-RequestID=[b769ab83-4268-42f8-a5b2-bc803e73235e], X-TransactionId=[], X-ONAP-RequestID=[b769ab83-4268-42f8-a5b2-bc803e73235e], Content-Type=[application/merge-patch+json]}
2022-06-26T05:10:06.480Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T05:10:06.601Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?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/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220626-05:10:06:526-41278], vertex-id=[729128], Content-Length=[0], Date=[Sun, 26 Jun 2022 05:10:06 GMT], Content-Type=[application/json]}
2022-06-26T05:10:06.602Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T05:10:06.603Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef57bd17-02ee-462b-b239-da994f54c8c9/model-vers/model-ver/593bf36a-e442-45dc-816e-b843c99453d2?depth=0|INFO|500||InvokeReturn
2022-06-26T05:10:06.604Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T05:10:06.604Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T05:10:06.612Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T05:10:06.613Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b769ab83-4268-42f8-a5b2-bc803e73235e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T05:10:06.613Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T05:10:06.613Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:06.616Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:06.616Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220206613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:10:06.716Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:06.717Z||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-26T05:10:06.717Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:06.764Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:06.765Z||pool-133-thread-1|||||INFO|500||cambria reply ok (48 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-26T05:10:07.633Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-26T05:10:07.634Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"842bf502-d586-4b3b-b967-3232bc56280b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4a376ea6-2271-4224-b337-e86b775b44ab","serviceDescription":"service","serviceInvariantUUID":"21afaaf1-9554-4d07-a745-5cdca70afe4f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"faeaeba5-9147-4087-96d0-c2c1360998c9","resourceInvariantUUID":"91ece213-6d8e-4892-a7f9-adca4add6e68","resourceCustomizationUUID":"fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888","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":"Njg1OWQ4ZWRjNmE4NjAwMjRhNjQxNGE2NDFkNzkzZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ef4653f-e9fe-4d20-9f1c-053e4e892d20","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":"ZmQ5ODc2NjRjYjc0NGRiOTIwYzc4MmFmNTgzM2MzYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4a4aba-4fcd-4ed5-8935-541a2b9e4a35","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":"0877a295-d575-420b-ae5a-8d4359532c28","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":"1a3ff6a6-c77f-4b2d-b714-6ae5956c2d53","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":"167031d4-344e-484b-8de4-46c8ed1b3894","artifactVersion":"2","generatedFromUUID":"0877a295-d575-420b-ae5a-8d4359532c28"},{"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":"YmYwYzczYjZjZWE2YzFiY2UwYzVmNWY4Y2YwMGJlNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"536747c7-6305-46ba-9b74-2912e67326a1","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":"NjU1YjY5MTE5MTBkMTk3NWNiMDI3MjVkM2Q3NzNhMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f5d6f13-7ef5-4a0f-867b-534c76af8d15","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTZhMjRlZjVmYzIwMGU4ZTM5NWU1OTRhYTMyNTE4NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc9ba90f-84b5-49c5-9be4-46a040c12f38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T05:10:07.638Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:07.638Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:07.644Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:07.644Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:07.744Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:07.747Z||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-26T05:10:07.747Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:07.765Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:07.765Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:08.645Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:08.653Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:08.662Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:08.662Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:10:08.762Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:08.763Z||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-26T05:10:08.763Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:08.790Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:08.791Z||pool-135-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:09.663Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:09.667Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:09.669Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:09.670Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:10:09.771Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:10:09.772Z||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-26T05:10:09.772Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:09.794Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:09.794Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:10.670Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:10.671Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:10.676Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:10.676Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:10.775Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:10.777Z||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-26T05:10:10.777Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:10.830Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:10.830Z||pool-137-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:11.487Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:10:11.488Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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-26T05:10:11.488Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:10:11.677Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:11.681Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:11.685Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:11.685Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T05:10:11.787Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:10:11.788Z||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-26T05:10:11.788Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:11.807Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:11.807Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:11.825Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:11.826Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:10:11.826Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b769ab83-4268-42f8-a5b2-bc803e73235e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220206613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:10:11.827Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:10:11.828Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:10:11.829Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:10:11.829Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:10:11.829Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T05:10:11.829Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:11.829Z|7fda7f14-fb8c-40aa-a4bd-f7843fed8716|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:10:12.686Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:12.696Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:12.698Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:12.698Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:12.803Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-26T05:10:12.814Z||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-26T05:10:12.815Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:12.834Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:12.835Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:13.699Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:13.701Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:13.703Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:13.703Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:10:13.808Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T05:10:13.809Z||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-26T05:10:13.809Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:13.827Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:13.827Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:10:14.706Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:10:14.707Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:14.714Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:14.714Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:10:14.814Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:14.815Z||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-26T05:10:14.816Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:14.844Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:14.845Z||pool-141-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:15.716Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4a376ea6-2271-4224-b337-e86b775b44ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "21afaaf1-9554-4d07-a745-5cdca70afe4f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "faeaeba5-9147-4087-96d0-c2c1360998c9",
      "resourceInvariantUUID": "91ece213-6d8e-4892-a7f9-adca4add6e68",
      "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": "ZmQ5ODc2NjRjYjc0NGRiOTIwYzc4MmFmNTgzM2MzYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4a4aba-4fcd-4ed5-8935-541a2b9e4a35",
          "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": "0877a295-d575-420b-ae5a-8d4359532c28",
          "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": "167031d4-344e-484b-8de4-46c8ed1b3894",
            "generatedFromUUID": "0877a295-d575-420b-ae5a-8d4359532c28"
          },
          "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": "167031d4-344e-484b-8de4-46c8ed1b3894",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTZhMjRlZjVmYzIwMGU4ZTM5NWU1OTRhYTMyNTE4NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc9ba90f-84b5-49c5-9be4-46a040c12f38"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T05:10:15.716Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T05:10:15.716Z|b769ab83-4268-42f8-a5b2-bc803e73235e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a376ea6-2271-4224-b337-e86b775b44ab ASDC
2022-06-26T05:10:15.717Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:842bf502-d586-4b3b-b967-3232bc56280b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4a376ea6-2271-4224-b337-e86b775b44ab
ServiceInvariantUUID:21afaaf1-9554-4d07-a745-5cdca70afe4f
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:bc9ba90f-84b5-49c5-9be4-46a040c12f38
ArtifactChecksum:YTZhMjRlZjVmYzIwMGU4ZTM5NWU1OTRhYTMyNTE4NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888
ResourceInvariantUUID:91ece213-6d8e-4892-a7f9-adca4add6e68
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:faeaeba5-9147-4087-96d0-c2c1360998c9
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:be4a4aba-4fcd-4ed5-8935-541a2b9e4a35
ArtifactChecksum:ZmQ5ODc2NjRjYjc0NGRiOTIwYzc4MmFmNTgzM2MzYTA=
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:0877a295-d575-420b-ae5a-8d4359532c28
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:167031d4-344e-484b-8de4-46c8ed1b3894
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:167031d4-344e-484b-8de4-46c8ed1b3894
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T05:10:15.718Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a376ea6-2271-4224-b337-e86b775b44ab 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-26T05:10:15.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:10:15.773Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:10:15.773Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:10:15.773Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc9ba90f-84b5-49c5-9be4-46a040c12f38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T05:10:15.773Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:10:15.774Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T05:10:16.145Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:10:16.151Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bc9ba90f-84b5-49c5-9be4-46a040c12f38 78799
2022-06-26T05:10:16.151Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:16.151Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:16.152Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:10:16.152Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:16.154Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:16.155Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220216151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:10:16.255Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:16.257Z||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-26T05:10:16.257Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:16.280Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:16.282Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:10:17.155Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:10:17.156Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:10:17.157Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bc9ba90f-84b5-49c5-9be4-46a040c12f38, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:17.157Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-26T05:10:17.157Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:17.158Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:17.335Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7773737419634656066/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-26T05:10:18.568Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T05:10:18.568Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:10:18.569Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.569Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T05:10:18.569Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.569Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.570Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.570Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.570Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.570Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.570Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.571Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.571Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T05:10:18.571Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:10:18.571Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.571Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.572Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:18.572Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:10:18.573Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:10:18.573Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.573Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.573Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:18.574Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:10:18.574Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:10:18.574Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.574Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.575Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.575Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T05:10:18.575Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-26T05:10:18.575Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-26T05:10:18.576Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-26T05:10:18.576Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T05:10:18.576Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T05:10:18.576Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.577Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T05:10:18.577Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.577Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:18.578Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:18.578Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.578Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:18.579Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:18.579Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.579Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:18.580Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:18.580Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.580Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T05:10:18.580Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T05:10:18.581Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T05:10:18.581Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c091b9a-2328-49c4-bd08-abfddb6105d5
2022-06-26T05:10:18.581Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.581Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.582Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.582Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.582Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.582Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.583Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:18.583Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:18.583Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4a376ea6-2271-4224-b337-e86b775b44ab
Model Version:NULL
Model InvariantUuid:21afaaf1-9554-4d07-a745-5cdca70afe4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:da5e18bd-8894-4d06-8e77-950608e08233
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91ece213-6d8e-4892-a7f9-adca4add6e68
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec68e8ba-343c-4285-b950-df88b62c6418
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fb6ec22c-1692-4b6b-bfb8-3303cb37185b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c091b9a-2328-49c4-bd08-abfddb6105d5
ModelInvariantUuid:02d39205-1e47-4294-8cef-f55603a9292b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:44639af1-fdc3-493a-8a73-421718c2716b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d457cd41-1d0e-48b8-a08b-8fcf3fab7c05
ModelInvariantUuid:d538febc-9663-4f97-8344-4fcd11f96306
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:bb15acaa-ddfe-446d-9403-9defc4449599
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-26T05:10:18.592Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: faeaeba5-9147-4087-96d0-c2c1360998c9
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-26T05:10:18.594Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-06-26T05:10:18.595Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: faeaeba5-9147-4087-96d0-c2c1360998c9
2022-06-26T05:10:18.595Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: be4a4aba-4fcd-4ed5-8935-541a2b9e4a35 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-26T05:10:18.595Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:10:18.595Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.771Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:10:18.771Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json be4a4aba-4fcd-4ed5-8935-541a2b9e4a35 792
2022-06-26T05:10:18.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:18.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:10:18.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:18.774Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:18.774Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220218772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:10:18.874Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:18.875Z||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-26T05:10:18.875Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:18.918Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:18.919Z||pool-143-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:19.775Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec68e8ba-343c-4285-b950-df88b62c6418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb6ec22c-1692-4b6b-bfb8-3303cb37185b",
    "vfModuleModelCustomizationUUID": "baa61224-37e8-4416-8aaa-6fffa5cecb48",
    "isBase": true,
    "artifacts": [
      "0877a295-d575-420b-ae5a-8d4359532c28",
      "167031d4-344e-484b-8de4-46c8ed1b3894"
    ],
    "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-26T05:10:19.779Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb6ec22c-1692-4b6b-bfb8-3303cb37185b
VfModuleModelInvariantUUID:ec68e8ba-343c-4285-b950-df88b62c6418
VfModuleModelDescription:NULL
Artifacts UUID List:{
0877a295-d575-420b-ae5a-8d4359532c28
,
167031d4-344e-484b-8de4-46c8ed1b3894

}
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-26T05:10:19.781Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec68e8ba-343c-4285-b950-df88b62c6418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb6ec22c-1692-4b6b-bfb8-3303cb37185b",
    "vfModuleModelCustomizationUUID": "baa61224-37e8-4416-8aaa-6fffa5cecb48",
    "isBase": true,
    "artifacts": [
      "0877a295-d575-420b-ae5a-8d4359532c28",
      "167031d4-344e-484b-8de4-46c8ed1b3894"
    ],
    "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-26T05:10:19.781Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb6ec22c-1692-4b6b-bfb8-3303cb37185b
VfModuleModelInvariantUUID:ec68e8ba-343c-4285-b950-df88b62c6418
VfModuleModelDescription:NULL
Artifacts UUID List:{
0877a295-d575-420b-ae5a-8d4359532c28
,
167031d4-344e-484b-8de4-46c8ed1b3894

}
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-26T05:10:19.782Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0877a295-d575-420b-ae5a-8d4359532c28 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-26T05:10:19.782Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:10:19.782Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:19.879Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:10:19.880Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0877a295-d575-420b-ae5a-8d4359532c28 5033
2022-06-26T05:10:19.880Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:19.880Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:19.880Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:10:19.881Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:19.882Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:19.883Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220219880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:10:19.983Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:19.983Z||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-26T05:10:19.983Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:20.007Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:20.007Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:20.883Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 167031d4-344e-484b-8de4-46c8ed1b3894 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-26T05:10:20.884Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:10:20.884Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:21.068Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:10:21.068Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 167031d4-344e-484b-8de4-46c8ed1b3894 903
2022-06-26T05:10:21.069Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:21.069Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:21.069Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:10:21.069Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:21.071Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:21.071Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220221069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:10:21.171Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:21.172Z||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-26T05:10:21.172Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:21.211Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:21.212Z||pool-145-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:22.072Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4a376ea6-2271-4224-b337-e86b775b44ab
2022-06-26T05:10:22.073Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 faeaeba5-9147-4087-96d0-c2c1360998c9 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-26T05:10:22.088Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e8392ba, org.onap.sdc.toscaparser.api.parameters.Input@2406e8c7, org.onap.sdc.toscaparser.api.parameters.Input@761ca1f7, org.onap.sdc.toscaparser.api.parameters.Input@1db72a69, org.onap.sdc.toscaparser.api.parameters.Input@7fc36d27]
2022-06-26T05:10:22.089Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.090Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.090Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-26T05:10:22.090Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888
2022-06-26T05:10:22.090Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888 matches Tosca VF Customization UUID: fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888
2022-06-26T05:10:22.090Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888  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-26T05:10:22.093Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.093Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.093Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888: {\"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-26T05:10:22.093Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bd07c5d
2022-06-26T05:10:22.094Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.094Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T05:10:22.094Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : baa61224-37e8-4416-8aaa-6fffa5cecb48
2022-06-26T05:10:22.094Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID baa61224-37e8-4416-8aaa-6fffa5cecb48
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-26T05:10:22.096Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.097Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:22.097Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:22.097Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.097Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:22.098Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:22.098Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.098Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T05:10:22.098Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T05:10:22.099Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T05:10:22.099Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c091b9a-2328-49c4-bd08-abfddb6105d5
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-26T05:10:22.102Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.102Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:22.102Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T05:10:22.102Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.103Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T05:10:22.103Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fb8b2c5f-cc99-4f81-a6e6-6dc5b949c888
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-26T05:10:22.104Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.104Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.104Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4a376ea6-2271-4224-b337-e86b775b44ab: basic_vm_macro
2022-06-26T05:10:22.104Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.105Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.106Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:10:22.106Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:10:22.106Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:22.200Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro faeaeba5-9147-4087-96d0-c2c1360998c9 1 ASDC deployResourceStructure
2022-06-26T05:10:22.201Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:22.201Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:22.201Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:10:22.201Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:22.204Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:22.204Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220222201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:10:22.304Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:22.305Z||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-26T05:10:22.305Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:22.327Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:22.327Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:23.205Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:23.205Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:23.205Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:10:23.207Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:23.209Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:23.209Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220223205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T05:10:23.309Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:23.310Z||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-26T05:10:23.310Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:23.327Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:23.328Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:24.211Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:24.211Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:24.211Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:10:24.211Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:24.213Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:24.213Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220224210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T05:10:24.314Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:24.314Z||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-26T05:10:24.315Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:24.331Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:24.331Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:10:25.214Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:25.215Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||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-26T05:10:25.215Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:10:25.215Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:25.216Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:25.216Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:10:25.317Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:10:25.317Z||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-26T05:10:25.317Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:25.330Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:25.330Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:10:26.217Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 842bf502-d586-4b3b-b967-3232bc56280b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:10:26.230Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 842bf502-d586-4b3b-b967-3232bc56280b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:10:26.233Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:10:26.233Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T05:10:26.233Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T05:10:26.234Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T05:10:26.234Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.234Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.235Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.235Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.236Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.236Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:10:26.236Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T05:10:26.241Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T05:10:56.242Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 842bf502-d586-4b3b-b967-3232bc56280b 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-26T05:10:56.806Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 842bf502-d586-4b3b-b967-3232bc56280b and serviceModelVersionId: 4a376ea6-2271-4224-b337-e86b775b44ab
2022-06-26T05:10:56.806Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21afaaf1-9554-4d07-a745-5cdca70afe4f
2022-06-26T05:10:56.807Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?depth=0
2022-06-26T05:10:56.810Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T05:10:56.857Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?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-26T05:10:56.859Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?depth=0|INFO|500||Invoke
2022-06-26T05:10:56.882Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T05:10:57.026Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?depth=0|INFO|500||InvokeReturn
2022-06-26T05:10:57.027Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21afaaf1-9554-4d07-a745-5cdca70afe4f/model-vers/model-ver/4a376ea6-2271-4224-b337-e86b775b44ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-05:10:56:929-80138], vertex-id=[262272], Content-Length=[0], Date=[Sun, 26 Jun 2022 05:10:56 GMT], Content-Type=[application/json]}
2022-06-26T05:10:57.028Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T05:10:57.028Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T05:10:57.028Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T05:10:57.034Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T05:10:57.034Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 842bf502-d586-4b3b-b967-3232bc56280b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T05:10:57.035Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T05:10:57.035Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:10:57.037Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:10:57.037Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220257034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:10:57.137Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:10:57.138Z||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-26T05:10:57.138Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:10:57.193Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:10:57.193Z||pool-150-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T05:10:58.049Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:10:58.049Z|842bf502-d586-4b3b-b967-3232bc56280b|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-26T05:10:58.049Z|842bf502-d586-4b3b-b967-3232bc56280b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:11:02.771Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:02.771Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-26T05:11:02.772Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"75010679-87cb-404f-bdde-c6bf9f9c7f59","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b86877c1-60fc-49b3-968d-f014a9f4b99b","serviceDescription":"service","serviceInvariantUUID":"d30f7d87-b9d9-42ff-abb9-0a327913f90b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"10b1b8ef-146a-433a-87b1-1e8a5dfc93e2","resourceInvariantUUID":"c95afb7d-8332-453e-84b7-a67e0c3ca0cf","resourceCustomizationUUID":"2ffb9dd6-427e-432a-ad9f-5e6d5da570e7","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":"NWNhMzliODE5MGZlYjNhNjQ1YjI4ODkxMzQ5ZjU4MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0afe5ba4-c337-49e4-9a73-eef58238d639","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":"eb8d8e25-5655-4bce-8a6a-866e61fdea34","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":"50b3729c-5c8a-48e0-92a4-bd6ce6d69cd0","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":"Y2ViZTc3ZjY2MmU3MzhmNGIyZWM0MmIxZTQ1YWJiMWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"09ddc581-c488-49d8-9016-1399f93794e9","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":"ddf2e2d6-882d-47e6-ab38-1b799b3b39a8","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":"0bd866cd-0e30-4a0a-8163-a08fba2f5653","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":"0bf11836-7b9c-4b0b-9dfa-a45799b92e8e","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":"ZmI5MGNkMDg5YzljM2IzOWU3MzhmN2MzYzE1OGZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b3592ea-57d2-4408-bc2b-3b4050d710ed","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODIyYmQzMDk4ZjlkMzdiNGJkOTFlYmExOTkzMzRkZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96d42b5b-bedd-472a-b42e-2d1f3f9ad581","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T05:11:02.773Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:02.774Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:02.775Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:02.775Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:02.876Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:11:02.876Z||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-26T05:11:02.876Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:02.905Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:02.905Z||pool-151-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:03.776Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:03.777Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:03.778Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:03.778Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:03.879Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:11:03.880Z||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-26T05:11:03.880Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:03.906Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:03.906Z||pool-152-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:11:04.779Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:04.780Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:04.782Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:04.782Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:04.882Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T05:11:04.883Z||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-26T05:11:04.883Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:04.914Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:04.914Z||pool-153-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:11:05.783Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:05.784Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:05.785Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:05.786Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:05.886Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:11:05.886Z||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-26T05:11:05.886Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:05.900Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:05.900Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:06.789Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:06.789Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:06.791Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:06.791Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:06.892Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:11:06.892Z||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-26T05:11:06.893Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:06.908Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:06.909Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:07.791Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:07.792Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:07.794Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:07.794Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:07.894Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:11:07.895Z||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-26T05:11:07.895Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:07.913Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:07.914Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:08.795Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:08.795Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:08.798Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:08.798Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:08.898Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:11:08.899Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:11:08.899Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:08.921Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:08.921Z||pool-157-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:09.799Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:09.799Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:09.801Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:09.801Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:11:09.901Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:11:09.902Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:11:09.902Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:09.956Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:09.957Z||pool-158-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:11:10.802Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T05:11:10.803Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:10.805Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:10.805Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:11:10.906Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:11:10.907Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:11:10.907Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:10.939Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:10.940Z||pool-159-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:11:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:11:11.485Z||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-26T05:11:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:11:11.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:11.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:11:11.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T05:11:11.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:11:11.806Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b86877c1-60fc-49b3-968d-f014a9f4b99b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d30f7d87-b9d9-42ff-abb9-0a327913f90b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2ffb9dd6-427e-432a-ad9f-5e6d5da570e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "10b1b8ef-146a-433a-87b1-1e8a5dfc93e2",
      "resourceInvariantUUID": "c95afb7d-8332-453e-84b7-a67e0c3ca0cf",
      "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": "ODIyYmQzMDk4ZjlkMzdiNGJkOTFlYmExOTkzMzRkZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96d42b5b-bedd-472a-b42e-2d1f3f9ad581"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T05:11:11.806Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T05:11:11.806Z|842bf502-d586-4b3b-b967-3232bc56280b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b86877c1-60fc-49b3-968d-f014a9f4b99b ASDC
2022-06-26T05:11:11.806Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75010679-87cb-404f-bdde-c6bf9f9c7f59
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b86877c1-60fc-49b3-968d-f014a9f4b99b
ServiceInvariantUUID:d30f7d87-b9d9-42ff-abb9-0a327913f90b
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:96d42b5b-bedd-472a-b42e-2d1f3f9ad581
ArtifactChecksum:ODIyYmQzMDk4ZjlkMzdiNGJkOTFlYmExOTkzMzRkZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2ffb9dd6-427e-432a-ad9f-5e6d5da570e7
ResourceInvariantUUID:c95afb7d-8332-453e-84b7-a67e0c3ca0cf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:10b1b8ef-146a-433a-87b1-1e8a5dfc93e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T05:11:11.807Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b86877c1-60fc-49b3-968d-f014a9f4b99b 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-26T05:11:11.837Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:11:11.838Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:11:11.838Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:11:11.838Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 96d42b5b-bedd-472a-b42e-2d1f3f9ad581 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T05:11:11.838Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-26T05:11:11.839Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T05:11:11.920Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-26T05:11:11.925Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 96d42b5b-bedd-472a-b42e-2d1f3f9ad581 105661
2022-06-26T05:11:11.925Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:11.925Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:11.926Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T05:11:11.926Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:11.928Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:11.928Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220271925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:11:12.029Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T05:11:12.030Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:11:12.030Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:12.050Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:12.051Z||pool-160-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T05:11:12.929Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T05:11:12.930Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-26T05:11:12.930Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 96d42b5b-bedd-472a-b42e-2d1f3f9ad581, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:12.930Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-26T05:11:12.931Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:12.931Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:13.034Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9061046142386680406/Definitions/service-TestPnfMacro-template.yml
2022-06-26T05:11:13.786Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.787Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.788Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.788Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:13.788Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:13.788Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T05:11:13.789Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-26T05:11:13.789Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.789Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.789Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-26T05:11:13.790Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:11:13.790Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:11:13.790Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.791Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.791Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-26T05:11:13.791Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-26T05:11:13.791Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T05:11:13.791Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.794Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.795Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.795Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.795Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.795Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.796Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.796Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.796Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.796Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.797Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b86877c1-60fc-49b3-968d-f014a9f4b99b
Model Version:NULL
Model InvariantUuid:d30f7d87-b9d9-42ff-abb9-0a327913f90b
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-26T05:11:13.806Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 10b1b8ef-146a-433a-87b1-1e8a5dfc93e2
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-26T05:11:13.809Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-06-26T05:11:13.810Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 10b1b8ef-146a-433a-87b1-1e8a5dfc93e2
2022-06-26T05:11:13.810Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b86877c1-60fc-49b3-968d-f014a9f4b99b
2022-06-26T05:11:13.810Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b86877c1-60fc-49b3-968d-f014a9f4b99b
2022-06-26T05:11:13.810Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 10b1b8ef-146a-433a-87b1-1e8a5dfc93e2 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-26T05:11:13.815Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45674d8c, org.onap.sdc.toscaparser.api.parameters.Input@2ec8ba77, org.onap.sdc.toscaparser.api.parameters.Input@490e0c6c, org.onap.sdc.toscaparser.api.parameters.Input@1a641e75, org.onap.sdc.toscaparser.api.parameters.Input@65102b98]
2022-06-26T05:11:13.815Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.816Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.816Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b86877c1-60fc-49b3-968d-f014a9f4b99b: test-pnf
2022-06-26T05:11:13.816Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Processing PNF resource: 10b1b8ef-146a-433a-87b1-1e8a5dfc93e2
2022-06-26T05:11:13.817Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T05:11:13.817Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T05:11:13.817Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2ffb9dd6-427e-432a-ad9f-5e6d5da570e7 is the same as notified resource customizationUUID: 2ffb9dd6-427e-432a-ad9f-5e6d5da570e7
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-26T05:11:13.856Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 10b1b8ef-146a-433a-87b1-1e8a5dfc93e2 0 ASDC deployResourceStructure
2022-06-26T05:11:13.857Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.857Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||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-26T05:11:13.857Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T05:11:13.857Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:11:13.859Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:11:13.859Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220273857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:11:13.959Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:11:13.960Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:11:13.960Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:11:13.995Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:11:13.996Z||pool-161-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-26T05:11:14.860Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:11:14.872Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:11:14.886Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:11:14.886Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:11:14.886Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:11:44.887Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:11:44.911Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:11:44.913Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:11:44.913Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T05:11:44.913Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T05:12:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:12:11.485Z||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-26T05:12:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:12:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:12:11.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220031481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220216151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220218772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220219880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220221069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220222201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220223205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220224210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220232898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220229981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656220233733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220231470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220246792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220246768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220247079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220247807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220248088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220239821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656220248813,
  "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-26T05:12:11.562Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:12:11.562Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:11.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "policy-id",
  "timestamp": 1656220249099,
  "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-26T05:12:11.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:12:11.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:11.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220249799,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "cds",
  "timestamp": 1656220251092,
  "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-26T05:12:11.609Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:12:11.610Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:11.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220251638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "aai-ml",
  "timestamp": 1656220252642,
  "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-26T05:12:11.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:12:11.627Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:11.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220246746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "842bf502-d586-4b3b-b967-3232bc56280b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220257034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:12:11.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220256569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:12:11.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220258521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:12:11.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:12:11.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656220259525,
  "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-26T05:12:11.662Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:12:11.662Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:11.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220253908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:12:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220258049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T05:12:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T05:12:14.914Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:12:14.926Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:12:14.934Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T05:12:14.934Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T05:12:14.934Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T05:12:14.934Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T05:12:14.935Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T05:12:14.939Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T05:12:44.940Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:12:44.944Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75010679-87cb-404f-bdde-c6bf9f9c7f59 and serviceModelVersionId: b86877c1-60fc-49b3-968d-f014a9f4b99b
2022-06-26T05:12:44.945Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d30f7d87-b9d9-42ff-abb9-0a327913f90b
2022-06-26T05:12:44.945Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0
2022-06-26T05:12:44.949Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T05:12:44.985Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0|INFO|500||Invoke
2022-06-26T05:12:44.985Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75010679-87cb-404f-bdde-c6bf9f9c7f59], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d26603c9-41d2-45b0-8cc1-8e9b479404dd], X-ECOMP-RequestID=[75010679-87cb-404f-bdde-c6bf9f9c7f59], X-TransactionId=[], X-ONAP-RequestID=[75010679-87cb-404f-bdde-c6bf9f9c7f59], Content-Type=[application/merge-patch+json]}
2022-06-26T05:12:45.002Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T05:12:45.129Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?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/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-05:12:45:055-18814], vertex-id=[765992], Content-Length=[0], Date=[Sun, 26 Jun 2022 05:12:45 GMT], Content-Type=[application/json]}
2022-06-26T05:12:45.129Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T05:12:45.130Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d30f7d87-b9d9-42ff-abb9-0a327913f90b/model-vers/model-ver/b86877c1-60fc-49b3-968d-f014a9f4b99b?depth=0|INFO|500||InvokeReturn
2022-06-26T05:12:45.130Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T05:12:45.131Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T05:12:45.135Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T05:12:45.136Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75010679-87cb-404f-bdde-c6bf9f9c7f59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T05:12:45.136Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T05:12:45.136Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-26T05:12:45.138Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T05:12:45.138Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220365136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:12:45.238Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T05:12:45.239Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T05:12:45.239Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T05:12:45.265Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:12:45.266Z||pool-162-thread-1|||||INFO|500||cambria reply ok (27 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-26T05:12:46.151Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:12:46.152Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:12:46.152Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:12:55.714Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:12:55.715Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:12:55.715Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:12:55.715Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:13:05.290Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:13:05.291Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:13:05.291Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:13:05.291Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:13:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:13:11.485Z||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-26T05:13:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:13:11.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:13:11.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T05:13:11.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220271734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:13:11.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:13:14.910Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:13:14.915Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:13:14.915Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:13:14.916Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:13:24.547Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:13:24.547Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:13:24.547Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:13:24.548Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:13:34.153Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:14:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:14:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:14:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:14:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:14:11.485Z||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-26T05:14:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:14:11.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:14:11.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:14:11.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220271925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220273761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220273857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T05:14:11.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:14:11.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:14:11.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "clamp",
  "timestamp": 1656220274766,
  "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-26T05:14:11.528Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75010679-87cb-404f-bdde-c6bf9f9c7f59
2022-06-26T05:14:11.528Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75010679-87cb-404f-bdde-c6bf9f9c7f59 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-26T05:14:21.097Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:15:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:15:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:15:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:15:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:15:11.484Z||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-26T05:15:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:15:12.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:15:12.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T05:15:12.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75010679-87cb-404f-bdde-c6bf9f9c7f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656220365136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T05:15:12.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T05:15:21.098Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:16:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:16:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:16:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:16:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:16:11.485Z||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-26T05:16:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:16:21.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:16:21.094Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:17:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:17:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:17:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:17:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:17:11.484Z||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-26T05:17:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:17:21.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:17:21.092Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:18:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:18:11.481Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:18:11.482Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:18:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:18:11.484Z||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-26T05:18:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:18:21.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:18:21.102Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:19:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:19:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T05:19:11.485Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T05:19:11.488Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:19:11.488Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:19:11.488Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:19:21.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:19:21.082Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:20:11.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:20:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:20:11.484Z||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-26T05:20:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:20:11.485Z||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-26T05:20:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:20:21.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:20:21.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:21:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:21:11.484Z||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-26T05:21:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:21:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:21:11.484Z||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-26T05:21:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:21:21.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:21:21.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:22:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:22:11.482Z||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-26T05:22:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:22:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:22:11.484Z||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-26T05:22:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:22:21.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:22:21.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:23:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:23:11.482Z||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-26T05:23:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:23:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:23:11.485Z||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-26T05:23:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:23:21.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:23:21.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:24:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:24:11.482Z||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-26T05:24:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:24:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:24:11.484Z||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-26T05:24:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:24:21.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:24:21.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:25:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:25:11.482Z||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-26T05:25:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:25:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:25:11.484Z||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-26T05:25:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:25:21.052Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:25:21.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:26:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:26:11.482Z||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-26T05:26:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:26:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:26:11.484Z||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-26T05:26:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:26:21.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:26:21.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:27:11.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:27:11.483Z||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-26T05:27:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:27:11.484Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:27:11.485Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T05:27:11.485Z|77377364-3ba8-42b6-8189-5a805364388e|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:27:21.054Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:27:21.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:28:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:28:11.482Z||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-26T05:28:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:28:11.484Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:28:11.485Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:28:11.485Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:28:21.063Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:28:21.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:29:11.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:29:11.483Z||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-26T05:29:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:29:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:29:11.485Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:29:11.485Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:29:21.063Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:29:21.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:30:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:30:11.482Z||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-26T05:30:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:30:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:30:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:30:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:30:21.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:30:21.069Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:31:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:31:11.486Z||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-26T05:31:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:31:11.485Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:31:11.488Z|77377364-3ba8-42b6-8189-5a805364388e|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-26T05:31:11.489Z|77377364-3ba8-42b6-8189-5a805364388e|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:31:21.043Z|77377364-3ba8-42b6-8189-5a805364388e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:31:21.072Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:32:11.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:32:11.484Z||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-26T05:32:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:32:11.484Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:32:11.485Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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-26T05:32:11.485Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:32:21.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:32:21.057Z|75010679-87cb-404f-bdde-c6bf9f9c7f59|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:33:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:33:11.482Z||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-26T05:33:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:33:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:33:11.484Z||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-26T05:33:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:33:21.045Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:33:21.046Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:34:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:34:11.481Z||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-26T05:34:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:34:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:34:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:34:11.484Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:34:21.047Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:34:21.069Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:35:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:35:11.482Z||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-26T05:35:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:35:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:35:11.485Z||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-26T05:35:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:35:21.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:35:21.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:36:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:36:11.482Z||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-26T05:36:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:36:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:36:11.485Z||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-26T05:36:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:36:21.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:36:21.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:37:11.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:37:11.483Z||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-26T05:37:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:37:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:37:11.485Z||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-26T05:37:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:37:21.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:37:21.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:38:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:38:11.482Z||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-26T05:38:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T05:38:11.485Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T05:38:11.486Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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-26T05:38:11.486Z|421b3caa-730c-4480-80b0-c00a0862ef6b|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 deEeky6OmfeB3iCs) ...
2022-06-26T05:38:21.048Z|421b3caa-730c-4480-80b0-c00a0862ef6b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T05:38:21.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK