Results

By type

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

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

2022-07-04T03:38:12.265Z||main|||||INFO|500||The following profiles are active: basic
2022-07-04T03:38:24.343Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-04T03:38:24.345Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-04T03:38:24.465Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-04T03:38:28.503Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-04T03:38:28.883Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-04T03:38:29.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-04T03:38:29.318Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-04T03:38:29.423Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-04T03:38:29.647Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-04T03:38:30.492Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-04T03:38:32.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-04T03:38:34.797Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-04T03:38:34.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-04T03:38:35.534Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-04T03:38:35.753Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-04T03:38:36.934Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-04T03:38:37.998Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-04T03:38:38.017Z||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$$7b5c92.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-04T03:38:38.018Z||main|||||WARN|500||The sdc end point is not alive
2022-07-04T03:38:41.127Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-04T03:38:44.431Z||main|||||WARN|500||---
2022-07-04T03:38:44.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-04T03:38:44.433Z||main|||||WARN|500||---
2022-07-04T03:38:44.897Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-04T03:38:49.895Z||main|||||INFO|500||Started Application in 40.957 seconds (JVM running for 43.461)
2022-07-04T03:38:49.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:38:49.909Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:38:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:38:49.946Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:38:49.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77a93785-2f37-493c-b0f1-332064deb230 url= /sdc/v1/artifactTypes
2022-07-04T03:38:49.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:38:51.090Z||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.60.182] 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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-04T03:38:51.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e5e670
2022-07-04T03:38:51.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:38:51.117Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:38:51.119Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:38:51.122Z||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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-04T03:39:39.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:39:39.888Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:39:39.889Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:39:39.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:39:39.899Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a0bc6fb-554a-4a26-83ca-9b6e1f27d64b url= /sdc/v1/artifactTypes
2022-07-04T03:39:39.899Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:39:40.946Z||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.60.182] 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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-04T03:39:40.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605e6005
2022-07-04T03:39:40.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:39:40.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:39:40.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:39:40.948Z||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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-04T03:40:29.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:40:29.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:40:29.889Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:40:29.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:40:29.898Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f58e416-d161-4085-bc1b-f3e41d0861ae url= /sdc/v1/artifactTypes
2022-07-04T03:40:29.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:40:30.936Z||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.60.182] 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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-04T03:40:30.937Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a4f99
2022-07-04T03:40:30.937Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:40:30.938Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:40:30.938Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:40:30.939Z||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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-04T03:41:19.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:41:19.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:41:19.890Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:41:19.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:41:19.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9017ab86-fd2c-4ade-b078-b147fc6a84cd url= /sdc/v1/artifactTypes
2022-07-04T03:41:19.900Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:43:30.159Z||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.60.182] 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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-04T03:43:30.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23050065
2022-07-04T03:43:30.161Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:43:30.161Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:43:30.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:43:30.163Z||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$$d59dc6ad.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-04T03:43:30.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:43:30.169Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:43:30.169Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:43:30.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:43:30.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b28e638d-55d4-4c68-898e-42ff6d3cfd21 url= /sdc/v1/artifactTypes
2022-07-04T03:43:30.179Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:43:30.378Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-04T03:43:30.386Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-04T03:43:30.407Z||scheduling-1|||||DEBUG|500||create keys
2022-07-04T03:43:30.415Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-04T03:43:30.505Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:43:30.520Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed80f71e-62f7-49c2-9ae8-955f18c0b342 url= /sdc/v1/registerForDistribution
2022-07-04T03:43:30.927Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ed80f71e-62f7-49c2-9ae8-955f18c0b342 url= /sdc/v1/registerForDistribution
2022-07-04T03:43:30.927Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-04T03:43:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:43:30.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:43:30.943Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-04T03:43:30.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:43:30.945Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:43:30.946Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:43:30.946Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:43:41.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:43:41.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:44:30.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:44:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:44:30.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:44:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:44:30.938Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:44:30.943Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:44:40.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:44:40.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:45:30.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:45:30.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:45:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:45:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:45:30.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:45:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:45:40.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:45:40.717Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:46:30.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:46:30.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:46:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:46:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:46:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:46:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:46:40.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:46:40.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:47:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:47:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:47:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:47:30.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:47:30.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:47:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:47:40.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:47:40.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:48:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:48:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:48:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:48:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:48:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:48:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:48:40.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:48:40.609Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:48:47.783Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-04T03:49:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:49:30.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:49:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:49:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:49:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:49:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:49:40.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:49:40.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:50:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:50:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:50:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:50:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:50:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:50:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:50:40.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:50:40.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:51:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:51:30.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:51:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:51:30.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:51:30.939Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:51:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:51:40.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:51:40.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:52:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:52:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:52:30.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:52:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:52:30.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:52:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:52:40.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:52:40.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:53:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:53:30.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:53:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:53:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:53:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:53:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:53:40.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:53:40.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:54:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:54:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:54:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:54:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:54:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:54:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:54:40.524Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:54:40.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:55:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:55:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:55:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:55:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:55:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:55:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:55:40.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:55:40.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:56:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:56:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:56:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:56:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:56:30.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:56:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:56:40.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:56:40.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:57:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:57:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:57:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:57:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:57:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:57:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:57:40.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:57:40.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:58:30.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:58:30.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:58:30.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:58:30.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:58:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:58:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:58:40.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:58:40.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:59:30.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:59:30.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:59:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:59:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:59:30.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:59:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:59:40.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T03:59:40.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:00:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:00:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:00:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:00:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:00:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:00:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:00:40.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:00:40.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:01:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:01:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:01:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:01:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:01:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:01:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:01:40.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:01:40.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:02:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:02:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:02:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:02:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:02:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:02:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:02:40.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:02:40.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:03:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:03:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:03:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:03:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:03:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:03:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:03:40.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:03:40.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:04:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:04:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:04:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:04:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:04:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:04:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:04:40.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:04:40.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:05:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:05:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:05:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:05:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:05:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:05:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:05:40.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:05:40.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:06:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:06:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:06:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:06:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:06:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:06:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:06:40.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:06:40.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:07:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:07:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:07:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:07:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:07:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:07:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:07:40.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:07:40.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:08:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:08:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:08:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:08:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:08:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:08:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:08:40.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:08:40.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:09:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:09:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:09:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:09:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:09:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:09:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:09:40.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:09:40.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:10:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:10:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:10:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:10:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:10:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:10:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:10:40.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:10:40.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:11:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:11:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:11:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:11:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:11:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:11:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:11:40.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:11:40.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:12:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:12:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:12:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:12:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:12:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:12:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:12:40.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:12:40.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:13:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:13:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:13:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:13:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:13:30.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:13:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:13:40.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:13:40.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:14:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:14:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:14:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:14:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:14:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:14:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:14:40.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:14:40.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:15:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:15:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:15:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:15:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:15:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:15:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:15:40.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:15:40.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:16:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:16:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:16:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:16:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:16:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:16:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:16:40.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:16:40.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:17:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:17:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:17:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:17:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:17:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:17:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:17:40.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:17:40.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:18:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:18:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:18:30.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:18:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:18:30.938Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:18:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:18:40.527Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:18:40.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:19:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:19:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:19:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:19:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:19:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:19:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:19:40.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:19:40.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:20:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:20:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:20:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:20:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:20:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:20:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:20:40.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:20:40.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:21:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:21:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:21:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:21:30.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:21:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:21:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:21:40.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:21:40.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:22:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:22:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:22:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:22:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:22:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:22:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:22:40.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:22:40.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:23:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:23:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:23:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:23:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:23:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:23:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:23:40.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:23:40.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:24:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:24:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:24:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:24:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:24:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:24:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:24:40.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:24:40.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:25:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:25:30.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:25:30.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:25:30.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:25:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:25:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:25:40.603Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:25:40.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:26:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:26:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:26:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:26:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:26:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:26:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:26:40.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:26:40.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:27:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:27:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:27:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:27:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:27:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:27:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:27:40.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:27:40.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:28:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:28:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:28:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:28:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:28:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:28:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:28:40.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:28:40.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:29:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:29:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:29:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:29:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:29:30.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:29:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:29:40.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:29:40.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:30:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:30:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:30:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:30:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:30:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:30:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:30:40.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:30:40.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:31:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:31:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:31:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:31:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:31:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:31:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:31:40.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:31:40.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:32:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:32:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:32:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:32:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:32:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:32:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:32:40.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:32:40.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:33:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:33:30.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:33:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:33:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:33:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:33:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:33:40.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:33:40.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:34:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:34:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:34:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:34:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:34:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:34:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:34:40.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:34:40.608Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:35:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:35:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:35:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:35:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:35:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:35:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:35:40.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:35:40.651Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:36:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:36:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:36:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:36:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:36:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:36:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:36:40.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:36:40.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:37:30.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:37:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:37:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:37:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:31.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:31.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:31.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"47375808-94b7-4e4c-afb8-4f5cc518a339","serviceName":"vFW 2022-07-04 04-35-22","serviceVersion":"1.0","serviceUUID":"0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258","serviceDescription":"catalog service description","serviceInvariantUUID":"7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6","resources":[{"resourceInstanceName":"vFW f098ea18-e3bb 0","resourceName":"vFW f098ea18-e3bb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e540e83-d48f-40c3-bac4-0b7fcfca358f","resourceInvariantUUID":"38bda88a-9aa7-4ff0-9dff-3ed463e92064","resourceCustomizationUUID":"b6e2ea4d-9f3f-477c-8bc7-adeccc458c58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml","artifactChecksum":"NTBlNzgyYjM4OGI5MDk4NDE4YjY0MTA1MzI3OWMzNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f49c89e3-beb2-4101-9b4d-9cbe95c4052f","artifactVersion":"1"},{"artifactName":"vfwf098ea18e3bb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json","artifactChecksum":"MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17e970e3-cec7-4c15-91aa-25d34ce0249a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dfed9785-0960-4052-935d-bad3f192ffd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml","artifactChecksum":"NTNkODMwYWNlZTBjMWRlMGZjMTIyZTA5YzRjOTY0YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb3d29d1-98c3-4931-b80e-28158f43b17a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de6efe6d-25df-485c-b0b1-68d484e1302e","artifactVersion":"2","generatedFromUUID":"dfed9785-0960-4052-935d-bad3f192ffd9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220704043522-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml","artifactChecksum":"ZThiN2EwY2I0Mzk2Y2U1YzFiYjU5MWM3NWIzOTI0ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b2e4d0-f76a-42e0-b383-6b6f97e3439f","artifactVersion":"1"},{"artifactName":"service-Vfw20220704043522-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar","artifactChecksum":"NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eb75d7d-62e8-40d0-b313-9db0c538ffb4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:37:31.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:31.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:31.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:31.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909425185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909419939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909426707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909423199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909428834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909436589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909435541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909435525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909436961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "cds",
  "timestamp": 1656909437607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:37:31.784Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-04T04:37:31.789Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:31.789Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:31.836Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:31.837Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:31.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:31.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:32.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909436537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "policy-id",
  "timestamp": 1656909437542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:37:32.025Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.026Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:32.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909438225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909439507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909440588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:37:32.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909441594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909437444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909445275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909447284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909441388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "clamp",
  "timestamp": 1656909448291,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:37:32.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.072Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:32.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909449593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:32.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:32.693Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:32.693Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:37:32.793Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:32.795Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:32.795Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:32.858Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:32.859Z||pool-4-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:33.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:33.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:33.696Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:33.697Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:37:33.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:33.798Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:33.798Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:33.841Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:33.841Z||pool-5-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:34.697Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:34.698Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:34.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:34.701Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:34.801Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:34.802Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:34.803Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:34.847Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:34.848Z||pool-6-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:35.701Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:35.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:35.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:35.704Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-04T04:37:35.804Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:35.805Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:35.806Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:35.842Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:35.843Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:36.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:36.706Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:36.708Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:36.708Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:37:36.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:36.810Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:36.810Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:36.868Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:36.868Z||pool-8-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:37.709Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:37.710Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:37.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:37.712Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:37:37.813Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:37.814Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:37.814Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:37.848Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:37.849Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:38.714Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "serviceName": "vFW 2022-07-04 04-35-22",
  "serviceVersion": "1.0",
  "serviceUUID": "0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6",
  "resources": [
    {
      "resourceInstanceName": "vFW f098ea18-e3bb 0",
      "resourceCustomizationUUID": "b6e2ea4d-9f3f-477c-8bc7-adeccc458c58",
      "resourceName": "vFW f098ea18-e3bb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e540e83-d48f-40c3-bac4-0b7fcfca358f",
      "resourceInvariantUUID": "38bda88a-9aa7-4ff0-9dff-3ed463e92064",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf098ea18e3bb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
          "artifactChecksum": "MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "17e970e3-cec7-4c15-91aa-25d34ce0249a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dfed9785-0960-4052-935d-bad3f192ffd9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "de6efe6d-25df-485c-b0b1-68d484e1302e",
            "generatedFromUUID": "dfed9785-0960-4052-935d-bad3f192ffd9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "de6efe6d-25df-485c-b0b1-68d484e1302e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220704043522-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
      "artifactChecksum": "NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6eb75d7d-62e8-40d0-b313-9db0c538ffb4"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:37:38.716Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:37:38.716Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258 ASDC
2022-07-04T04:37:38.825Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:47375808-94b7-4e4c-afb8-4f5cc518a339
ServiceName:vFW 2022-07-04 04-35-22
ServiceVersion:1.0
ServiceUUID:0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
ServiceInvariantUUID:7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220704043522-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
ArtifactUUID:6eb75d7d-62e8-40d0-b313-9db0c538ffb4
ArtifactChecksum:NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f098ea18-e3bb 0
ResourceCustomizationUUID:b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
ResourceInvariantUUID:38bda88a-9aa7-4ff0-9dff-3ed463e92064
ResourceName:vFW f098ea18-e3bb
ResourceType:VF
ResourceUUID:6e540e83-d48f-40c3-bac4-0b7fcfca358f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf098ea18e3bb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
ArtifactUUID:17e970e3-cec7-4c15-91aa-25d34ce0249a
ArtifactChecksum:MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA=
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
ArtifactUUID:dfed9785-0960-4052-935d-bad3f192ffd9
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
ArtifactUUID:de6efe6d-25df-485c-b0b1-68d484e1302e
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
ArtifactUUID:de6efe6d-25df-485c-b0b1-68d484e1302e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T04:37:38.828Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:37:38.879Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:37:38.880Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6eb75d7d-62e8-40d0-b313-9db0c538ffb4 from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:38.883Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:39.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:39.242Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar 6eb75d7d-62e8-40d0-b313-9db0c538ffb4 99020
2022-07-04T04:37:39.243Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar ASDC sendASDCNotification
2022-07-04T04:37:39.244Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:39.245Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:39.246Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:39.249Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:39.250Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909459243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:39.349Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:37:39.350Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:39.351Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:39.385Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:39.386Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:40.250Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:37:40.252Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:40.252Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6eb75d7d-62e8-40d0-b313-9db0c538ffb4, URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar to file: /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.253Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.342Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.342Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.966Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7668766510793407475/Definitions/service-Vfw20220704043522-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-04T04:37:44.057Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:37:44.062Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f098ea18-e3bb 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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.065Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.065Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:37:44.072Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.073Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:37:44.079Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:37:44.081Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.081Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:37:44.090Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675abfb9-9783-496b-9a65-0333f26e9e5c
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6409e287-26e5-4cf6-aa04-4d350d6e2494
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-04 04-35-22
Description:catalog service description
Model UUID:0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
Model Version:NULL
Model InvariantUuid:7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f098ea18-e3bb
Model UUID:7bcd9082-83e4-4e94-971c-14a21f900bd7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38bda88a-9aa7-4ff0-9dff-3ed463e92064
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8c55887a-c117-432c-9923-04b29bb36549
ModelName:VfwF098ea18E3bb..base_vfw..module-0
ModelUuid:1033d378-e090-4f35-a095-be75a15aa32e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:675abfb9-9783-496b-9a65-0333f26e9e5c
ModelInvariantUuid:5e421ccc-1271-49f2-9f7d-8c51d2bcc655
ModelName:vFW f098ea18-e3bb-nodes.vfwCvfc
ModelUuid:0360a830-cfb7-4017-bd46-670fac08b950
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99ab046d-2007-4ee2-af03-27ac1027875d
ModelInvariantUuid:60fb6f96-109b-49cf-a509-9ad28acff04c
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vfw
ModelUuid:5fd8859f-8780-4fb3-8b6e-e44349886b1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
ModelInvariantUuid:100f2d8a-14fb-4f97-8d74-a7395b1cfc1c
ModelName:vFW f098ea18-e3bb-nodes.vsnCvfc
ModelUuid:41b3bc96-2802-45f9-b21c-a67a26c53eba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8645202c-dff7-4dfe-8e50-2ba39bcbb1f1
ModelInvariantUuid:26659968-6b89-41e3-959f-fb7a4a839467
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vsn
ModelUuid:1cf31919-5532-4249-ae2e-6f28d76c206f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6409e287-26e5-4cf6-aa04-4d350d6e2494
ModelInvariantUuid:68d418d9-7779-45d3-8c0a-25866034f52b
ModelName:vFW f098ea18-e3bb-nodes.vpgCvfc
ModelUuid:e09467c8-8393-4d76-9adf-d5c0c7b73f2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9e5b08ac-35e0-4886-b854-eb29469715bd
ModelInvariantUuid:ca8f9d8c-ae20-4cb4-9b34-a9b13aa2b073
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vpg
ModelUuid:1845557f-1090-4c2e-b686-1acdacf4bcf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:37:44.120Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e540e83-d48f-40c3-bac4-0b7fcfca358f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:37:44.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||vFW f098ea18-e3bb 0
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e540e83-d48f-40c3-bac4-0b7fcfca358f
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17e970e3-cec7-4c15-91aa-25d34ce0249a from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.352Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:44.352Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json 17e970e3-cec7-4c15-91aa-25d34ce0249a 785
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json ASDC sendASDCNotification
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:44.355Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:44.355Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909464353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:44.456Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:44.457Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:44.457Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:44.487Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:44.488Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:45.357Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF098ea18E3bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c55887a-c117-432c-9923-04b29bb36549",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1033d378-e090-4f35-a095-be75a15aa32e",
    "vfModuleModelCustomizationUUID": "884ed0c4-ad09-4ba9-88d7-bf6403f4ae30",
    "isBase": true,
    "artifacts": [
      "dfed9785-0960-4052-935d-bad3f192ffd9",
      "de6efe6d-25df-485c-b0b1-68d484e1302e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:37:45.375Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF098ea18E3bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1033d378-e090-4f35-a095-be75a15aa32e
VfModuleModelInvariantUUID:8c55887a-c117-432c-9923-04b29bb36549
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfed9785-0960-4052-935d-bad3f192ffd9
,
de6efe6d-25df-485c-b0b1-68d484e1302e

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

isBase:true


}

2022-07-04T04:37:45.379Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF098ea18E3bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c55887a-c117-432c-9923-04b29bb36549",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1033d378-e090-4f35-a095-be75a15aa32e",
    "vfModuleModelCustomizationUUID": "884ed0c4-ad09-4ba9-88d7-bf6403f4ae30",
    "isBase": true,
    "artifacts": [
      "dfed9785-0960-4052-935d-bad3f192ffd9",
      "de6efe6d-25df-485c-b0b1-68d484e1302e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:37:45.379Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF098ea18E3bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1033d378-e090-4f35-a095-be75a15aa32e
VfModuleModelInvariantUUID:8c55887a-c117-432c-9923-04b29bb36549
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfed9785-0960-4052-935d-bad3f192ffd9
,
de6efe6d-25df-485c-b0b1-68d484e1302e

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

isBase:true


}

2022-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dfed9785-0960-4052-935d-bad3f192ffd9 from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.450Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml dfed9785-0960-4052-935d-bad3f192ffd9 20368
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:45.452Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:45.454Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:45.454Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909465451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:45.554Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:45.555Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:45.556Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:45.612Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:45.613Z||pool-12-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:46.455Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de6efe6d-25df-485c-b0b1-68d484e1302e from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.456Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:46.456Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env de6efe6d-25df-485c-b0b1-68d484e1302e 2098
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:46.591Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:46.591Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909466588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:37:46.691Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:46.692Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:46.693Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:46.777Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:46.778Z||pool-13-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:47.592Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
2022-07-04T04:37:47.593Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f098ea18-e3bb 0 6e540e83-d48f-40c3-bac4-0b7fcfca358f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:37:47.646Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c29a1a6, org.onap.sdc.toscaparser.api.parameters.Input@7fc4bbdb, org.onap.sdc.toscaparser.api.parameters.Input@6560474d, org.onap.sdc.toscaparser.api.parameters.Input@1ec2b68e, org.onap.sdc.toscaparser.api.parameters.Input@5fa70061]
2022-07-04T04:37:47.651Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.651Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58 matches Tosca VF Customization UUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T04:37:47.670Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.671Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.672Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b6e2ea4d-9f3f-477c-8bc7-adeccc458c58: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-04T04:37:47.673Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1566f154
2022-07-04T04:37:47.673Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.676Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:37:47.676Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 884ed0c4-ad09-4ba9-88d7-bf6403f4ae30
2022-07-04T04:37:47.678Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 884ed0c4-ad09-4ba9-88d7-bf6403f4ae30
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675abfb9-9783-496b-9a65-0333f26e9e5c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:37:47.702Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.702Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.713Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.713Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-04T04:37:47.718Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6409e287-26e5-4cf6-aa04-4d350d6e2494
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:37:47.725Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258: vFW f098ea18-e3bb
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-07-04 04-35-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:48.074Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f098ea18-e3bb 6e540e83-d48f-40c3-bac4-0b7fcfca358f 1 ASDC deployResourceStructure
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json ASDC sendASDCNotification
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:48.076Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:48.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:48.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909468075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:48.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:48.179Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:48.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:48.253Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:48.254Z||pool-14-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:49.083Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:49.083Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909469080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:49.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:37:49.183Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:49.183Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:49.218Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:49.218Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:50.084Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-04T04:37:50.084Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:50.085Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:50.085Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:50.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:50.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909470084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:50.187Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:50.188Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:50.188Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:50.255Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:50.256Z||pool-16-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar ASDC sendASDCNotification
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:51.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:51.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:51.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909471087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:37:51.191Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:51.192Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:37:51.192Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:51.226Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:37:51.226Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:52.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:37:52.122Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:38:22.128Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:38:22.145Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:38:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:38:30.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:38:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:38:31.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:38:31.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:38:31.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:38:31.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:38:52.150Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:38:52.171Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:22.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:39:22.191Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:39:22.194Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:39:22.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:39:22.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:30.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:39:30.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:39:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:39:31.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:39:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909453295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "aai-ml",
  "timestamp": 1656909454302,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:39:31.519Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:39:31.519Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909457861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909450933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909458870,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:39:31.563Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:39:31.563Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:39:31.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909459243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909464353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909465451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909466588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909468075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909469080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909470084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909471087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:52.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:39:52.213Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:39:52.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:39:52.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:39:52.227Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:40:22.228Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:40:22.247Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47375808-94b7-4e4c-afb8-4f5cc518a339 and serviceModelVersionId: 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
2022-07-04T04:40:22.248Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
2022-07-04T04:40:30.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:30.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:40:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:37.725Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0
2022-07-04T04:40:37.834Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:40:38.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T04:40:38.326Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|INFO|500||Invoke
2022-07-04T04:40:38.449Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:40:38.989Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|INFO|500||InvokeReturn
2022-07-04T04:40:38.990Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:40:38:711-5748], vertex-id=[184360], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:40:38 GMT], Content-Type=[application/json]}
2022-07-04T04:40:38.991Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:40:38.995Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:40:38.995Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:40:39.002Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-04T04:40:39.003Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47375808-94b7-4e4c-afb8-4f5cc518a339 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:40:39.004Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:40:39.004Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:40:39.006Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:40:39.006Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909639003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:40:39.107Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:40:39.108Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:40:39.108Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:39.139Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:40:39.140Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:40:39.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:40:39.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:40:39.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909639003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:40:39.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:40:40.022Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:40.023Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:40:40.023Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:50.477Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:40:50.477Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:50.478Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:40:50.478Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:00.111Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:41:00.111Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:00.112Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:41:00.112Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:09.765Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:41:30.933Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:41:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:41:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:40.561Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:41:40.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:30.933Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:42:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:42:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:42:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:42:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:36.295Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:36.296Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-04T04:42:36.296Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"32ac6fe2-c7aa-468e-a68b-24b1575fc1e1","serviceName":"basic_onboard_GlonhO","serviceVersion":"1.0","serviceUUID":"ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c","serviceDescription":"service","serviceInvariantUUID":"7fa7d456-7b04-4816-9f86-0f9f8eb778dc","resources":[{"resourceInstanceName":"basic_onboard_GlonhO 0","resourceName":"basic_onboard_GlonhO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df59f1d5-a65e-47c5-ba75-59c9519da709","resourceInvariantUUID":"fa64fb5f-322a-4ff0-bd89-3f4215199d52","resourceCustomizationUUID":"e3ca2ca1-2408-4d40-a403-ab8a38f17db8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml","artifactChecksum":"MThlZDQ2ZmZkNGYwNWQxM2Y4NjUxMWEzMTA3NTI0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b510be9e-60ab-4274-8e5a-6147254716e7","artifactVersion":"1"},{"artifactName":"basic_onboard_glonho0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json","artifactChecksum":"N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3222475-7c19-4e42-9929-3ad7a6efd61f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dffd467d-56c0-4f89-8806-68a5b007bdeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a77948b-6f8b-4950-860c-1612b5b2964d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f830c1a3-48dd-493c-a05a-6f97bbd791e1","artifactVersion":"2","generatedFromUUID":"dffd467d-56c0-4f89-8806-68a5b007bdeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGlonho-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml","artifactChecksum":"YzAyMTQ5YzIzNzAwNjU1NDRmMWJkZDA4ZDhiMDM1M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d5e02e4-2bc9-49c2-aef6-f5ca33e35b76","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGlonho-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar","artifactChecksum":"OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c931066a-cab0-4947-8766-b5a62225a081","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:42:36.299Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:36.299Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:36.301Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:36.301Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:42:36.401Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:36.402Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:36.402Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:36.446Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:36.447Z||pool-19-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:36.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:36.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:42:36.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:42:36.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:42:37.302Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:37.302Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:37.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:37.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:42:37.405Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:37.406Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:37.406Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:37.458Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:37.458Z||pool-20-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:38.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:38.306Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:38.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:38.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:42:38.409Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:38.410Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:38.410Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:38.452Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:38.452Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:39.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:39.310Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:39.312Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:39.312Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:42:39.413Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-04T04:42:39.414Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:39.414Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:39.440Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:39.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:40.313Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:40.313Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:40.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:40.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-04T04:42:40.421Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:40.422Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:40.423Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:40.447Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:40.448Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:41.322Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:41.322Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:41.324Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:41.324Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:42:41.424Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:41.425Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:41.425Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:41.446Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:41.447Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:42.325Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:42.325Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:42.328Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:42.328Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:42:42.428Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:42.429Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:42.429Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:42.476Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:42.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:43.329Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "serviceName": "basic_onboard_GlonhO",
  "serviceVersion": "1.0",
  "serviceUUID": "ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7fa7d456-7b04-4816-9f86-0f9f8eb778dc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GlonhO 0",
      "resourceCustomizationUUID": "e3ca2ca1-2408-4d40-a403-ab8a38f17db8",
      "resourceName": "basic_onboard_GlonhO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df59f1d5-a65e-47c5-ba75-59c9519da709",
      "resourceInvariantUUID": "fa64fb5f-322a-4ff0-bd89-3f4215199d52",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_glonho0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
          "artifactChecksum": "N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f3222475-7c19-4e42-9929-3ad7a6efd61f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dffd467d-56c0-4f89-8806-68a5b007bdeb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f830c1a3-48dd-493c-a05a-6f97bbd791e1",
            "generatedFromUUID": "dffd467d-56c0-4f89-8806-68a5b007bdeb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f830c1a3-48dd-493c-a05a-6f97bbd791e1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGlonho-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
      "artifactChecksum": "OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c931066a-cab0-4947-8766-b5a62225a081"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:42:43.330Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:42:43.330Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c ASDC
2022-07-04T04:42:43.330Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
ServiceName:basic_onboard_GlonhO
ServiceVersion:1.0
ServiceUUID:ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
ServiceInvariantUUID:7fa7d456-7b04-4816-9f86-0f9f8eb778dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGlonho-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
ArtifactUUID:c931066a-cab0-4947-8766-b5a62225a081
ArtifactChecksum:OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GlonhO 0
ResourceCustomizationUUID:e3ca2ca1-2408-4d40-a403-ab8a38f17db8
ResourceInvariantUUID:fa64fb5f-322a-4ff0-bd89-3f4215199d52
ResourceName:basic_onboard_GlonhO
ResourceType:VF
ResourceUUID:df59f1d5-a65e-47c5-ba75-59c9519da709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_glonho0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
ArtifactUUID:f3222475-7c19-4e42-9929-3ad7a6efd61f
ArtifactChecksum:N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA=
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dffd467d-56c0-4f89-8806-68a5b007bdeb
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
ArtifactUUID:f830c1a3-48dd-493c-a05a-6f97bbd791e1
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
ArtifactUUID:f830c1a3-48dd-493c-a05a-6f97bbd791e1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T04:42:43.330Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c931066a-cab0-4947-8766-b5a62225a081 from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.718Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:43.722Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar c931066a-cab0-4947-8766-b5a62225a081 71573
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar ASDC sendASDCNotification
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:43.725Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:43.725Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909763723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:42:43.825Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:43.826Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:43.827Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:43.870Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:43.870Z||pool-26-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:44.726Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:42:44.726Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c931066a-cab0-4947-8766-b5a62225a081, URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar to file: /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.948Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3627542532191769438/Definitions/service-BasicOnboardGlonho-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GlonhO 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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8abd4b30-31d5-4ed4-a7e9-78e2e7244044
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GlonhO
Description:service
Model UUID:ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
Model Version:NULL
Model InvariantUuid:7fa7d456-7b04-4816-9f86-0f9f8eb778dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GlonhO
Model UUID:7bdea26d-984d-43cc-a33c-692f702150aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa64fb5f-322a-4ff0-bd89-3f4215199d52
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e3ca2ca1-2408-4d40-a403-ab8a38f17db8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:228e0eaf-8bb6-4528-a747-cf3633186729
ModelName:BasicOnboardGlonho..base_ubuntu18..module-0
ModelUuid:c62ca740-9e41-4465-9247-f56ff973d9c6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8abd4b30-31d5-4ed4-a7e9-78e2e7244044
ModelInvariantUuid:d51b629a-09a6-4253-b543-18671ed57706
ModelName:basic_onboard_GlonhO-nodes.ubuntu18Cvfc
ModelUuid:a27fbb98-9512-4843-ab9a-d3630f53b1a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c020892a-7122-48ca-8fa9-0a619e9c1e6a
ModelInvariantUuid:61d93a91-8c89-45ad-8cb1-2f61fe1190dc
ModelName:BasicOnboardGlonho.compute.nodes.heat.ubuntu18
ModelUuid:201979bd-22ee-457c-b3fb-1c516097a65a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:42:46.137Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: df59f1d5-a65e-47c5-ba75-59c9519da709
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:42:46.152Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||basic_onboard_GlonhO 0
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df59f1d5-a65e-47c5-ba75-59c9519da709
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f3222475-7c19-4e42-9929-3ad7a6efd61f from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.243Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:46.243Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json f3222475-7c19-4e42-9929-3ad7a6efd61f 798
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json ASDC sendASDCNotification
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:46.246Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:46.246Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909766244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:42:46.347Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:46.348Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:46.348Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:46.420Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:46.421Z||pool-27-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:47.247Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGlonho..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "228e0eaf-8bb6-4528-a747-cf3633186729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c62ca740-9e41-4465-9247-f56ff973d9c6",
    "vfModuleModelCustomizationUUID": "89d9b97e-6784-4728-9ccd-e75f77a97ba0",
    "isBase": true,
    "artifacts": [
      "dffd467d-56c0-4f89-8806-68a5b007bdeb",
      "f830c1a3-48dd-493c-a05a-6f97bbd791e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:42:47.252Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlonho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c62ca740-9e41-4465-9247-f56ff973d9c6
VfModuleModelInvariantUUID:228e0eaf-8bb6-4528-a747-cf3633186729
VfModuleModelDescription:NULL
Artifacts UUID List:{
dffd467d-56c0-4f89-8806-68a5b007bdeb
,
f830c1a3-48dd-493c-a05a-6f97bbd791e1

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

isBase:true


}

2022-07-04T04:42:47.254Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGlonho..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "228e0eaf-8bb6-4528-a747-cf3633186729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c62ca740-9e41-4465-9247-f56ff973d9c6",
    "vfModuleModelCustomizationUUID": "89d9b97e-6784-4728-9ccd-e75f77a97ba0",
    "isBase": true,
    "artifacts": [
      "dffd467d-56c0-4f89-8806-68a5b007bdeb",
      "f830c1a3-48dd-493c-a05a-6f97bbd791e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:42:47.254Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlonho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c62ca740-9e41-4465-9247-f56ff973d9c6
VfModuleModelInvariantUUID:228e0eaf-8bb6-4528-a747-cf3633186729
VfModuleModelDescription:NULL
Artifacts UUID List:{
dffd467d-56c0-4f89-8806-68a5b007bdeb
,
f830c1a3-48dd-493c-a05a-6f97bbd791e1

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

isBase:true


}

2022-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dffd467d-56c0-4f89-8806-68a5b007bdeb from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml dffd467d-56c0-4f89-8806-68a5b007bdeb 5033
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:47.416Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:47.416Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909767413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:42:47.516Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:47.517Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:47.517Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:47.575Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:47.576Z||pool-28-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:48.417Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f830c1a3-48dd-493c-a05a-6f97bbd791e1 from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.417Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:48.418Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.703Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env f830c1a3-48dd-493c-a05a-6f97bbd791e1 909
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.705Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:48.705Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:48.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:48.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909768704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:42:48.807Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:48.808Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:48.808Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:48.850Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:48.850Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:49.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
2022-07-04T04:42:49.708Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GlonhO 0 df59f1d5-a65e-47c5-ba75-59c9519da709 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:42:49.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c179223, org.onap.sdc.toscaparser.api.parameters.Input@2accab10, org.onap.sdc.toscaparser.api.parameters.Input@7d9808de, org.onap.sdc.toscaparser.api.parameters.Input@1dbfc160, org.onap.sdc.toscaparser.api.parameters.Input@d29de7e]
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e3ca2ca1-2408-4d40-a403-ab8a38f17db8
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8 matches Tosca VF Customization UUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8
2022-07-04T04:42:49.730Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T04:42:49.732Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.732Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e3ca2ca1-2408-4d40-a403-ab8a38f17db8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c4634cb
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:42:49.734Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89d9b97e-6784-4728-9ccd-e75f77a97ba0
2022-07-04T04:42:49.734Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89d9b97e-6784-4728-9ccd-e75f77a97ba0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-04T04:42:49.739Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:49.739Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8abd4b30-31d5-4ed4-a7e9-78e2e7244044
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=e3ca2ca1-2408-4d40-a403-ab8a38f17db8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c: basic_onboard_GlonhO
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GlonhO 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:42:49.929Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GlonhO df59f1d5-a65e-47c5-ba75-59c9519da709 1 ASDC deployResourceStructure
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json ASDC sendASDCNotification
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:49.931Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:49.933Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:49.933Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909769930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:42:50.033Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:50.034Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:50.034Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:50.071Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:50.072Z||pool-30-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:50.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:50.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909770934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:42:51.036Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:42:51.037Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:51.038Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:51.082Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:51.084Z||pool-31-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:51.937Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-04T04:42:51.937Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:51.938Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:51.938Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:51.940Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:51.940Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909771937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:42:52.040Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:52.041Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:52.041Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:52.076Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:52.077Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:52.941Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar ASDC sendASDCNotification
2022-07-04T04:42:52.941Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:52.942Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:52.942Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:52.944Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:52.944Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909772941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:42:53.044Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:53.045Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:42:53.045Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:53.071Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:42:53.072Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:53.945Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:42:53.957Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:43:23.963Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:43:23.979Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:43:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:43:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:43:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:43:30.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:43:53.993Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:43:54.003Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:44:24.011Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:44:24.021Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:44:24.023Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:44:24.023Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:44:24.024Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:44:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:44:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:44:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:44:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:44:30.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:44:54.024Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:44:54.036Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:24.040Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:45:24.068Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:30.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:45:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:45:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:45:31.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:45:31.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909753199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909749939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909750933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909748834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909755185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909746707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656909757444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909764167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909763723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909764693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909763599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "cds",
  "timestamp": 1656909765700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:31.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909765277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909764605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "policy-id",
  "timestamp": 1656909765607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:31.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909766407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909766244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909767434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.593Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909767413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656909768438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909768704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909769930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909770934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909771627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909771937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909772322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909772941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909773324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "aai-ml",
  "timestamp": 1656909773327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:31.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "clamp",
  "timestamp": 1656909774330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.633Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.633Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909771388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909779594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909782709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656909783715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:54.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:45:54.089Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:54.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:46:24.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:46:24.109Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and serviceModelVersionId: ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
2022-07-04T04:46:24.109Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fa7d456-7b04-4816-9f86-0f9f8eb778dc
2022-07-04T04:46:24.110Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0
2022-07-04T04:46:24.115Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:46:24.171Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T04:46:24.175Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|INFO|500||Invoke
2022-07-04T04:46:24.200Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:46:24.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|INFO|500||InvokeReturn
2022-07-04T04:46:24.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:46:24:472-28766], vertex-id=[213000], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:46:24 GMT], Content-Type=[application/json]}
2022-07-04T04:46:24.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:46:24.383Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:46:24.383Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:46:24.388Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-04T04:46:24.389Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:46:24.389Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:46:24.390Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:46:24.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:46:24.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909984389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:46:24.492Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:46:24.493Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:46:24.493Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:24.517Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:46:24.518Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:46:25.423Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:25.423Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:46:25.424Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:46:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:31.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:46:31.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-04T04:46:31.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656909984389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:46:31.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:46:35.806Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:46:35.807Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:35.808Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:46:35.809Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:45.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:46:45.393Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:45.394Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:46:45.394Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:55.027Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:46:55.029Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:55.030Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:46:55.030Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:04.617Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:47:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:47:30.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:47:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:47:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:47:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:40.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:47:40.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:48:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:48:30.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:48:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:48:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:48:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:48:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:48:40.500Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:48:40.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:49:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:49:30.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:49:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:49:30.935Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:49:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:49:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:49:40.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:49:40.526Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:50:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:50:30.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:50:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:50:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:50:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:50:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:50:40.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:50:40.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:51:30.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:51:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:51:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:51:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:31.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:31.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:31.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b85a5e96-a2e4-415a-b8eb-267059228a40","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44acd74e-4f1e-49e9-90f4-e0961d9b4c95","serviceDescription":"service","serviceInvariantUUID":"14f20f06-4fad-458a-a90d-43dd6ec4998b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"44e5702e-1a78-4f25-9bf7-1dd527b1430b","resourceInvariantUUID":"a975fc2c-6484-4db6-a76a-a01203a708ea","resourceCustomizationUUID":"85d38282-4ec8-4ba4-9abb-382f6f1617e2","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":"MzQ2YjYyODQ3MTU0ZDAwNTY0MTRiNTBiY2EwODU4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c86a6904-8f95-4cf6-9893-7472846a6641","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbbccbf8-379b-483d-8de6-6b5e43cd51f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:51:31.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "clamp",
  "timestamp": 1656910263199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "aai-ml",
  "timestamp": 1656910259939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910268834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "cds",
  "timestamp": 1656910265185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "policy-id",
  "timestamp": 1656910266708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910268834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "cds",
  "timestamp": 1656910265185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "clamp",
  "timestamp": 1656910263199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "aai-ml",
  "timestamp": 1656910259939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "policy-id",
  "timestamp": 1656910266708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "cds",
  "timestamp": 1656910272898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "aai-ml",
  "timestamp": 1656910271801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "policy-id",
  "timestamp": 1656910271813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "cds",
  "timestamp": 1656910273919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-04T04:51:31.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:51:31.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.596Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:31.596Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910290933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "policy-id",
  "timestamp": 1656910272823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "policy-id",
  "timestamp": 1656910273827,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.641Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.641Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "clamp",
  "timestamp": 1656910275403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "aai-ml",
  "timestamp": 1656910276511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910277444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "clamp",
  "timestamp": 1656910277410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "aai-ml",
  "timestamp": 1656910277517,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910277444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "clamp",
  "timestamp": 1656910278413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.696Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:31.697Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:51:31.698Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:31.700Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.701Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910281388,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910281388,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910284329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910286392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910287400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.742Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:31.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:32.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:51:32.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:32.599Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:32.599Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910290933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:51:32.699Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:32.700Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:51:32.700Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:32.754Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:32.755Z||pool-36-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "44acd74e-4f1e-49e9-90f4-e0961d9b4c95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "14f20f06-4fad-458a-a90d-43dd6ec4998b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "85d38282-4ec8-4ba4-9abb-382f6f1617e2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "44e5702e-1a78-4f25-9bf7-1dd527b1430b",
      "resourceInvariantUUID": "a975fc2c-6484-4db6-a76a-a01203a708ea",
      "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": "ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bbbccbf8-379b-483d-8de6-6b5e43cd51f2"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44acd74e-4f1e-49e9-90f4-e0961d9b4c95 ASDC
2022-07-04T04:51:33.600Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b85a5e96-a2e4-415a-b8eb-267059228a40
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44acd74e-4f1e-49e9-90f4-e0961d9b4c95
ServiceInvariantUUID:14f20f06-4fad-458a-a90d-43dd6ec4998b
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:bbbccbf8-379b-483d-8de6-6b5e43cd51f2
ArtifactChecksum:ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:85d38282-4ec8-4ba4-9abb-382f6f1617e2
ResourceInvariantUUID:a975fc2c-6484-4db6-a76a-a01203a708ea
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:44e5702e-1a78-4f25-9bf7-1dd527b1430b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-04T04:51:33.601Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44acd74e-4f1e-49e9-90f4-e0961d9b4c95 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:51:33.639Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bbbccbf8-379b-483d-8de6-6b5e43cd51f2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.641Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:51:33.641Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.808Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:51:33.812Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bbbccbf8-379b-483d-8de6-6b5e43cd51f2 52508
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:51:33.814Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:33.816Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:33.816Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910293813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:51:33.916Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:33.917Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:51:33.917Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:33.955Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:33.955Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:34.817Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:51:34.817Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:34.818Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bbbccbf8-379b-483d-8de6-6b5e43cd51f2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:34.818Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-04T04:51:34.819Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:34.819Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.015Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7719396258971078845/Definitions/service-BasicNetwork-template.yml
2022-07-04T04:51:35.501Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:51:35.502Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:51:35.502Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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-BasicNetwork-csar.csar
2022-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.509Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.509Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:44acd74e-4f1e-49e9-90f4-e0961d9b4c95
Model Version:NULL
Model InvariantUuid:14f20f06-4fad-458a-a90d-43dd6ec4998b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a975fc2c-6484-4db6-a76a-a01203a708ea
Model UUID:7d5d7157-a1dd-4d56-b2bb-242b56d6ef99
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:85d38282-4ec8-4ba4-9abb-382f6f1617e2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:51:35.522Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 44e5702e-1a78-4f25-9bf7-1dd527b1430b
2022-07-04T04:51:35.522Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||No resources found for Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:51:35.528Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||
2022-07-04T04:51:35.529Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:51:35.539Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c501b28, org.onap.sdc.toscaparser.api.parameters.Input@5918f1c8, org.onap.sdc.toscaparser.api.parameters.Input@5ad75d39, org.onap.sdc.toscaparser.api.parameters.Input@34900d02, org.onap.sdc.toscaparser.api.parameters.Input@5875c9e3]
2022-07-04T04:51:35.541Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.541Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 44acd74e-4f1e-49e9-90f4-e0961d9b4c95: Generic NeutronNet
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.544Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.594Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-04T04:51:35.656Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:51:35.658Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:35.660Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:35.660Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910295657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:51:35.761Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:35.762Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:51:35.762Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:35.812Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:51:35.813Z||pool-38-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:51:36.661Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:51:36.677Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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-07-04T04:51:36.699Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:52:06.699Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:52:06.718Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b85a5e96-a2e4-415a-b8eb-267059228a40 and serviceModelVersionId: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:52:06.718Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f20f06-4fad-458a-a90d-43dd6ec4998b
2022-07-04T04:52:06.720Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0
2022-07-04T04:52:06.724Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:52:06.787Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|INFO|500||Invoke
2022-07-04T04:52:06.788Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acd2cdec-fd0e-47d4-8a01-cfc7c7d3e709], X-ECOMP-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], X-TransactionId=[], X-ONAP-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], Content-Type=[application/merge-patch+json]}
2022-07-04T04:52:06.808Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:52:07.216Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?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/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:52:07:102-96750], vertex-id=[180320], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:52:07 GMT], Content-Type=[application/json]}
2022-07-04T04:52:07.216Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:52:07.217Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|INFO|500||InvokeReturn
2022-07-04T04:52:07.218Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:52:07.218Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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-07-04T04:52:07.226Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b85a5e96-a2e4-415a-b8eb-267059228a40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:07.229Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:07.229Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910327227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:52:07.329Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:07.330Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:07.331Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:07.416Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:07.416Z||pool-39-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:52:30.933Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:52:30.934Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:52:30.934Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:52:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:52:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:31.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:31.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:52:31.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910290933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:31.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:52:31.574Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:31.575Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:52:31.575Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d","serviceName":"Demo_pNF_zGPoOYogPRS098XtrLDP","serviceVersion":"1.0","serviceUUID":"e9a7cc5f-0171-4001-81a9-f00a5c67fe92","serviceDescription":"catalog service description","serviceInvariantUUID":"491cf2f2-12d7-4ce7-98ba-58e0690a85ee","resources":[{"resourceInstanceName":"pNF 2e4198cc-8844 0","resourceName":"pNF 2e4198cc-8844","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1073d88d-56e9-4f0c-81f7-a88b97f830ce","resourceInvariantUUID":"900104ec-bae6-40e9-a516-50c3d5582084","resourceCustomizationUUID":"0228c2a1-85d2-4837-bf09-747e1f5dc904","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y5ZWI5MDRiZjBkNzhkOWMwYjY0MGU3MzQ2MjhhNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f841997-1fa8-4e87-b2cb-be1828a40001","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar","artifactChecksum":"N2YxYjdmMDAwOWU4OGEyZmY1YjNmYzlhZjFiNzg5M2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb67a98c-8430-4eeb-a88f-5599045e25e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae209cb5-c456-4fd8-9430-6a943b12fb23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml","artifactChecksum":"ZThjOGVjMDFhOTVjZDVkZjllMDJmZjY3MTcxMTRmNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56735347-055e-46de-8bcc-a630e8e6a564","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f890d9e7-d1e7-481a-9139-e8ac556a63b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d10a4c9-b10a-4828-9b66-c234c592d230","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZgpooyogprs098xtrldp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml","artifactChecksum":"MjFlYmJmNjU2ZjMyMzJjODBkN2M2MjNjZmI4M2M1ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd98614e-9287-404b-a2f8-4a11fdb725ff","artifactVersion":"1"},{"artifactName":"service-DemoPnfZgpooyogprs098xtrldp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar","artifactChecksum":"NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc78e18-a89f-420c-8ed2-dd64146b0a67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:52:31.578Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:31.578Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:31.580Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:31.580Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:31.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:31.682Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:31.682Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:31.745Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:31.746Z||pool-40-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":2,"count":1}
2022-07-04T04:52:32.581Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:32.582Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:32.584Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:32.584Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:32.685Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:32.685Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:32.686Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:32.721Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:32.722Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:33.585Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:33.586Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:33.588Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:33.588Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:33.688Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:33.689Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:33.689Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:33.715Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:33.716Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:34.589Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:34.589Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:34.610Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:34.610Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:34.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-04T04:52:34.692Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:34.693Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:34.717Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:34.718Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:35.611Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:35.611Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:35.613Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:35.614Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:35.714Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:35.715Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:35.715Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:35.751Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:35.752Z||pool-44-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:36.614Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:36.615Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:36.617Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:36.617Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:36.718Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:36.719Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:36.719Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:36.753Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:36.754Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-07-04T04:52:37.618Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:37.619Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:37.624Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:37.625Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:52:37.724Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:37.725Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:37.725Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:37.759Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:37.759Z||pool-46-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:38.625Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:38.626Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:38.628Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:38.629Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:52:38.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:38.729Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:38.730Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:38.804Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:38.805Z||pool-47-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:39.629Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "serviceName": "Demo_pNF_zGPoOYogPRS098XtrLDP",
  "serviceVersion": "1.0",
  "serviceUUID": "e9a7cc5f-0171-4001-81a9-f00a5c67fe92",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "491cf2f2-12d7-4ce7-98ba-58e0690a85ee",
  "resources": [
    {
      "resourceInstanceName": "pNF 2e4198cc-8844 0",
      "resourceCustomizationUUID": "0228c2a1-85d2-4837-bf09-747e1f5dc904",
      "resourceName": "pNF 2e4198cc-8844",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1073d88d-56e9-4f0c-81f7-a88b97f830ce",
      "resourceInvariantUUID": "900104ec-bae6-40e9-a516-50c3d5582084",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
      "artifactChecksum": "NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbc78e18-a89f-420c-8ed2-dd64146b0a67"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:52:39.630Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:52:39.630Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9a7cc5f-0171-4001-81a9-f00a5c67fe92 ASDC
2022-07-04T04:52:39.631Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
ServiceName:Demo_pNF_zGPoOYogPRS098XtrLDP
ServiceVersion:1.0
ServiceUUID:e9a7cc5f-0171-4001-81a9-f00a5c67fe92
ServiceInvariantUUID:491cf2f2-12d7-4ce7-98ba-58e0690a85ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZgpooyogprs098xtrldp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
ArtifactUUID:dbc78e18-a89f-420c-8ed2-dd64146b0a67
ArtifactChecksum:NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2e4198cc-8844 0
ResourceCustomizationUUID:0228c2a1-85d2-4837-bf09-747e1f5dc904
ResourceInvariantUUID:900104ec-bae6-40e9-a516-50c3d5582084
ResourceName:pNF 2e4198cc-8844
ResourceType:PNF
ResourceUUID:1073d88d-56e9-4f0c-81f7-a88b97f830ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-04T04:52:39.631Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9a7cc5f-0171-4001-81a9-f00a5c67fe92 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:52:39.662Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dbc78e18-a89f-420c-8ed2-dd64146b0a67 from URL: /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.928Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:52:39.935Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar dbc78e18-a89f-420c-8ed2-dd64146b0a67 82644
2022-07-04T04:52:39.935Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar ASDC sendASDCNotification
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:39.938Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:39.939Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910359935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:52:40.039Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:40.040Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:40.040Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:40.063Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:40.064Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:40.939Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dbc78e18-a89f-420c-8ed2-dd64146b0a67, URL: /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar to file: /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.941Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.941Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.046Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14693776762767857649/Definitions/service-DemoPnfZgpooyogprs098xtrldp-template.yml
2022-07-04T04:52:41.860Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2e4198cc-8844 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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Node template pNF 2e4198cc-8844 0 is matching search criteria
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2e4198cc-8844 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Node template pNF 2e4198cc-8844 0 is matching search criteria
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2e4198cc-8844 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.866Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.866Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.866Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.866Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.866Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.867Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.867Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.867Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zGPoOYogPRS098XtrLDP
Description:catalog service description
Model UUID:e9a7cc5f-0171-4001-81a9-f00a5c67fe92
Model Version:NULL
Model InvariantUuid:491cf2f2-12d7-4ce7-98ba-58e0690a85ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:52:41.876Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1073d88d-56e9-4f0c-81f7-a88b97f830ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:52:41.879Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||pNF 2e4198cc-8844 0
2022-07-04T04:52:41.879Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1073d88d-56e9-4f0c-81f7-a88b97f830ce
2022-07-04T04:52:41.879Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e9a7cc5f-0171-4001-81a9-f00a5c67fe92
2022-07-04T04:52:41.879Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e9a7cc5f-0171-4001-81a9-f00a5c67fe92
2022-07-04T04:52:41.879Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2e4198cc-8844 0 1073d88d-56e9-4f0c-81f7-a88b97f830ce ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:52:41.884Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a4875e0, org.onap.sdc.toscaparser.api.parameters.Input@57c2497, org.onap.sdc.toscaparser.api.parameters.Input@4335f6b5, org.onap.sdc.toscaparser.api.parameters.Input@670102d5, org.onap.sdc.toscaparser.api.parameters.Input@7e7f9ca0]
2022-07-04T04:52:41.884Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.885Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.885Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e9a7cc5f-0171-4001-81a9-f00a5c67fe92: pNF 2e4198cc-8844
2022-07-04T04:52:41.885Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 1073d88d-56e9-4f0c-81f7-a88b97f830ce
2022-07-04T04:52:41.885Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:52:41.886Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.886Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 0228c2a1-85d2-4837-bf09-747e1f5dc904 is the same as notified resource customizationUUID: 0228c2a1-85d2-4837-bf09-747e1f5dc904
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-04T04:52:41.944Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2e4198cc-8844 1073d88d-56e9-4f0c-81f7-a88b97f830ce 0 ASDC deployResourceStructure
2022-07-04T04:52:41.945Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar ASDC sendASDCNotification
2022-07-04T04:52:41.945Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.945Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:52:41.945Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:41.947Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:41.947Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910361945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:52:42.047Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:42.048Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:42.049Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:42.077Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:52:42.078Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:42.948Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:52:42.967Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:52:42.970Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:52:42.971Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:52:42.971Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:53:12.971Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:53:12.986Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:53:12.988Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:53:12.988Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:53:12.988Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:53:30.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:53:30.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:53:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:53:30.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:53:30.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910290933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910293813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910295657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910327227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:30.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910323199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910328834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910325185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910319939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910326708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910337464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910338647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910337515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "cds",
  "timestamp": 1656910339655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:53:31.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:53:31.033Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:53:31.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910338554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "policy-id",
  "timestamp": 1656910339557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:53:31.090Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:53:31.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:53:31.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910340413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910341429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "clamp",
  "timestamp": 1656910342436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:53:31.118Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:53:31.118Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:53:31.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910343290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910337444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "aai-ml",
  "timestamp": 1656910344295,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:53:31.142Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:53:31.142Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:53:31.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910346341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910347514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910348519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:53:31.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:53:31.160Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:53:31.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910341388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910350330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:53:31.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:53:42.989Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:53:43.007Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:53:43.010Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:53:43.010Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:53:43.010Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:53:43.010Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:54:13.011Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:54:13.023Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:54:13.027Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:54:13.027Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:54:13.027Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:54:13.027Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:54:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:54:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:54:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:54:30.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:54:30.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:30.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910352692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:30.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:30.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:30.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:30.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910353698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
2022-07-04T04:54:31.004Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910350933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910359935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910361945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910357444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910355185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910353199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910371240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "cds",
  "timestamp": 1656910372247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910373416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910375421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910366707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "clamp",
  "timestamp": 1656910376423,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910376832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910368834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910377836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910378795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "policy-id",
  "timestamp": 1656910378839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.145Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910379927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910371387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910380995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910381311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910382155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910383203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.168Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.168Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:54:31.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910384206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910384314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910385319,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910379939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910390035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910383199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656910377444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910385185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910393248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "cds",
  "timestamp": 1656910394254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.257Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:54:31.257Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910386707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910394729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910388834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910395421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910395733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910396907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910396441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "policy-id",
  "timestamp": 1656910396736,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:54:31.286Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910398142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "clamp",
  "timestamp": 1656910397444,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.339Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:54:31.339Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910399233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910398812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910400258,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.373Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:54:31.373Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:54:31.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "aai-ml",
  "timestamp": 1656910399817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:54:31.390Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8eafe636-013a-4e47-b444-397925716819
2022-07-04T04:54:31.390Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eafe636-013a-4e47-b444-397925716819 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:54:31.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656910401262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910401388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910409296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:54:31.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:54:31.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:54:31.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:54:31.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:54:43.028Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:54:43.072Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.082Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:54:43.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-07-04T04:54:43.110Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:55:13.110Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:55:13.123Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and serviceModelVersionId: e9a7cc5f-0171-4001-81a9-f00a5c67fe92
2022-07-04T04:55:13.123Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 491cf2f2-12d7-4ce7-98ba-58e0690a85ee
2022-07-04T04:55:13.124Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0
2022-07-04T04:55:13.132Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:55:13.188Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T04:55:13.192Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0|INFO|500||Invoke
2022-07-04T04:55:13.215Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:55:13.468Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0|INFO|500||InvokeReturn
2022-07-04T04:55:13.468Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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/491cf2f2-12d7-4ce7-98ba-58e0690a85ee/model-vers/model-ver/e9a7cc5f-0171-4001-81a9-f00a5c67fe92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220704-04:55:13:506-60242], vertex-id=[221304], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:55:13 GMT], Content-Type=[application/json]}
2022-07-04T04:55:13.469Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:55:13.469Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:55:13.469Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-07-04T04:55:13.477Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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-07-04T04:55:13.477Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:55:13.478Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:55:13.478Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:13.482Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:13.482Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910513477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:55:13.582Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:13.583Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:13.584Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:13.615Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:13.616Z||pool-50-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:55:14.512Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:55:14.513Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:55:14.513Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:19.068Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:19.069Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:55:19.069Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8eafe636-013a-4e47-b444-397925716819","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed","serviceDescription":"service","serviceInvariantUUID":"d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70cab17d-5599-4c87-a00a-8175ba52acc0","resourceInvariantUUID":"14ede150-1cd5-42e8-87c1-4be44b338e8a","resourceCustomizationUUID":"e8fded2b-c662-4c18-89c7-603b14ad5cdd","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":"NTljOTMyNGFhMThkOWY3ODJkNzU4N2Y4MTI0MjIzODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"186271e0-9463-4ab4-9371-5876f7cdd880","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":"70c4e703-fdcc-4c50-8d81-cad84d0ebf5c","artifactVersion":"2","generatedFromUUID":"8c04c529-0bf2-4f46-bbb6-228aa4022f60"},{"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":"8c04c529-0bf2-4f46-bbb6-228aa4022f60","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":"NjA4MDlkZGNiNWRlMmM0Mzk3NzRlNGE5OTg0MmNhMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b3b823b-aeb3-4600-9202-57f543043d47","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":"0a9395c4-4a99-47de-9082-8a1b894f9d7d","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":"53ce6c4e-d87a-40ac-a4d3-e788e273f907","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":"1aeb9803-bdba-4e5f-8e6f-11e69201fd29","artifactVersion":"2","generatedFromUUID":"0a9395c4-4a99-47de-9082-8a1b894f9d7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDQ2NTIyNDZjNWU2OTcxNzYzNTA1OGRhMzdjOGQ2MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16800bb8-bc1f-47fc-9729-3d3327e6a66c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODRjZDdkNDkzMzg3ZTQwZDdhZjAwMGEwOGVmMmJjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87fee21b-8107-4342-b357-7e53b18cf3ad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:55:19.072Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:19.072Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:19.074Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:19.074Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:19.174Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:19.175Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:19.176Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:19.216Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:19.217Z||pool-51-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:20.074Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:20.075Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:20.078Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:20.078Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-04T04:55:20.178Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-04T04:55:20.179Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:20.179Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:20.218Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:20.218Z||pool-52-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:55:21.080Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:21.080Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:21.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:21.083Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-04T04:55:21.184Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:21.185Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:21.185Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:21.231Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:21.232Z||pool-53-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:22.084Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:22.085Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:22.087Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:22.087Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:55:22.187Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:22.188Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:22.189Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:22.396Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:22.397Z||pool-54-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":3,"count":1}
2022-07-04T04:55:23.088Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:23.088Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:23.090Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:23.090Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:55:23.191Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:23.192Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:23.192Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:23.227Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:23.228Z||pool-55-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:24.091Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:24.091Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:24.093Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:24.094Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:24.194Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:24.195Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:24.195Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:24.221Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:24.221Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:25.094Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:25.095Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:25.097Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:25.097Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-04T04:55:25.197Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:25.198Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:25.198Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:25.222Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:25.222Z||pool-57-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2022-07-04T04:55:26.098Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:26.098Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:26.100Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:26.100Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:26.200Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:26.201Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:26.201Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:26.249Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:26.250Z||pool-58-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:27.101Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:55:27.102Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:27.105Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:27.105Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:55:27.205Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:27.206Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:27.206Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:27.324Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:27.324Z||pool-59-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:28.107Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e8fded2b-c662-4c18-89c7-603b14ad5cdd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70cab17d-5599-4c87-a00a-8175ba52acc0",
      "resourceInvariantUUID": "14ede150-1cd5-42e8-87c1-4be44b338e8a",
      "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": "70c4e703-fdcc-4c50-8d81-cad84d0ebf5c",
          "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": "8c04c529-0bf2-4f46-bbb6-228aa4022f60",
          "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": "NjA4MDlkZGNiNWRlMmM0Mzk3NzRlNGE5OTg0MmNhMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b3b823b-aeb3-4600-9202-57f543043d47",
          "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": "0a9395c4-4a99-47de-9082-8a1b894f9d7d",
          "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": "1aeb9803-bdba-4e5f-8e6f-11e69201fd29",
            "generatedFromUUID": "0a9395c4-4a99-47de-9082-8a1b894f9d7d"
          },
          "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": "1aeb9803-bdba-4e5f-8e6f-11e69201fd29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODRjZDdkNDkzMzg3ZTQwZDdhZjAwMGEwOGVmMmJjYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87fee21b-8107-4342-b357-7e53b18cf3ad"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:55:28.107Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:55:28.107Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed ASDC
2022-07-04T04:55:28.108Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8eafe636-013a-4e47-b444-397925716819
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed
ServiceInvariantUUID:d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0
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:87fee21b-8107-4342-b357-7e53b18cf3ad
ArtifactChecksum:ODRjZDdkNDkzMzg3ZTQwZDdhZjAwMGEwOGVmMmJjYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e8fded2b-c662-4c18-89c7-603b14ad5cdd
ResourceInvariantUUID:14ede150-1cd5-42e8-87c1-4be44b338e8a
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:70cab17d-5599-4c87-a00a-8175ba52acc0
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:70c4e703-fdcc-4c50-8d81-cad84d0ebf5c
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:8c04c529-0bf2-4f46-bbb6-228aa4022f60
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:6b3b823b-aeb3-4600-9202-57f543043d47
ArtifactChecksum:NjA4MDlkZGNiNWRlMmM0Mzk3NzRlNGE5OTg0MmNhMTM=
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:0a9395c4-4a99-47de-9082-8a1b894f9d7d
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:1aeb9803-bdba-4e5f-8e6f-11e69201fd29
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:1aeb9803-bdba-4e5f-8e6f-11e69201fd29
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T04:55:28.108Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:55:28.213Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:55:28.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:55:28.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:55:28.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87fee21b-8107-4342-b357-7e53b18cf3ad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-04T04:55:28.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:28.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-04T04:55:28.460Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:55:28.463Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 87fee21b-8107-4342-b357-7e53b18cf3ad 68954
2022-07-04T04:55:28.463Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-04T04:55:28.463Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-04T04:55:28.464Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:28.464Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:28.466Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:28.466Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910528463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:28.566Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:28.567Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:28.567Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:28.620Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:28.621Z||pool-60-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:29.466Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:55:29.467Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:55:29.467Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 87fee21b-8107-4342-b357-7e53b18cf3ad, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:29.468Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-04T04:55:29.468Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:29.468Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:29.609Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5917407362604561697/Definitions/service-BasicCnf-template.yml
2022-07-04T04:55:30.846Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|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-BasicCnf-csar.csar
2022-07-04T04:55:30.847Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-04T04:55:30.848Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:55:30.848Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.848Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.848Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:30.849Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:55:30.849Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:55:30.849Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.849Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.850Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:30.850Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:55:30.850Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:55:30.850Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.850Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:55:30.851Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.852Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:55:30.852Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.852Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:30.852Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:30.852Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:30.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f5bbb634-6dca-44fa-953f-5f0070f80ab6
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:30.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed
Model Version:NULL
Model InvariantUuid:d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4c17aab0-ffa6-4870-8c6a-a1a0e4137356
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14ede150-1cd5-42e8-87c1-4be44b338e8a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e8fded2b-c662-4c18-89c7-603b14ad5cdd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:622541ab-77ff-43c3-a66e-115c536218bd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6d722f25-d33c-4474-92cb-97db13e29dc5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f5bbb634-6dca-44fa-953f-5f0070f80ab6
ModelInvariantUuid:6e7702bd-2f83-4d0f-8a4d-5af7cac2c1a4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5b4a58ac-c8c9-4be7-a759-0b18bd01951d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6b97c193-6a0e-4336-80ae-e39542c38d21
ModelInvariantUuid:1937bc14-f12c-4320-b629-af2a76951b60
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:65aba3a9-0e15-4044-b4a4-b90f6c26df75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:55:30.867Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 70cab17d-5599-4c87-a00a-8175ba52acc0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:55:30.873Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-07-04T04:55:30.873Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70cab17d-5599-4c87-a00a-8175ba52acc0
2022-07-04T04:55:30.874Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 70c4e703-fdcc-4c50-8d81-cad84d0ebf5c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-04T04:55:30.874Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:30.874Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-04T04:55:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:55:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:55:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:30.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:30.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:30.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910412107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:30.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656910413114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-07-04T04:55:31.017Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:55:31.018Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 70c4e703-fdcc-4c50-8d81-cad84d0ebf5c 12
2022-07-04T04:55:31.018Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-04T04:55:31.018Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-04T04:55:31.018Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:31.019Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:31.020Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:31.021Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910531018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:31.025Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:55:31.025Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:55:31.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910409939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:55:31.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910417763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910425758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:55:31.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "aai-ml",
  "timestamp": 1656910426762,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:55:31.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1afed22-3c4a-43a6-87eb-b557a38a8052
2022-07-04T04:55:31.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1afed22-3c4a-43a6-87eb-b557a38a8052 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:55:31.121Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:31.122Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:31.122Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:31.160Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:31.161Z||pool-61-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:32.021Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c04c529-0bf2-4f46-bbb6-228aa4022f60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-04T04:55:32.022Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:32.022Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-04T04:55:32.072Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:55:32.072Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8c04c529-0bf2-4f46-bbb6-228aa4022f60 2688
2022-07-04T04:55:32.073Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-04T04:55:32.073Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-04T04:55:32.073Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:32.074Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:32.076Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:32.077Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910532073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:32.176Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:55:32.177Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:32.177Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:32.204Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:32.205Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:55:33.078Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b3b823b-aeb3-4600-9202-57f543043d47 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-04T04:55:33.078Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:33.078Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-04T04:55:33.189Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:55:33.189Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6b3b823b-aeb3-4600-9202-57f543043d47 828
2022-07-04T04:55:33.190Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-04T04:55:33.190Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-04T04:55:33.190Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:33.191Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:33.197Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:33.197Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910533190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:33.297Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:33.298Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:33.298Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:33.335Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:33.336Z||pool-63-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:34.197Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "622541ab-77ff-43c3-a66e-115c536218bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d722f25-d33c-4474-92cb-97db13e29dc5",
    "vfModuleModelCustomizationUUID": "8c4814d8-a2cf-4aca-8248-352688176d23",
    "isBase": true,
    "artifacts": [
      "8c04c529-0bf2-4f46-bbb6-228aa4022f60",
      "0a9395c4-4a99-47de-9082-8a1b894f9d7d",
      "1aeb9803-bdba-4e5f-8e6f-11e69201fd29"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:55:34.202Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d722f25-d33c-4474-92cb-97db13e29dc5
VfModuleModelInvariantUUID:622541ab-77ff-43c3-a66e-115c536218bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c04c529-0bf2-4f46-bbb6-228aa4022f60
,
0a9395c4-4a99-47de-9082-8a1b894f9d7d
,
1aeb9803-bdba-4e5f-8e6f-11e69201fd29

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

isBase:true


}

2022-07-04T04:55:34.204Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "622541ab-77ff-43c3-a66e-115c536218bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d722f25-d33c-4474-92cb-97db13e29dc5",
    "vfModuleModelCustomizationUUID": "8c4814d8-a2cf-4aca-8248-352688176d23",
    "isBase": true,
    "artifacts": [
      "8c04c529-0bf2-4f46-bbb6-228aa4022f60",
      "0a9395c4-4a99-47de-9082-8a1b894f9d7d",
      "1aeb9803-bdba-4e5f-8e6f-11e69201fd29"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:55:34.204Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d722f25-d33c-4474-92cb-97db13e29dc5
VfModuleModelInvariantUUID:622541ab-77ff-43c3-a66e-115c536218bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c04c529-0bf2-4f46-bbb6-228aa4022f60
,
0a9395c4-4a99-47de-9082-8a1b894f9d7d
,
1aeb9803-bdba-4e5f-8e6f-11e69201fd29

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

isBase:true


}

2022-07-04T04:55:34.204Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0a9395c4-4a99-47de-9082-8a1b894f9d7d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-04T04:55:34.205Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:34.205Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-04T04:55:34.339Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:55:34.339Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0a9395c4-4a99-47de-9082-8a1b894f9d7d 1164
2022-07-04T04:55:34.340Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-04T04:55:34.340Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-04T04:55:34.340Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:34.340Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:34.342Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:34.342Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910534340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:34.442Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:34.443Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:34.443Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:34.459Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:34.460Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:35.343Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1aeb9803-bdba-4e5f-8e6f-11e69201fd29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-04T04:55:35.343Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:55:35.344Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-04T04:55:35.612Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:55:35.613Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1aeb9803-bdba-4e5f-8e6f-11e69201fd29 200
2022-07-04T04:55:35.614Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-04T04:55:35.614Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-04T04:55:35.614Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:55:35.615Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:35.616Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:35.616Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910535614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:55:35.717Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:35.718Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:35.718Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:35.766Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:35.767Z||pool-65-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:36.617Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed
2022-07-04T04:55:36.617Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 70cab17d-5599-4c87-a00a-8175ba52acc0 ASDC
2022-07-04T04:55:36.635Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:55:36.668Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28b15ed2, org.onap.sdc.toscaparser.api.parameters.Input@432da5ad, org.onap.sdc.toscaparser.api.parameters.Input@11d88334, org.onap.sdc.toscaparser.api.parameters.Input@3edc7858, org.onap.sdc.toscaparser.api.parameters.Input@1c39f69f]
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e8fded2b-c662-4c18-89c7-603b14ad5cdd
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8fded2b-c662-4c18-89c7-603b14ad5cdd matches Tosca VF Customization UUID: e8fded2b-c662-4c18-89c7-603b14ad5cdd
2022-07-04T04:55:36.670Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e8fded2b-c662-4c18-89c7-603b14ad5cdd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T04:55:36.674Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.675Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.675Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e8fded2b-c662-4c18-89c7-603b14ad5cdd: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-04T04:55:36.675Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a40663d
2022-07-04T04:55:36.675Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.676Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:55:36.676Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c4814d8-a2cf-4aca-8248-352688176d23
2022-07-04T04:55:36.676Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c4814d8-a2cf-4aca-8248-352688176d23
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T04:55:36.680Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.680Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:36.680Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:36.680Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-04T04:55:36.681Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f5bbb634-6dca-44fa-953f-5f0070f80ab6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:55:36.684Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.685Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:36.685Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:55:36.685Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.685Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-04T04:55:36.685Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e8fded2b-c662-4c18-89c7-603b14ad5cdd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:55:36.688Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.689Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.689Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed: basic_cnf
2022-07-04T04:55:36.689Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.689Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.689Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.690Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:55:36.691Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:55:36.691Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:55:36.853Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 70cab17d-5599-4c87-a00a-8175ba52acc0 1 ASDC deployResourceStructure
2022-07-04T04:55:36.854Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-04T04:55:36.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-07-04T04:55:36.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-04T04:55:36.855Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:36.857Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:36.857Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910536854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T04:55:36.957Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:36.958Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:36.958Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:37.020Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:37.020Z||pool-66-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:37.857Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-04T04:55:37.858Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-04T04:55:37.858Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-04T04:55:37.858Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:37.860Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:37.860Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910537857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T04:55:37.961Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:37.962Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:37.962Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:38.010Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:38.010Z||pool-67-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:38.861Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-04T04:55:38.861Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-04T04:55:38.862Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:55:38.862Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:38.864Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:38.864Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910538861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:38.964Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:38.965Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:38.965Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:39.054Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:39.054Z||pool-68-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:39.864Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-04T04:55:39.865Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-04T04:55:39.865Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:55:39.865Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:39.867Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:39.867Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910539864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:39.967Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:39.969Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:39.969Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:39.987Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:39.987Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:40.868Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-04T04:55:40.868Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-04T04:55:40.868Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:55:40.868Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:40.870Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:40.870Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910540868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:40.970Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:40.971Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:40.972Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:41.020Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:41.020Z||pool-70-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:55:41.871Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-04T04:55:41.871Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-04T04:55:41.871Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:55:41.871Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:55:41.873Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:55:41.873Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910541871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:55:41.973Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:55:41.974Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:55:41.975Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:55:42.055Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:55:42.055Z||pool-71-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:55:42.874Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eafe636-013a-4e47-b444-397925716819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:55:42.907Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eafe636-013a-4e47-b444-397925716819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:55:42.913Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:55:42.913Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:55:42.913Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:55:42.914Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:55:42.914Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.914Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.914Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.915Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.915Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.915Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:55:42.915Z|8eafe636-013a-4e47-b444-397925716819|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-07-04T04:55:42.943Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:56:12.944Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8eafe636-013a-4e47-b444-397925716819 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:56:12.955Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8eafe636-013a-4e47-b444-397925716819 and serviceModelVersionId: e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed
2022-07-04T04:56:12.955Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0
2022-07-04T04:56:12.956Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0
2022-07-04T04:56:12.960Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:56:13.002Z|8eafe636-013a-4e47-b444-397925716819|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/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T04:56:13.004Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0|INFO|500||Invoke
2022-07-04T04:56:13.025Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:56:13.186Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0|INFO|500||InvokeReturn
2022-07-04T04:56:13.187Z|8eafe636-013a-4e47-b444-397925716819|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/d29e1f40-2ebf-4db9-9b57-5e1f3d06f3b0/model-vers/model-ver/e5c70c6f-9a47-44bf-9e4b-033f1ef2f4ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220704-04:56:13:317-80239], vertex-id=[213216], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:56:13 GMT], Content-Type=[application/json]}
2022-07-04T04:56:13.187Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:56:13.188Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:56:13.188Z|8eafe636-013a-4e47-b444-397925716819|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-07-04T04:56:13.193Z|8eafe636-013a-4e47-b444-397925716819|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-07-04T04:56:13.193Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8eafe636-013a-4e47-b444-397925716819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:56:13.194Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:56:13.194Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:13.197Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:13.197Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910573194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:56:13.297Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:56:13.298Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:13.298Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:13.323Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:13.324Z||pool-72-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:56:14.212Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:56:14.213Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1afed22-3c4a-43a6-87eb-b557a38a8052","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"307adade-bd2b-4aec-b600-35cc6ca57da9","serviceDescription":"service","serviceInvariantUUID":"c0ffa847-cb4c-48ac-8818-856dcaada373","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a8cdad8-bb68-45f6-8d20-8271ed5a6b47","resourceInvariantUUID":"be689211-d19e-4a06-9e89-8b80ca91e1af","resourceCustomizationUUID":"ce15d958-2a38-435f-84db-c5a09abb4feb","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":"MDE0NWRmZjE2Y2M5YTc2OTBhOTIzZTA0OTMxNWQzNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc94f0c1-1dc3-4d0d-8661-b6d1a8c1dfdf","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":"OWIyY2Q1YmU5MThkNjFlMzA4OGQyNDM1MTZjYzQ2MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c3e3d75-685b-4dbe-8426-249c525e8264","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a5c9a1c7-9e3d-4643-857c-aeecd435923b","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":"89e6354e-d123-44cf-96d6-d22e4b587787","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":"d6eb89a8-2942-4115-83f4-325295dba1fa","artifactVersion":"2","generatedFromUUID":"a5c9a1c7-9e3d-4643-857c-aeecd435923b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTA4MGIwZDQ4MTFjZWMyZjRiNjFlOGE0NTJkZGUzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ad1c026-de76-4da9-97e8-1b51e70e852c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjkwZWViYTU5OTVhZDZiYTMxZjFlNWE3MDZjMTNiOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d39342e-a191-4a41-ad77-1ac1d306a58e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:56:14.213Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:14.214Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:14.215Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:14.215Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:14.316Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:14.317Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:14.317Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:14.345Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:14.345Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:15.216Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:15.217Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:15.219Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:15.219Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:56:15.319Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:15.320Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:15.320Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:15.340Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:15.341Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:56:16.220Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:16.220Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:16.222Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:16.222Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:56:16.322Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:16.323Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:16.323Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:16.347Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:16.347Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:56:17.223Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:17.223Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:17.225Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:17.225Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:17.325Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:17.326Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:17.326Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:17.378Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:17.379Z||pool-76-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:18.226Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:18.227Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:18.229Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:18.229Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T04:56:18.329Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:18.330Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:18.330Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:18.373Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:18.374Z||pool-77-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:56:19.230Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:19.230Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:19.232Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:19.232Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:19.332Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:19.333Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:19.333Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:19.355Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:19.356Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:20.233Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:56:20.233Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:20.235Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:20.235Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:56:20.335Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:20.336Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:20.336Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:20.360Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:20.361Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:21.235Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "307adade-bd2b-4aec-b600-35cc6ca57da9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0ffa847-cb4c-48ac-8818-856dcaada373",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ce15d958-2a38-435f-84db-c5a09abb4feb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6a8cdad8-bb68-45f6-8d20-8271ed5a6b47",
      "resourceInvariantUUID": "be689211-d19e-4a06-9e89-8b80ca91e1af",
      "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": "OWIyY2Q1YmU5MThkNjFlMzA4OGQyNDM1MTZjYzQ2MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c3e3d75-685b-4dbe-8426-249c525e8264",
          "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": "a5c9a1c7-9e3d-4643-857c-aeecd435923b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6eb89a8-2942-4115-83f4-325295dba1fa",
            "generatedFromUUID": "a5c9a1c7-9e3d-4643-857c-aeecd435923b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6eb89a8-2942-4115-83f4-325295dba1fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjkwZWViYTU5OTVhZDZiYTMxZjFlNWE3MDZjMTNiOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d39342e-a191-4a41-ad77-1ac1d306a58e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T04:56:21.236Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:56:21.236Z|8eafe636-013a-4e47-b444-397925716819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 307adade-bd2b-4aec-b600-35cc6ca57da9 ASDC
2022-07-04T04:56:21.236Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b1afed22-3c4a-43a6-87eb-b557a38a8052
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:307adade-bd2b-4aec-b600-35cc6ca57da9
ServiceInvariantUUID:c0ffa847-cb4c-48ac-8818-856dcaada373
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:9d39342e-a191-4a41-ad77-1ac1d306a58e
ArtifactChecksum:YjkwZWViYTU5OTVhZDZiYTMxZjFlNWE3MDZjMTNiOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ce15d958-2a38-435f-84db-c5a09abb4feb
ResourceInvariantUUID:be689211-d19e-4a06-9e89-8b80ca91e1af
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6a8cdad8-bb68-45f6-8d20-8271ed5a6b47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:8c3e3d75-685b-4dbe-8426-249c525e8264
ArtifactChecksum:OWIyY2Q1YmU5MThkNjFlMzA4OGQyNDM1MTZjYzQ2MjA=
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:a5c9a1c7-9e3d-4643-857c-aeecd435923b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d6eb89a8-2942-4115-83f4-325295dba1fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d6eb89a8-2942-4115-83f4-325295dba1fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T04:56:21.236Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 307adade-bd2b-4aec-b600-35cc6ca57da9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:56:21.277Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:56:21.278Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:56:21.278Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:56:21.278Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d39342e-a191-4a41-ad77-1ac1d306a58e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-04T04:56:21.278Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:56:21.278Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-04T04:56:21.669Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:56:21.672Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9d39342e-a191-4a41-ad77-1ac1d306a58e 71054
2022-07-04T04:56:21.673Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-04T04:56:21.673Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-04T04:56:21.673Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:56:21.673Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:21.675Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:21.675Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910581672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:56:21.775Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:21.776Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:21.776Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:21.794Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:21.794Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:22.675Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:56:22.676Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:56:22.677Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9d39342e-a191-4a41-ad77-1ac1d306a58e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:22.677Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-04T04:56:22.677Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:22.677Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:22.790Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17171752798718371172/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-04T04:56:23.902Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-BasicVm-csar.csar
2022-07-04T04:56:23.903Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-BasicVm-csar.csar
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:56:23.904Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.905Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:56:23.906Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:23.907Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=26aeac5a-be86-461c-9ad1-b9d080ca1c9e
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.908Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:23.909Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:307adade-bd2b-4aec-b600-35cc6ca57da9
Model Version:NULL
Model InvariantUuid:c0ffa847-cb4c-48ac-8818-856dcaada373
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5f02abbc-0820-4cc3-a375-4a56734b2b86
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be689211-d19e-4a06-9e89-8b80ca91e1af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce15d958-2a38-435f-84db-c5a09abb4feb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a39b3939-72a2-4361-b239-b7bb1db72289
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2e9bd082-6503-4565-91ec-629e30e702db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:26aeac5a-be86-461c-9ad1-b9d080ca1c9e
ModelInvariantUuid:bbfe2b9a-ccdd-4c62-8e22-cd094cca4b72
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5a2bb061-b956-491a-80cc-9c09ba18e5fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b598ff1b-1adb-4532-8376-3a67a80c81be
ModelInvariantUuid:5a4cca2b-5327-49b9-905a-b6c234982d35
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0fe602d1-dc58-4da9-badf-9a7cd78310f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T04:56:25.259Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a8cdad8-bb68-45f6-8d20-8271ed5a6b47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:56:25.275Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-07-04T04:56:25.275Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a8cdad8-bb68-45f6-8d20-8271ed5a6b47
2022-07-04T04:56:25.275Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c3e3d75-685b-4dbe-8426-249c525e8264 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-04T04:56:25.275Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:56:25.276Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-04T04:56:25.366Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:56:25.366Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8c3e3d75-685b-4dbe-8426-249c525e8264 787
2022-07-04T04:56:25.366Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-04T04:56:25.366Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-04T04:56:25.366Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:56:25.367Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:25.368Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:25.368Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910585366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:56:25.468Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:25.470Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:25.470Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:25.518Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:25.519Z||pool-81-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:26.369Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a39b3939-72a2-4361-b239-b7bb1db72289",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e9bd082-6503-4565-91ec-629e30e702db",
    "vfModuleModelCustomizationUUID": "06f512ff-2f21-4ab9-afc3-fb3c2f685189",
    "isBase": true,
    "artifacts": [
      "a5c9a1c7-9e3d-4643-857c-aeecd435923b",
      "d6eb89a8-2942-4115-83f4-325295dba1fa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:56:26.372Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e9bd082-6503-4565-91ec-629e30e702db
VfModuleModelInvariantUUID:a39b3939-72a2-4361-b239-b7bb1db72289
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5c9a1c7-9e3d-4643-857c-aeecd435923b
,
d6eb89a8-2942-4115-83f4-325295dba1fa

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

isBase:true


}

2022-07-04T04:56:26.373Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a39b3939-72a2-4361-b239-b7bb1db72289",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e9bd082-6503-4565-91ec-629e30e702db",
    "vfModuleModelCustomizationUUID": "06f512ff-2f21-4ab9-afc3-fb3c2f685189",
    "isBase": true,
    "artifacts": [
      "a5c9a1c7-9e3d-4643-857c-aeecd435923b",
      "d6eb89a8-2942-4115-83f4-325295dba1fa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T04:56:26.373Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e9bd082-6503-4565-91ec-629e30e702db
VfModuleModelInvariantUUID:a39b3939-72a2-4361-b239-b7bb1db72289
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5c9a1c7-9e3d-4643-857c-aeecd435923b
,
d6eb89a8-2942-4115-83f4-325295dba1fa

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

isBase:true


}

2022-07-04T04:56:26.374Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5c9a1c7-9e3d-4643-857c-aeecd435923b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-04T04:56:26.374Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:56:26.374Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-04T04:56:26.437Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:56:26.437Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a5c9a1c7-9e3d-4643-857c-aeecd435923b 5033
2022-07-04T04:56:26.437Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-04T04:56:26.437Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-04T04:56:26.437Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:56:26.438Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:26.439Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:26.439Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910586437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:56:26.540Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:26.541Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:26.541Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:26.569Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:26.570Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:27.440Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6eb89a8-2942-4115-83f4-325295dba1fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-04T04:56:27.440Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:56:27.441Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-04T04:56:27.622Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:56:27.622Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d6eb89a8-2942-4115-83f4-325295dba1fa 903
2022-07-04T04:56:27.622Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-04T04:56:27.622Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-04T04:56:27.623Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:56:27.623Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:27.624Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:27.625Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910587622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:56:27.725Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:27.726Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:27.726Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:27.762Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:27.763Z||pool-83-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:28.625Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 307adade-bd2b-4aec-b600-35cc6ca57da9
2022-07-04T04:56:28.626Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6a8cdad8-bb68-45f6-8d20-8271ed5a6b47 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:56:28.679Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25465e91, org.onap.sdc.toscaparser.api.parameters.Input@1c576b2a, org.onap.sdc.toscaparser.api.parameters.Input@31e660f8, org.onap.sdc.toscaparser.api.parameters.Input@2df62e2c, org.onap.sdc.toscaparser.api.parameters.Input@3ad34fd5]
2022-07-04T04:56:28.680Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.681Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.681Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-04T04:56:28.681Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ce15d958-2a38-435f-84db-c5a09abb4feb
2022-07-04T04:56:28.681Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce15d958-2a38-435f-84db-c5a09abb4feb matches Tosca VF Customization UUID: ce15d958-2a38-435f-84db-c5a09abb4feb
2022-07-04T04:56:28.681Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ce15d958-2a38-435f-84db-c5a09abb4feb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T04:56:28.687Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.687Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.688Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ce15d958-2a38-435f-84db-c5a09abb4feb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-04T04:56:28.688Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@382e5f8
2022-07-04T04:56:28.688Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.688Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:56:28.688Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 06f512ff-2f21-4ab9-afc3-fb3c2f685189
2022-07-04T04:56:28.689Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 06f512ff-2f21-4ab9-afc3-fb3c2f685189
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T04:56:28.692Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.693Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:28.693Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:28.693Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.694Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:28.694Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:28.694Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.695Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-04T04:56:28.695Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-04T04:56:28.695Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T04:56:28.696Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=26aeac5a-be86-461c-9ad1-b9d080ca1c9e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T04:56:28.706Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.707Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:28.707Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:56:28.707Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.708Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-04T04:56:28.708Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ce15d958-2a38-435f-84db-c5a09abb4feb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:56:28.711Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.712Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.712Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 307adade-bd2b-4aec-b600-35cc6ca57da9: basic_vm
2022-07-04T04:56:28.712Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.712Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.713Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.713Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.713Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.714Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.714Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.714Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.714Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T04:56:28.715Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:56:28.715Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:56:28.878Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6a8cdad8-bb68-45f6-8d20-8271ed5a6b47 1 ASDC deployResourceStructure
2022-07-04T04:56:28.879Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-04T04:56:28.879Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-04T04:56:28.879Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:56:28.880Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:28.881Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:28.882Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910588879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:56:28.982Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:28.983Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:28.983Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:29.028Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:29.028Z||pool-84-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:29.882Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-04T04:56:29.883Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-04T04:56:29.883Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:56:29.883Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:29.885Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:29.885Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910589882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:56:29.985Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:29.986Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:29.986Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:30.014Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:30.015Z||pool-85-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:56:30.886Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-04T04:56:30.886Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-04T04:56:30.886Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:56:30.887Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:30.889Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:30.889Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910590886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:56:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:56:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:56:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:30.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:30.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910513477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:56:30.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:56:30.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:30.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:56:30.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:56:30.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:56:30.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910528463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:56:30.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:56:30.989Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:30.989Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:30.989Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:31.034Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:31.035Z||pool-86-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:56:31.890Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-04T04:56:31.890Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-04T04:56:31.890Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:56:31.890Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:56:31.892Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:56:31.892Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:56:31.992Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:56:31.993Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:56:31.993Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:56:32.013Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:56:32.013Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:56:32.893Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1afed22-3c4a-43a6-87eb-b557a38a8052
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:56:32.943Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1afed22-3c4a-43a6-87eb-b557a38a8052
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T04:56:32.948Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:56:32.949Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:56:32.949Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:56:32.949Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:56:32.949Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.949Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.950Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.950Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.950Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.950Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T04:56:32.950Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-07-04T04:56:32.980Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:57:02.980Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1afed22-3c4a-43a6-87eb-b557a38a8052 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T04:57:02.986Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1afed22-3c4a-43a6-87eb-b557a38a8052 and serviceModelVersionId: 307adade-bd2b-4aec-b600-35cc6ca57da9
2022-07-04T04:57:02.986Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0ffa847-cb4c-48ac-8818-856dcaada373
2022-07-04T04:57:02.987Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0
2022-07-04T04:57:02.991Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:57:03.030Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T04:57:03.032Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0|INFO|500||Invoke
2022-07-04T04:57:03.051Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T04:57:03.332Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0|INFO|500||InvokeReturn
2022-07-04T04:57:03.333Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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/c0ffa847-cb4c-48ac-8818-856dcaada373/model-vers/model-ver/307adade-bd2b-4aec-b600-35cc6ca57da9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220704-04:57:03:346-26334], vertex-id=[217312], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:57:03 GMT], Content-Type=[application/json]}
2022-07-04T04:57:03.334Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:57:03.334Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:57:03.334Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-07-04T04:57:03.340Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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-07-04T04:57:03.341Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1afed22-3c4a-43a6-87eb-b557a38a8052 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:57:03.341Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:57:03.341Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:57:03.343Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:57:03.343Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910623341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:57:03.443Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:57:03.445Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:57:03.445Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:03.473Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:57:03.474Z||pool-88-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:57:04.360Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:57:04.360Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:57:04.361Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:13.980Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:57:13.981Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:57:13.982Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:57:13.982Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:23.571Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:57:23.572Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:57:23.572Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:57:23.573Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:30.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:57:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:57:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:30.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:57:30.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:57:30.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910531018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:57:30.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:57:33.290Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:57:33.290Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:57:33.291Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:57:33.291Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:57:42.882Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:58:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:58:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:58:30.935Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:58:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:58:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:58:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:58:31.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:58:31.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910532073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910533190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910534340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910535614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910536854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T04:58:31.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910537857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T04:58:31.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910538861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910539864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910540868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910541871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8eafe636-013a-4e47-b444-397925716819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910573194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:58:31.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:58:31.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T04:58:31.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T04:58:31.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:58:31.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T04:58:31.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T04:58:31.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910514512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T04:58:31.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T04:58:31.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910581672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910585366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910586437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910587622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T04:58:31.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910588879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:31.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:58:31.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910589882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T04:58:31.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:58:40.618Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:59:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:59:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:59:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:59:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:59:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T04:59:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:59:31.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T04:59:31.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:59:31.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910590886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-04T04:59:31.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:59:31.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:59:31.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910591889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T04:59:31.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:59:31.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T04:59:31.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1afed22-3c4a-43a6-87eb-b557a38a8052",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656910623341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:59:31.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:59:40.568Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:00:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:00:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:00:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:00:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:00:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:00:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:00:40.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:00:40.568Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:01:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:01:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:01:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:01:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:01:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:01:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:01:40.519Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:01:40.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:02:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:02:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:02:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:02:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:02:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:02:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:02:40.556Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:02:40.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:03:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:03:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:03:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:03:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:03:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:03:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:03:40.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:03:40.512Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:04:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:04:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:04:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:04:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:04:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:04:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:04:40.524Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:04:40.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:05:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:05:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:05:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:05:30.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:05:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:05:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:05:40.581Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:05:40.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:06:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:06:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:06:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:06:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:06:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:06:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:06:40.536Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:06:40.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:07:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:07:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:07:30.934Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:07:30.935Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:07:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:07:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:07:40.536Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:07:40.545Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:08:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:08:30.935Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:08:30.935Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:08:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:08:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:08:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:08:40.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:08:40.638Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:09:30.933Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:09:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:09:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:09:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:09:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:09:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:09:40.636Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:09:40.647Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:10:30.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:10:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:10:30.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:10:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:10:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:10:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:10:40.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:10:40.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:11:30.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:11:30.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:11:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:11:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:11:30.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:11:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:11:40.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:11:40.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:12:30.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:12:30.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:12:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:12:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:12:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:12:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:12:40.669Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:12:40.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:13:30.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:13:30.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:13:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:13:30.935Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:13:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:13:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:13:40.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:13:40.568Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:14:30.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:14:30.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:14:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:14:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:14:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:14:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:14:40.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:14:40.715Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:30.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:15:30.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:15:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:30.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:15:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:15:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:31.111Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:31.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911697444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911705185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911716388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911717598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911706712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911708834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911717990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "cds",
  "timestamp": 1656911720239,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:15:31.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911718996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:31.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911719858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "policy-id",
  "timestamp": 1656911719999,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:15:31.210Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:15:31.210Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911721001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911722272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911723547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911724620,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:15:31.232Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:15:31.232Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T05:15:31.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911717444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911724640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911725623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:31.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911725913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "aai-ml",
  "timestamp": 1656911726917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:15:31.253Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:15:31.253Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911721243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911730273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:31.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911729645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:31.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "cds",
  "timestamp": 1656911731560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.286Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:15:31.286Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:31.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:15:31.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:31.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-04T05:15:31.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb7c9e65-bf0a-4207-91a2-19f6d28389d4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bca6c338-095c-49b7-a74c-038124e6d8c2","serviceDescription":"service","serviceInvariantUUID":"46b4af43-f04d-4fe2-bea7-ca893b9711a3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abc11c88-5ba8-4425-a04d-7182284c0e53","resourceInvariantUUID":"bb251881-ac5a-44c5-92f3-7acf6320497e","resourceCustomizationUUID":"d9f82c9e-fd87-4bd9-b935-648e9a772ff9","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":"NjE3MTNmMzEwMzRhNDcxNjUzYmJmNTFkOGQ0ZjI0MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99fcf3e7-1d6d-4aa4-8647-7d675fff490c","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":"NjUzYjIzZDE4MGQwYWE0NzdkNWExMTAwOWU4MjdjMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae858a2a-7f46-436e-bc2d-9ec4cb195166","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":"a4faf199-f231-4fd5-91c7-e525a8afa6fb","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":"d8b06b7c-71ca-4b81-a636-82a3a2460296","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":"a5a681e6-d455-4779-b09b-4e46c1e1dc8d","artifactVersion":"2","generatedFromUUID":"5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f"},{"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":"a3ded2ad-f5d8-4395-ab42-82899743ba67","artifactVersion":"2","generatedFromUUID":"a4faf199-f231-4fd5-91c7-e525a8afa6fb"},{"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":"5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f","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":"ca6beafc-fbe1-4330-8fd0-c2741ce76242","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":"Y2ExOTA3NTQ5YzFhMGE3MjFkNjUxMTgxYzc4YjIzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"717e7e93-3c85-40d0-a03c-82ff6681757f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTJjYmQ5MGQ1NWQwODZiZDFiZTY3ZmFiOTE4YjZlZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cea1b8e3-afe5-47f5-b3ad-60d75041e953","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T05:15:31.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:31.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:31.603Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:31.603Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:31.703Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:31.704Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:31.704Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:31.744Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:31.745Z||pool-89-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:32.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:32.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:32.606Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:32.606Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:15:32.706Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:32.708Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:32.708Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:32.795Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:32.796Z||pool-90-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:33.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:33.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:33.609Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:33.609Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:15:33.711Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-04T05:15:33.712Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:33.712Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:33.738Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:33.739Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:34.610Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:34.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:34.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:34.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:34.713Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:34.714Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:34.714Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:34.804Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:34.804Z||pool-92-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:35.614Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:35.614Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:35.617Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:35.617Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-04T05:15:35.717Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:15:35.718Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:35.718Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:35.740Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:35.741Z||pool-93-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:36.618Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:36.618Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:36.620Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:36.620Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-04T05:15:36.720Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:36.721Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:36.722Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:36.745Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:36.746Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:37.621Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:37.622Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:37.624Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:37.624Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-04T05:15:37.724Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:37.725Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:37.726Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:37.783Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:37.784Z||pool-95-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:38.624Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:38.625Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:38.627Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:38.627Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:38.727Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:38.729Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:38.729Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:38.750Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:38.750Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:39.627Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:39.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:39.630Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:39.630Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:15:39.730Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:39.731Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:39.731Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:39.756Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:39.757Z||pool-97-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:40.630Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:15:40.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:40.632Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:40.633Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:15:40.733Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:40.734Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:40.734Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:40.821Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:40.822Z||pool-98-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:41.634Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bca6c338-095c-49b7-a74c-038124e6d8c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "46b4af43-f04d-4fe2-bea7-ca893b9711a3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d9f82c9e-fd87-4bd9-b935-648e9a772ff9",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "abc11c88-5ba8-4425-a04d-7182284c0e53",
      "resourceInvariantUUID": "bb251881-ac5a-44c5-92f3-7acf6320497e",
      "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": "NjUzYjIzZDE4MGQwYWE0NzdkNWExMTAwOWU4MjdjMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ae858a2a-7f46-436e-bc2d-9ec4cb195166",
          "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": "a4faf199-f231-4fd5-91c7-e525a8afa6fb",
          "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": "a3ded2ad-f5d8-4395-ab42-82899743ba67",
            "generatedFromUUID": "a4faf199-f231-4fd5-91c7-e525a8afa6fb"
          },
          "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": "a5a681e6-d455-4779-b09b-4e46c1e1dc8d",
          "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": "a3ded2ad-f5d8-4395-ab42-82899743ba67",
          "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": "5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTJjYmQ5MGQ1NWQwODZiZDFiZTY3ZmFiOTE4YjZlZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cea1b8e3-afe5-47f5-b3ad-60d75041e953"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T05:15:41.634Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T05:15:41.634Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bca6c338-095c-49b7-a74c-038124e6d8c2 ASDC
2022-07-04T05:15:41.635Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cb7c9e65-bf0a-4207-91a2-19f6d28389d4
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bca6c338-095c-49b7-a74c-038124e6d8c2
ServiceInvariantUUID:46b4af43-f04d-4fe2-bea7-ca893b9711a3
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:cea1b8e3-afe5-47f5-b3ad-60d75041e953
ArtifactChecksum:NTJjYmQ5MGQ1NWQwODZiZDFiZTY3ZmFiOTE4YjZlZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d9f82c9e-fd87-4bd9-b935-648e9a772ff9
ResourceInvariantUUID:bb251881-ac5a-44c5-92f3-7acf6320497e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:abc11c88-5ba8-4425-a04d-7182284c0e53
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:ae858a2a-7f46-436e-bc2d-9ec4cb195166
ArtifactChecksum:NjUzYjIzZDE4MGQwYWE0NzdkNWExMTAwOWU4MjdjMDQ=
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:a4faf199-f231-4fd5-91c7-e525a8afa6fb
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:a3ded2ad-f5d8-4395-ab42-82899743ba67
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:a5a681e6-d455-4779-b09b-4e46c1e1dc8d
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:a3ded2ad-f5d8-4395-ab42-82899743ba67
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:5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T05:15:41.635Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bca6c338-095c-49b7-a74c-038124e6d8c2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:15:41.682Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:15:41.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:15:41.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:15:41.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cea1b8e3-afe5-47f5-b3ad-60d75041e953 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:41.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:41.686Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:41.873Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:41.881Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cea1b8e3-afe5-47f5-b3ad-60d75041e953 158205
2022-07-04T05:15:41.881Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:15:41.882Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:41.882Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:41.882Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:41.884Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:41.884Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911741881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:41.984Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:41.985Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:41.985Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:42.018Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:42.018Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:42.884Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:15:42.885Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:15:42.886Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cea1b8e3-afe5-47f5-b3ad-60d75041e953, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:42.886Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-04T05:15:42.887Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:42.887Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:43.082Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2565299285207764165/Definitions/service-BasicCnfMacro-template.yml
2022-07-04T05:15:44.501Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:44.502Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-04T05:15:44.503Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.503Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.503Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.503Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-04T05:15:44.503Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:15:44.504Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.505Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T05:15:44.506Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.506Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.506Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:44.506Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.506Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:44.507Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:44.508Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.508Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-04T05:15:44.508Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-04T05:15:44.508Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ee6459a5-f6cc-46e2-a831-ce43ff747600
2022-07-04T05:15:44.508Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:44.509Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:44.510Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bca6c338-095c-49b7-a74c-038124e6d8c2
Model Version:NULL
Model InvariantUuid:46b4af43-f04d-4fe2-bea7-ca893b9711a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:db934d9c-017e-4a21-b101-98aec89f61ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb251881-ac5a-44c5-92f3-7acf6320497e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9f82c9e-fd87-4bd9-b935-648e9a772ff9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1470e1a7-fea9-44f6-9ffe-28223627f3ae
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:44c8846f-cc07-4f55-a7c9-091c79e967c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6aa7d946-e5b1-47ce-81b7-574d9c96d219
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b010d299-ddce-4149-aba1-b0b373d92383
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee6459a5-f6cc-46e2-a831-ce43ff747600
ModelInvariantUuid:77cbb69a-7f97-4153-a15b-65aecf8f011f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7d83f7c2-bbe9-44da-8ad7-b5b70e764f2f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ce310937-0a26-4be0-bfe4-a9e3d6c46f55
ModelInvariantUuid:fadbedf1-3d99-439a-b7af-1cb5f0862caf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d124e835-6663-4903-89ca-45a4dfbc2dd0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T05:15:44.522Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: abc11c88-5ba8-4425-a04d-7182284c0e53
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:15:44.535Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-07-04T05:15:44.535Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: abc11c88-5ba8-4425-a04d-7182284c0e53
2022-07-04T05:15:44.535Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ae858a2a-7f46-436e-bc2d-9ec4cb195166 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-04T05:15:44.535Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:44.535Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-04T05:15:44.684Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:44.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ae858a2a-7f46-436e-bc2d-9ec4cb195166 1565
2022-07-04T05:15:44.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-04T05:15:44.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-04T05:15:44.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:44.685Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:44.687Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:44.687Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911744685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:44.787Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:44.788Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:44.788Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:44.839Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:44.840Z||pool-100-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:45.688Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6aa7d946-e5b1-47ce-81b7-574d9c96d219",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b010d299-ddce-4149-aba1-b0b373d92383",
    "vfModuleModelCustomizationUUID": "b5f08cc3-26fc-4eb7-b258-2e680fa52324",
    "isBase": true,
    "artifacts": [
      "a4faf199-f231-4fd5-91c7-e525a8afa6fb",
      "a3ded2ad-f5d8-4395-ab42-82899743ba67"
    ],
    "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": "1470e1a7-fea9-44f6-9ffe-28223627f3ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44c8846f-cc07-4f55-a7c9-091c79e967c5",
    "vfModuleModelCustomizationUUID": "dee1f884-64ef-4022-993c-e9fbe48c38db",
    "isBase": false,
    "artifacts": [
      "5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T05:15:45.694Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b010d299-ddce-4149-aba1-b0b373d92383
VfModuleModelInvariantUUID:6aa7d946-e5b1-47ce-81b7-574d9c96d219
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4faf199-f231-4fd5-91c7-e525a8afa6fb
,
a3ded2ad-f5d8-4395-ab42-82899743ba67

}
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:44c8846f-cc07-4f55-a7c9-091c79e967c5
VfModuleModelInvariantUUID:1470e1a7-fea9-44f6-9ffe-28223627f3ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f

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

isBase:false


}

2022-07-04T05:15:45.696Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6aa7d946-e5b1-47ce-81b7-574d9c96d219",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b010d299-ddce-4149-aba1-b0b373d92383",
    "vfModuleModelCustomizationUUID": "b5f08cc3-26fc-4eb7-b258-2e680fa52324",
    "isBase": true,
    "artifacts": [
      "a4faf199-f231-4fd5-91c7-e525a8afa6fb",
      "a3ded2ad-f5d8-4395-ab42-82899743ba67"
    ],
    "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": "1470e1a7-fea9-44f6-9ffe-28223627f3ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44c8846f-cc07-4f55-a7c9-091c79e967c5",
    "vfModuleModelCustomizationUUID": "dee1f884-64ef-4022-993c-e9fbe48c38db",
    "isBase": false,
    "artifacts": [
      "5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T05:15:45.696Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b010d299-ddce-4149-aba1-b0b373d92383
VfModuleModelInvariantUUID:6aa7d946-e5b1-47ce-81b7-574d9c96d219
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4faf199-f231-4fd5-91c7-e525a8afa6fb
,
a3ded2ad-f5d8-4395-ab42-82899743ba67

}
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:44c8846f-cc07-4f55-a7c9-091c79e967c5
VfModuleModelInvariantUUID:1470e1a7-fea9-44f6-9ffe-28223627f3ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f

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

isBase:false


}

2022-07-04T05:15:45.696Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4faf199-f231-4fd5-91c7-e525a8afa6fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-04T05:15:45.696Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:45.696Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-04T05:15:45.849Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:45.849Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a4faf199-f231-4fd5-91c7-e525a8afa6fb 914
2022-07-04T05:15:45.849Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-04T05:15:45.850Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-04T05:15:45.850Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:45.850Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:45.852Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:45.853Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911745849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:45.952Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:15:45.953Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:45.953Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:46.013Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:46.013Z||pool-101-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:46.853Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5a681e6-d455-4779-b09b-4e46c1e1dc8d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-04T05:15:46.853Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:46.854Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-04T05:15:47.118Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:47.118Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a5a681e6-d455-4779-b09b-4e46c1e1dc8d 12
2022-07-04T05:15:47.118Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-04T05:15:47.119Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-04T05:15:47.119Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:47.119Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:47.121Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:47.121Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911747118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:47.221Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:47.222Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:47.222Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:47.325Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:47.326Z||pool-102-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:48.122Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a3ded2ad-f5d8-4395-ab42-82899743ba67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-04T05:15:48.122Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:48.122Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-04T05:15:48.410Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:48.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a3ded2ad-f5d8-4395-ab42-82899743ba67 96
2022-07-04T05:15:48.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-04T05:15:48.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-04T05:15:48.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:48.412Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:48.414Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:48.415Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911748411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:48.514Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:15:48.515Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:48.515Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:48.608Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:48.608Z||pool-103-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:49.415Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-04T05:15:49.416Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:15:49.416Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-04T05:15:49.627Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:15:49.628Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5c72327b-e5c9-4db8-bc4c-b9b04d6dce0f 20206
2022-07-04T05:15:49.628Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-04T05:15:49.629Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-04T05:15:49.629Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:15:49.629Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:49.631Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:49.631Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911749628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:15:49.731Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:49.732Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:49.732Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:49.787Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:49.787Z||pool-104-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:50.635Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bca6c338-095c-49b7-a74c-038124e6d8c2
2022-07-04T05:15:50.635Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 abc11c88-5ba8-4425-a04d-7182284c0e53 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:15:50.645Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23380edb, org.onap.sdc.toscaparser.api.parameters.Input@48cf3dd5, org.onap.sdc.toscaparser.api.parameters.Input@8b8c97a, org.onap.sdc.toscaparser.api.parameters.Input@782cb724, org.onap.sdc.toscaparser.api.parameters.Input@1b81202c]
2022-07-04T05:15:50.647Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.647Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.647Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-04T05:15:50.648Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d9f82c9e-fd87-4bd9-b935-648e9a772ff9
2022-07-04T05:15:50.648Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9f82c9e-fd87-4bd9-b935-648e9a772ff9 matches Tosca VF Customization UUID: d9f82c9e-fd87-4bd9-b935-648e9a772ff9
2022-07-04T05:15:50.648Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d9f82c9e-fd87-4bd9-b935-648e9a772ff9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T05:15:50.656Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.656Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.657Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d9f82c9e-fd87-4bd9-b935-648e9a772ff9: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-04T05:15:50.657Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79a4661b
2022-07-04T05:15:50.657Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.658Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T05:15:50.658Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dee1f884-64ef-4022-993c-e9fbe48c38db
2022-07-04T05:15:50.658Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dee1f884-64ef-4022-993c-e9fbe48c38db
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T05:15:50.660Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.661Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:50.661Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:50.661Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.661Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:50.662Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:15:50.662Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.662Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-04T05:15:50.662Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d9f82c9e-fd87-4bd9-b935-648e9a772ff9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:15:50.664Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.664Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.664Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bca6c338-095c-49b7-a74c-038124e6d8c2: basic_cnf_macro
2022-07-04T05:15:50.664Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.665Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.665Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.665Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.666Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.666Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.666Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.667Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.667Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:15:50.667Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:15:50.667Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:15:50.713Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro abc11c88-5ba8-4425-a04d-7182284c0e53 2 ASDC deployResourceStructure
2022-07-04T05:15:50.713Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-04T05:15:50.714Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-04T05:15:50.714Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:15:50.714Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:50.716Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:50.716Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911750713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:50.816Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:50.817Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:50.817Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:50.846Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:50.846Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:51.717Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-04T05:15:51.717Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-04T05:15:51.717Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:15:51.718Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:51.719Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:51.720Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911751717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:51.820Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:51.820Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:51.820Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:51.900Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:51.900Z||pool-106-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":11,"count":1}
2022-07-04T05:15:52.720Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-04T05:15:52.721Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-07-04T05:15:52.721Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-04T05:15:52.721Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:52.723Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:52.724Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911752720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T05:15:52.824Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:52.824Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:52.824Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:52.876Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:52.876Z||pool-107-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:53.724Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-04T05:15:53.725Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-04T05:15:53.725Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:15:53.725Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:53.727Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:53.728Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911753724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:53.828Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:15:53.829Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:53.829Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:53.857Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:53.858Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:54.728Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-04T05:15:54.729Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-04T05:15:54.729Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-04T05:15:54.729Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:54.731Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:54.731Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911754728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T05:15:54.831Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:54.832Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:54.832Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:54.858Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:54.858Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:15:55.732Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:15:55.732Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-04T05:15:55.732Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:15:55.732Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:15:55.734Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:15:55.734Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911755732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:15:55.835Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:15:55.835Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:15:55.836Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:15:55.948Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:15:55.949Z||pool-110-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:15:56.735Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:15:56.769Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:15:56.773Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:15:56.773Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:15:56.773Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:15:56.773Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:16:26.773Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:16:26.795Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:16:26.798Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:16:26.798Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:16:26.798Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:16:26.798Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:16:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:16:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:16:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:16:31.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:16:31.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T05:16:31.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "clamp",
  "timestamp": 1656911730650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:16:31.025Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:16:31.026Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:16:56.799Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:16:56.858Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:16:56.861Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:16:56.862Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:16:56.862Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:16:56.862Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:17:26.862Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:17:26.888Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:17:26.892Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:17:26.892Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:17:26.892Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:17:26.892Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:17:30.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:17:30.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:17:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:17:31.028Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:17:31.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:17:31.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:17:31.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:17:56.893Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:17:56.906Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:17:56.909Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:17:56.910Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:17:56.910Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:17:56.910Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:18:26.910Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:18:26.938Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:18:26.942Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:18:26.942Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:18:26.942Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T05:18:26.943Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T05:18:30.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:18:30.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:18:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:18:30.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:18:31.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911732660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911726707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911735983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911735662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911736990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.540Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb7c9e65-bf0a-4207-91a2-19f6d28389d4
2022-07-04T05:18:31.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911736667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911737691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911729939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "policy-id",
  "timestamp": 1656911737670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:18:31.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911739046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911738924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911740152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911741174,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:18:31.590Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T05:18:31.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911733199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911742179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911741881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911744685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911721389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911745642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911745849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911746187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911746630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911747118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "aai-ml",
  "timestamp": 1656911747635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.621Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:18:31.621Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911737444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911735185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911748411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911748649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911749383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911749628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911750678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911750639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "clamp",
  "timestamp": 1656911749652,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.646Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:18:31.646Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911750390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.663Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1da8ad85-85d9-4d3b-b72e-a4d550557383
2022-07-04T05:18:31.663Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da8ad85-85d9-4d3b-b72e-a4d550557383 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911750713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911751681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "cds",
  "timestamp": 1656911751950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.703Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.703Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911751717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656911752684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.725Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.725Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911752720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T05:18:31.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911753724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911754728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-04T05:18:31.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911746708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911755732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656911748834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911756871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911757876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "policy-id",
  "timestamp": 1656911758879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.765Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.765Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911751412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911761312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911763758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656911764767,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.808Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.808Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911759939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911769767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:18:31.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911763199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:18:31.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:18:31.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911775456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "aai-ml",
  "timestamp": 1656911776460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.841Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.841Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:31.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911779648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:18:31.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911782665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:18:31.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:18:31.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:18:31.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "clamp",
  "timestamp": 1656911783671,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:31.865Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08cede69-d831-4380-becb-4cf508d723cb
2022-07-04T05:18:31.865Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08cede69-d831-4380-becb-4cf508d723cb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:18:56.943Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:18:56.981Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.985Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.986Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.986Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.986Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.986Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:18:56.986Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:18:57.006Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T05:19:27.006Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T05:19:27.015Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and serviceModelVersionId: bca6c338-095c-49b7-a74c-038124e6d8c2
2022-07-04T05:19:27.016Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46b4af43-f04d-4fe2-bea7-ca893b9711a3
2022-07-04T05:19:27.018Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0
2022-07-04T05:19:27.027Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T05:19:27.088Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0|INFO|500||Invoke
2022-07-04T05:19:27.089Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb7c9e65-bf0a-4207-91a2-19f6d28389d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f1d1dc5-56a5-4d06-9515-406e010a1295], X-ECOMP-RequestID=[cb7c9e65-bf0a-4207-91a2-19f6d28389d4], X-TransactionId=[], X-ONAP-RequestID=[cb7c9e65-bf0a-4207-91a2-19f6d28389d4], Content-Type=[application/merge-patch+json]}
2022-07-04T05:19:27.119Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T05:19:27.373Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?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/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220704-05:19:27:472-79565], vertex-id=[241728], Content-Length=[0], Date=[Mon, 04 Jul 2022 05:19:27 GMT], Content-Type=[application/json]}
2022-07-04T05:19:27.374Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-04T05:19:27.375Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46b4af43-f04d-4fe2-bea7-ca893b9711a3/model-vers/model-ver/bca6c338-095c-49b7-a74c-038124e6d8c2?depth=0|INFO|500||InvokeReturn
2022-07-04T05:19:27.376Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T05:19:27.376Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:19:27.382Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-04T05:19:27.383Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb7c9e65-bf0a-4207-91a2-19f6d28389d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T05:19:27.383Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T05:19:27.383Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:27.386Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:27.386Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911967383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:19:27.486Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:27.487Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:27.487Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:27.607Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:27.608Z||pool-111-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:19:28.402Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-04T05:19:28.403Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1da8ad85-85d9-4d3b-b72e-a4d550557383","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bfa8c44d-e050-4620-8e6f-835a97b42d8a","serviceDescription":"service","serviceInvariantUUID":"1998c2fe-a39e-497c-9122-b985838c5340","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0181e1e9-283f-4d0f-ac15-e30223d166e1","resourceInvariantUUID":"9b160d3c-6514-4234-b27f-3f795818eb1c","resourceCustomizationUUID":"c2b2503e-b743-4764-923e-7bc79f31cc4b","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":"N2FlYzg1MTQ2OGNiZmVmOGZkZGMzZjE2YWY1NDYyNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"379fd016-93ed-49e3-9846-ae8670546932","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":"YzFiNGE2ZWU4MjY2YjQ4YjFiYmIwNWVjOTQ3ZDg1YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"295ee588-522a-47b2-9516-9bebfee80de0","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":"3669d102-71cb-4c7e-8726-cf64a9731f85","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":"e5f96651-5a35-440b-9b04-d93a7554cb61","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":"827369b1-00e8-44ab-8f85-1c520eb48648","artifactVersion":"2","generatedFromUUID":"3669d102-71cb-4c7e-8726-cf64a9731f85"},{"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":"ZDEwMzFkNmMyN2FkYTZkYWVmODFmNTFhMmVjNjczNjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2a2140bd-0576-4e02-9e0a-3acb7a7f0e1f","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":"NWFlYzVhODg2NTEyODQwN2ZjMTY3NzZjNWVhMjNiNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba46e305-3857-4799-af6f-b39c809c57b1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2M3MmU2Y2ZmOWE3MTZjOTc2NmM2NzZjNzBmYjgzYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8dae33da-391d-4d58-a575-c7b4fdedcb53","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T05:19:28.403Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:28.404Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:28.406Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:28.406Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:19:28.506Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:28.507Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:28.507Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:28.623Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:28.624Z||pool-112-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:29.407Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:29.408Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:29.410Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:29.410Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:19:29.510Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:29.511Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:29.511Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:29.565Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:29.565Z||pool-113-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:19:30.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:30.411Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:30.414Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:30.414Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:19:30.514Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:30.515Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:30.515Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:30.556Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:30.556Z||pool-114-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:30.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:19:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:19:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:31.415Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:31.415Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:31.419Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:31.419Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:19:31.518Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:31.519Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:31.520Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:31.547Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:31.548Z||pool-115-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:31.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:31.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:19:31.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7c9e65-bf0a-4207-91a2-19f6d28389d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911967383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:19:31.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:19:31.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:19:31.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:19:31.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:19:31.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:19:31.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-04T05:19:31.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:19:31.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T05:19:31.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-04T05:19:31.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:19:32.419Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:32.420Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:32.422Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:32.422Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T05:19:32.522Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:32.523Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:32.523Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:32.559Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:32.561Z||pool-116-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:19:33.423Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:33.423Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:33.434Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:33.434Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:19:33.526Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-04T05:19:33.527Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:33.528Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:33.552Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:33.552Z||pool-117-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:19:34.435Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:34.435Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:34.438Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:34.438Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:19:34.537Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:34.538Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:34.539Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:34.598Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:34.598Z||pool-118-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:19:35.438Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:19:35.439Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:35.441Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:35.441Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:19:35.541Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:35.541Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:35.541Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:35.582Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:35.583Z||pool-119-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:36.442Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bfa8c44d-e050-4620-8e6f-835a97b42d8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1998c2fe-a39e-497c-9122-b985838c5340",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c2b2503e-b743-4764-923e-7bc79f31cc4b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0181e1e9-283f-4d0f-ac15-e30223d166e1",
      "resourceInvariantUUID": "9b160d3c-6514-4234-b27f-3f795818eb1c",
      "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": "YzFiNGE2ZWU4MjY2YjQ4YjFiYmIwNWVjOTQ3ZDg1YTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "295ee588-522a-47b2-9516-9bebfee80de0",
          "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": "3669d102-71cb-4c7e-8726-cf64a9731f85",
          "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": "827369b1-00e8-44ab-8f85-1c520eb48648",
            "generatedFromUUID": "3669d102-71cb-4c7e-8726-cf64a9731f85"
          },
          "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": "827369b1-00e8-44ab-8f85-1c520eb48648",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2M3MmU2Y2ZmOWE3MTZjOTc2NmM2NzZjNzBmYjgzYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8dae33da-391d-4d58-a575-c7b4fdedcb53"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T05:19:36.442Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T05:19:36.442Z|cb7c9e65-bf0a-4207-91a2-19f6d28389d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfa8c44d-e050-4620-8e6f-835a97b42d8a ASDC
2022-07-04T05:19:36.443Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1da8ad85-85d9-4d3b-b72e-a4d550557383
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bfa8c44d-e050-4620-8e6f-835a97b42d8a
ServiceInvariantUUID:1998c2fe-a39e-497c-9122-b985838c5340
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:8dae33da-391d-4d58-a575-c7b4fdedcb53
ArtifactChecksum:Y2M3MmU2Y2ZmOWE3MTZjOTc2NmM2NzZjNzBmYjgzYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c2b2503e-b743-4764-923e-7bc79f31cc4b
ResourceInvariantUUID:9b160d3c-6514-4234-b27f-3f795818eb1c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0181e1e9-283f-4d0f-ac15-e30223d166e1
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:295ee588-522a-47b2-9516-9bebfee80de0
ArtifactChecksum:YzFiNGE2ZWU4MjY2YjQ4YjFiYmIwNWVjOTQ3ZDg1YTY=
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:3669d102-71cb-4c7e-8726-cf64a9731f85
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:827369b1-00e8-44ab-8f85-1c520eb48648
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:827369b1-00e8-44ab-8f85-1c520eb48648
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-04T05:19:36.444Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfa8c44d-e050-4620-8e6f-835a97b42d8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:19:36.516Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:19:36.517Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:19:36.517Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:19:36.517Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8dae33da-391d-4d58-a575-c7b4fdedcb53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-04T05:19:36.517Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:19:36.518Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-04T05:19:37.267Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:19:37.272Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8dae33da-391d-4d58-a575-c7b4fdedcb53 78794
2022-07-04T05:19:37.272Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:19:37.272Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-04T05:19:37.272Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:19:37.273Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:37.276Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:37.276Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911977272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:19:37.375Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:37.376Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:37.376Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:37.423Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:37.424Z||pool-120-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:38.277Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:19:38.278Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-04T05:19:38.279Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8dae33da-391d-4d58-a575-c7b4fdedcb53, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:38.279Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-04T05:19:38.279Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:38.280Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:38.487Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12760233827881653926/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-04T05:19:39.884Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T05:19:39.885Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-04T05:19:39.885Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.885Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-04T05:19:39.885Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.885Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.886Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.887Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-04T05:19:39.888Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T05:19:39.889Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:39.890Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-04T05:19:39.891Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2aa2bd9-04e1-4ebf-8be8-52179b2ec8c7
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.892Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:39.893Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:39.893Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bfa8c44d-e050-4620-8e6f-835a97b42d8a
Model Version:NULL
Model InvariantUuid:1998c2fe-a39e-497c-9122-b985838c5340
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a09aef3c-d7b6-4ed0-9a38-4d2033f543b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9b160d3c-6514-4234-b27f-3f795818eb1c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2b2503e-b743-4764-923e-7bc79f31cc4b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de286f86-b7a0-4ebb-b442-d144172443d8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:699bd901-4183-473a-9229-e123e5471a65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2aa2bd9-04e1-4ebf-8be8-52179b2ec8c7
ModelInvariantUuid:b0f1764f-070b-4d0e-88cd-3f8e8d52857a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9cdcf728-bb96-400a-85f9-278ef4527fbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:888af2d5-2524-4e12-bf10-5be7e02a5a08
ModelInvariantUuid:0d45d808-0a81-4832-8263-067b69b0dba5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:da927ad1-8fac-4592-8b96-10911d6b8ce2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T05:19:39.902Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0181e1e9-283f-4d0f-ac15-e30223d166e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:19:39.905Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-07-04T05:19:39.905Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0181e1e9-283f-4d0f-ac15-e30223d166e1
2022-07-04T05:19:39.905Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 295ee588-522a-47b2-9516-9bebfee80de0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-04T05:19:39.905Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:19:39.905Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-04T05:19:39.995Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:19:39.995Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 295ee588-522a-47b2-9516-9bebfee80de0 792
2022-07-04T05:19:39.995Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-04T05:19:39.995Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-04T05:19:39.995Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:19:39.996Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:39.998Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:39.999Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911979995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:19:40.098Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:40.099Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:40.099Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:40.121Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:40.122Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:40.999Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de286f86-b7a0-4ebb-b442-d144172443d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "699bd901-4183-473a-9229-e123e5471a65",
    "vfModuleModelCustomizationUUID": "079e190b-a208-401b-992f-6c482177be4f",
    "isBase": true,
    "artifacts": [
      "3669d102-71cb-4c7e-8726-cf64a9731f85",
      "827369b1-00e8-44ab-8f85-1c520eb48648"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T05:19:41.005Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:699bd901-4183-473a-9229-e123e5471a65
VfModuleModelInvariantUUID:de286f86-b7a0-4ebb-b442-d144172443d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3669d102-71cb-4c7e-8726-cf64a9731f85
,
827369b1-00e8-44ab-8f85-1c520eb48648

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

isBase:true


}

2022-07-04T05:19:41.006Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de286f86-b7a0-4ebb-b442-d144172443d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "699bd901-4183-473a-9229-e123e5471a65",
    "vfModuleModelCustomizationUUID": "079e190b-a208-401b-992f-6c482177be4f",
    "isBase": true,
    "artifacts": [
      "3669d102-71cb-4c7e-8726-cf64a9731f85",
      "827369b1-00e8-44ab-8f85-1c520eb48648"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-04T05:19:41.006Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:699bd901-4183-473a-9229-e123e5471a65
VfModuleModelInvariantUUID:de286f86-b7a0-4ebb-b442-d144172443d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3669d102-71cb-4c7e-8726-cf64a9731f85
,
827369b1-00e8-44ab-8f85-1c520eb48648

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

isBase:true


}

2022-07-04T05:19:41.007Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3669d102-71cb-4c7e-8726-cf64a9731f85 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-04T05:19:41.007Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:19:41.007Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-04T05:19:41.136Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:19:41.137Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3669d102-71cb-4c7e-8726-cf64a9731f85 5033
2022-07-04T05:19:41.137Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-04T05:19:41.137Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-04T05:19:41.137Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:19:41.137Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:41.139Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:41.139Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911981137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:19:41.239Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:41.240Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:41.240Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:41.261Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:41.261Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:42.140Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 827369b1-00e8-44ab-8f85-1c520eb48648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-04T05:19:42.140Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-04T05:19:42.141Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-04T05:19:42.455Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-04T05:19:42.455Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 827369b1-00e8-44ab-8f85-1c520eb48648 903
2022-07-04T05:19:42.455Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-04T05:19:42.455Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-04T05:19:42.456Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:19:42.456Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:42.457Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:42.458Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911982455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:19:42.557Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:42.558Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:42.559Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:42.618Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:42.619Z||pool-123-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:43.458Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bfa8c44d-e050-4620-8e6f-835a97b42d8a
2022-07-04T05:19:43.459Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0181e1e9-283f-4d0f-ac15-e30223d166e1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:19:43.494Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c714aed, org.onap.sdc.toscaparser.api.parameters.Input@1375fb95, org.onap.sdc.toscaparser.api.parameters.Input@187deca9, org.onap.sdc.toscaparser.api.parameters.Input@72b86b49, org.onap.sdc.toscaparser.api.parameters.Input@147871d1]
2022-07-04T05:19:43.496Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.496Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.497Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-04T05:19:43.497Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c2b2503e-b743-4764-923e-7bc79f31cc4b
2022-07-04T05:19:43.497Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2b2503e-b743-4764-923e-7bc79f31cc4b matches Tosca VF Customization UUID: c2b2503e-b743-4764-923e-7bc79f31cc4b
2022-07-04T05:19:43.497Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c2b2503e-b743-4764-923e-7bc79f31cc4b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-04T05:19:43.502Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.503Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.503Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c2b2503e-b743-4764-923e-7bc79f31cc4b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-04T05:19:43.504Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ed1ea02
2022-07-04T05:19:43.504Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.504Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T05:19:43.504Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 079e190b-a208-401b-992f-6c482177be4f
2022-07-04T05:19:43.505Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 079e190b-a208-401b-992f-6c482177be4f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-04T05:19:43.508Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.508Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:43.508Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:43.509Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.509Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:43.510Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:43.510Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.510Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-04T05:19:43.511Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-04T05:19:43.511Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-04T05:19:43.511Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2aa2bd9-04e1-4ebf-8be8-52179b2ec8c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-04T05:19:43.523Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.524Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:43.524Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T05:19:43.525Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.526Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-04T05:19:43.526Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c2b2503e-b743-4764-923e-7bc79f31cc4b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:19:43.530Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.530Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.531Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bfa8c44d-e050-4620-8e6f-835a97b42d8a: basic_vm_macro
2022-07-04T05:19:43.531Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.531Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.532Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.532Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.532Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.533Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.533Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.533Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.534Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:19:43.534Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:19:43.534Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T05:19:43.702Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0181e1e9-283f-4d0f-ac15-e30223d166e1 1 ASDC deployResourceStructure
2022-07-04T05:19:43.702Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-04T05:19:43.702Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-04T05:19:43.702Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:19:43.703Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:43.705Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:43.705Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911983702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:19:43.804Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:43.805Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:43.805Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:43.850Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:43.851Z||pool-124-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:44.705Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-04T05:19:44.706Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-04T05:19:44.706Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:19:44.706Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:44.708Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:44.708Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911984705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T05:19:44.808Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:44.809Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:44.809Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:44.853Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:44.854Z||pool-125-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:45.709Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-04T05:19:45.709Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-04T05:19:45.709Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:19:45.710Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:45.712Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:45.712Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911985709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-04T05:19:45.811Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:19:45.812Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:45.812Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:45.841Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:45.841Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:19:46.713Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:19:46.713Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-04T05:19:46.713Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:19:46.713Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:19:46.715Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:19:46.715Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911986712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:19:46.815Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:19:46.816Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:19:46.816Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:19:46.922Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:19:46.923Z||pool-127-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:19:47.715Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1da8ad85-85d9-4d3b-b72e-a4d550557383
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:19:47.761Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1da8ad85-85d9-4d3b-b72e-a4d550557383
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:19:47.767Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:19:47.783Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T05:20:17.783Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1da8ad85-85d9-4d3b-b72e-a4d550557383 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T05:20:17.790Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1da8ad85-85d9-4d3b-b72e-a4d550557383 and serviceModelVersionId: bfa8c44d-e050-4620-8e6f-835a97b42d8a
2022-07-04T05:20:17.790Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1998c2fe-a39e-497c-9122-b985838c5340
2022-07-04T05:20:17.791Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0
2022-07-04T05:20:17.794Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T05:20:17.833Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0|INFO|500||Invoke
2022-07-04T05:20:17.834Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1da8ad85-85d9-4d3b-b72e-a4d550557383], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d230152e-4769-4785-af85-1be1f5e1d2ba], X-ECOMP-RequestID=[1da8ad85-85d9-4d3b-b72e-a4d550557383], X-TransactionId=[], X-ONAP-RequestID=[1da8ad85-85d9-4d3b-b72e-a4d550557383], Content-Type=[application/merge-patch+json]}
2022-07-04T05:20:17.851Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T05:20:18.084Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?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/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-05:20:18:212-8826], vertex-id=[274560], Content-Length=[0], Date=[Mon, 04 Jul 2022 05:20:18 GMT], Content-Type=[application/json]}
2022-07-04T05:20:18.084Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-04T05:20:18.085Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1998c2fe-a39e-497c-9122-b985838c5340/model-vers/model-ver/bfa8c44d-e050-4620-8e6f-835a97b42d8a?depth=0|INFO|500||InvokeReturn
2022-07-04T05:20:18.086Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T05:20:18.086Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:20:18.091Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-04T05:20:18.092Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1da8ad85-85d9-4d3b-b72e-a4d550557383 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T05:20:18.092Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T05:20:18.092Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:18.095Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:18.095Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912018092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:20:18.194Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:18.195Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:18.195Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:18.233Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:18.234Z||pool-128-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:20:19.128Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:20:19.128Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:20:19.128Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:23.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:23.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-04T05:20:23.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"08cede69-d831-4380-becb-4cf508d723cb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f31c69cd-449f-4900-98be-b41298b1cb53","serviceDescription":"service","serviceInvariantUUID":"1b1d748a-026a-40c1-aa75-a84da76ceafe","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"41e67df1-9a39-499e-bf2d-830667a19d09","resourceInvariantUUID":"b4147109-5fd6-4e70-b332-dc892c62bb28","resourceCustomizationUUID":"53765f65-0de6-4b3f-adf4-cee57ea28920","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":"MDZhZjU4NDhlYWFkMjhlNGNhOWUwMTQxOGZiNDA3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a7bc14a-83ca-41a2-bf04-1521ff631eaa","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":"5f82566d-c5c2-4fb7-a510-360ecee0c1ba","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":"e3ccda27-0c29-4690-91f9-3487432543d1","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":"NTMyYjY3MTc5ZmRmYWZiNWE2MDJkZGYyMzUzMDIzZjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ae02a61f-2182-400e-838b-e95bdc7e3637","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":"1c296bea-fa4f-4f80-9fe7-b0e1f74ff4b4","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":"83d42daf-cbae-419d-a010-763ce19f351d","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":"605cfbcb-f702-43ff-b6ed-ae8e1c5a0080","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":"NDE1OTlkMzI1OGY0NjA2NDM3ZTljMzMzNWNiYTE3ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5790a9f9-8ea1-4fff-8200-7ff0ce1640cc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2QwZDc4NDQyODgwZGRlZDc1OWE2NDAwYTA1OWE0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c9277fd-af51-4eec-8302-7e7c6678a84b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T05:20:23.740Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:23.740Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:23.742Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:23.742Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:23.842Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:23.843Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:23.843Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:23.924Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:23.924Z||pool-129-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:24.743Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:24.743Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:24.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:24.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:24.845Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:24.846Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:24.846Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:24.905Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:24.906Z||pool-130-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:25.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:25.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:25.748Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:25.748Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:25.848Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:25.848Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:25.849Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:25.953Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:25.954Z||pool-131-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:26.748Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:26.749Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:26.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:26.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:26.851Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:26.852Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:26.852Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:26.903Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:26.904Z||pool-132-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:20:27.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:27.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:27.754Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:27.754Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:27.854Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:27.855Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:27.855Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:27.973Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:27.974Z||pool-133-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:28.755Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:28.755Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:28.757Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:28.757Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:28.857Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:28.858Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:28.858Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:28.927Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:28.927Z||pool-134-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:20:29.758Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:29.758Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:29.760Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:29.761Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:29.860Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:29.861Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:29.861Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:29.932Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:29.933Z||pool-135-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:30.761Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:30.762Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:30.764Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:30.764Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:30.864Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:30.865Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:30.865Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:20:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:20:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:30.990Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:30.990Z||pool-136-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:31.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:31.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:20:31.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:20:31.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:20:31.765Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T05:20:31.765Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:31.767Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:31.768Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:20:31.867Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:31.868Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:31.868Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:31.941Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:31.942Z||pool-137-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:32.769Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f31c69cd-449f-4900-98be-b41298b1cb53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b1d748a-026a-40c1-aa75-a84da76ceafe",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "53765f65-0de6-4b3f-adf4-cee57ea28920",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "41e67df1-9a39-499e-bf2d-830667a19d09",
      "resourceInvariantUUID": "b4147109-5fd6-4e70-b332-dc892c62bb28",
      "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": "Y2QwZDc4NDQyODgwZGRlZDc1OWE2NDAwYTA1OWE0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c9277fd-af51-4eec-8302-7e7c6678a84b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-04T05:20:32.770Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T05:20:32.770Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f31c69cd-449f-4900-98be-b41298b1cb53 ASDC
2022-07-04T05:20:32.771Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:08cede69-d831-4380-becb-4cf508d723cb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f31c69cd-449f-4900-98be-b41298b1cb53
ServiceInvariantUUID:1b1d748a-026a-40c1-aa75-a84da76ceafe
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:1c9277fd-af51-4eec-8302-7e7c6678a84b
ArtifactChecksum:Y2QwZDc4NDQyODgwZGRlZDc1OWE2NDAwYTA1OWE0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:53765f65-0de6-4b3f-adf4-cee57ea28920
ResourceInvariantUUID:b4147109-5fd6-4e70-b332-dc892c62bb28
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:41e67df1-9a39-499e-bf2d-830667a19d09
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-04T05:20:32.771Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f31c69cd-449f-4900-98be-b41298b1cb53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:20:32.825Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:20:32.826Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T05:20:32.826Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T05:20:32.827Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c9277fd-af51-4eec-8302-7e7c6678a84b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-04T05:20:32.827Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T05:20:32.827Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-04T05:20:33.649Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T05:20:33.654Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1c9277fd-af51-4eec-8302-7e7c6678a84b 105659
2022-07-04T05:20:33.654Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:20:33.655Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-04T05:20:33.655Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T05:20:33.655Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:33.656Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:33.657Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912033654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:20:33.756Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T05:20:33.757Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:33.757Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:33.893Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:33.894Z||pool-138-thread-1|||||INFO|500||cambria reply ok (137 ms):{"serverTimeMs":0,"count":1}
2022-07-04T05:20:34.657Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T05:20:34.657Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T05:20:34.658Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c9277fd-af51-4eec-8302-7e7c6678a84b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:34.658Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-04T05:20:34.659Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:34.659Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:34.769Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3164402515685899976/Definitions/service-TestPnfMacro-template.yml
2022-07-04T05:20:35.482Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T05:20:35.482Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T05:20:35.482Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.483Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.484Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T05:20:35.484Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.484Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.484Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-04T05:20:35.484Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T05:20:35.485Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.486Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.487Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.487Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.487Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f31c69cd-449f-4900-98be-b41298b1cb53
Model Version:NULL
Model InvariantUuid:1b1d748a-026a-40c1-aa75-a84da76ceafe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-04T05:20:35.493Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 41e67df1-9a39-499e-bf2d-830667a19d09
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:20:35.496Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-07-04T05:20:35.496Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 41e67df1-9a39-499e-bf2d-830667a19d09
2022-07-04T05:20:35.496Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f31c69cd-449f-4900-98be-b41298b1cb53
2022-07-04T05:20:35.496Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f31c69cd-449f-4900-98be-b41298b1cb53
2022-07-04T05:20:35.496Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 41e67df1-9a39-499e-bf2d-830667a19d09 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:20:35.500Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2275a7ed, org.onap.sdc.toscaparser.api.parameters.Input@651c375e, org.onap.sdc.toscaparser.api.parameters.Input@405f3d5f, org.onap.sdc.toscaparser.api.parameters.Input@cef5ba8, org.onap.sdc.toscaparser.api.parameters.Input@32adf17]
2022-07-04T05:20:35.500Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.500Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.500Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f31c69cd-449f-4900-98be-b41298b1cb53: test-pnf
2022-07-04T05:20:35.500Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Processing PNF resource: 41e67df1-9a39-499e-bf2d-830667a19d09
2022-07-04T05:20:35.501Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-04T05:20:35.501Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T05:20:35.501Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||Resource customization UUID: 53765f65-0de6-4b3f-adf4-cee57ea28920 is the same as notified resource customizationUUID: 53765f65-0de6-4b3f-adf4-cee57ea28920
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-04T05:20:35.545Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 41e67df1-9a39-499e-bf2d-830667a19d09 0 ASDC deployResourceStructure
2022-07-04T05:20:35.546Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-04T05:20:35.546Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-04T05:20:35.546Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T05:20:35.546Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:20:35.548Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:20:35.548Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912035546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:20:35.648Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:20:35.648Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:20:35.649Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:20:35.678Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:20:35.679Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-04T05:20:36.549Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08cede69-d831-4380-becb-4cf508d723cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:20:36.667Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08cede69-d831-4380-becb-4cf508d723cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.671Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-04T05:20:36.672Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T05:20:36.677Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T05:21:06.678Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08cede69-d831-4380-becb-4cf508d723cb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-04T05:21:06.683Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08cede69-d831-4380-becb-4cf508d723cb and serviceModelVersionId: f31c69cd-449f-4900-98be-b41298b1cb53
2022-07-04T05:21:06.684Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b1d748a-026a-40c1-aa75-a84da76ceafe
2022-07-04T05:21:06.684Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0
2022-07-04T05:21:06.688Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T05:21:06.727Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-04T05:21:06.728Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0|INFO|500||Invoke
2022-07-04T05:21:06.746Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-04T05:21:07.120Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0|INFO|500||InvokeReturn
2022-07-04T05:21:07.121Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b1d748a-026a-40c1-aa75-a84da76ceafe/model-vers/model-ver/f31c69cd-449f-4900-98be-b41298b1cb53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220704-05:21:07:100-73769], vertex-id=[282752], Content-Length=[0], Date=[Mon, 04 Jul 2022 05:21:07 GMT], Content-Type=[application/json]}
2022-07-04T05:21:07.121Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T05:21:07.121Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T05:21:07.122Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T05:21:07.141Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-04T05:21:07.141Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08cede69-d831-4380-becb-4cf508d723cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T05:21:07.141Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T05:21:07.141Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T05:21:07.143Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T05:21:07.143Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912067141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:21:07.243Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T05:21:07.244Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T05:21:07.244Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:07.326Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:07.327Z||pool-140-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T05:21:08.189Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:08.189Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:08.189Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:17.846Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:17.846Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:17.847Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:17.847Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:27.446Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:27.446Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:27.447Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:27.447Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:31.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:31.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-04T05:21:31.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911730933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911977272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911979995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911981137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:21:31.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911982455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911983702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911984705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-04T05:21:31.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911985709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656911986712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da8ad85-85d9-4d3b-b72e-a4d550557383",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912018092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:21:31.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-04T05:21:31.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:21:37.114Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:37.114Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:37.115Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:37.115Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:46.717Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:21:46.718Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:21:46.718Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:21:46.718Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:21:56.437Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:22:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:22:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:22:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:22:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:22:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:22:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:22:31.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:22:31.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912019128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912033654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:22:31.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:22:31.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912035546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-04T05:22:31.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:22:31.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-04T05:22:31.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08cede69-d831-4380-becb-4cf508d723cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656912067141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T05:22:31.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T05:22:40.579Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:23:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:23:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:23:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:23:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:23:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:23:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:23:40.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:23:40.604Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:24:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:24:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:24:30.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:24:30.937Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:24:30.937Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:24:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:24:40.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:24:40.588Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:25:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:25:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:25:30.935Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:25:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:25:30.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:25:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:25:40.547Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:25:40.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:26:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:26:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:26:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:26:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:26:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:26:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:26:40.507Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:26:40.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:27:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:27:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:27:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:27:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:27:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:27:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:27:40.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:27:40.556Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:28:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:28:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:28:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:28:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:28:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:28:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:28:40.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:28:40.572Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:29:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:29:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:29:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:29:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:29:30.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:29:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:29:40.535Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:29:40.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:30:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:30:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:30:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:30:30.936Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:30:30.936Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:30:30.936Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:30:40.542Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:30:40.557Z|1da8ad85-85d9-4d3b-b72e-a4d550557383|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:31:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:31:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:31:30.935Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:31:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:31:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:31:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:31:40.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:31:40.596Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:32:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:32:30.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:32:30.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:32:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:32:30.937Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:32:30.937Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:32:40.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:32:40.574Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:33:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:33:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:33:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:33:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:33:30.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:33:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:33:40.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:33:40.554Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:34:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:34:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:34:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:34:30.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:34:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:34:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:34:40.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:34:40.570Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:35:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:35:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:35:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:35:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:35:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:35:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:35:40.546Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:35:40.593Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:36:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:36:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:36:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:36:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:36:30.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:36:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:36:40.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:36:40.546Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:37:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:37:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:37:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:37:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:37:30.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:37:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:37:40.560Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:37:40.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:38:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:38:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:38:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:38:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:38:30.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:38:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:38:40.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:38:40.616Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:39:30.933Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:39:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:39:30.934Z|08cede69-d831-4380-becb-4cf508d723cb|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:39:30.935Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T05:39:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T05:39:30.936Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|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 rYaAkS3KJnJJldHe) ...
2022-07-04T05:39:40.541Z|08cede69-d831-4380-becb-4cf508d723cb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-04T05:39:40.584Z|b1afed22-3c4a-43a6-87eb-b557a38a8052|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK