Results

By type

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

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

2022-06-20T05:29:50.906Z||main|||||INFO|500||The following profiles are active: basic
2022-06-20T05:30:02.593Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-20T05:30:02.594Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-20T05:30:02.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-20T05:30:06.719Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-20T05:30:07.133Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-20T05:30:07.605Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-20T05:30:07.609Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-20T05:30:07.704Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-20T05:30:07.925Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-20T05:30:08.572Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-20T05:30:10.413Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T05:30:12.935Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T05:30:13.001Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-20T05:30:13.720Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T05:30:13.990Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-20T05:30:15.182Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T05:30:16.310Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-20T05:30:16.329Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-20T05:30:16.330Z||main|||||WARN|500||The sdc end point is not alive
2022-06-20T05:30:19.278Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-20T05:30:22.154Z||main|||||WARN|500||---
2022-06-20T05:30:22.154Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-20T05:30:22.154Z||main|||||WARN|500||---
2022-06-20T05:30:22.703Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-20T05:30:27.571Z||main|||||INFO|500||Started Application in 40.007 seconds (JVM running for 42.13)
2022-06-20T05:30:27.590Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:30:27.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:30:27.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:30:27.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:30:27.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 743de4b5-4b51-4338-904b-4df8677ad155 url= /sdc/v1/artifactTypes
2022-06-20T05:30:27.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:30:28.780Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-20T05:30:28.784Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a6bab2
2022-06-20T05:30:28.785Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:30:28.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:30:28.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:30:28.836Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-20T05:31:17.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:31:17.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:31:17.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:31:17.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:31:17.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b3add27-bfb6-4231-b997-8f3c7c349900 url= /sdc/v1/artifactTypes
2022-06-20T05:31:17.582Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:31:18.607Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-20T05:31:18.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c65a21d
2022-06-20T05:31:18.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:31:18.609Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:31:18.609Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:31:18.610Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-20T05:32:07.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:32:07.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:32:07.566Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:32:07.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:32:07.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98d13492-49e0-4d9d-b0c6-fbf63b4613d0 url= /sdc/v1/artifactTypes
2022-06-20T05:32:07.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:32:08.587Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-20T05:32:08.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70ad15b0
2022-06-20T05:32:08.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:32:08.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:32:08.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:32:08.591Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-20T05:32:57.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:32:57.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:32:57.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:32:57.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:32:57.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 604ce27b-3fc9-4ca3-ad22-d8f59af2edb9 url= /sdc/v1/artifactTypes
2022-06-20T05:32:57.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:32:58.603Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-20T05:32:58.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3e424d
2022-06-20T05:32:58.604Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:32:58.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:32:58.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:32:58.605Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-20T05:33:47.568Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:33:47.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:33:47.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:33:47.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:33:47.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ffabdb4-ed70-4d32-9771-d463bf3e66be url= /sdc/v1/artifactTypes
2022-06-20T05:33:47.586Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:33:48.620Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-20T05:33:48.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f99b191
2022-06-20T05:33:48.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:33:48.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:33:48.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:33:48.623Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-20T05:34:37.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:34:37.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:34:37.566Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:34:37.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:34:37.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abe38140-1ff1-40eb-bcf9-6bb1354f3910 url= /sdc/v1/artifactTypes
2022-06-20T05:34:37.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:34:38.610Z||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.38.249] 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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-20T05:34:38.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1be09eab
2022-06-20T05:34:38.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:34:38.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:34:38.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:34:38.612Z||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$$69efed7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-20T05:35:27.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:35:27.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:35:27.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:35:27.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:35:27.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b46db47-015c-478b-8b52-7121bc0c1ec3 url= /sdc/v1/artifactTypes
2022-06-20T05:35:27.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:35:27.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-20T05:35:27.830Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-20T05:35:27.858Z||scheduling-1|||||DEBUG|500||create keys
2022-06-20T05:35:27.866Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-20T05:35:27.899Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:35:27.919Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da0eed5c-7c82-4a91-b84f-e0248d68dedb url= /sdc/v1/registerForDistribution
2022-06-20T05:35:28.061Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da0eed5c-7c82-4a91-b84f-e0248d68dedb url= /sdc/v1/registerForDistribution
2022-06-20T05:35:28.062Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-20T05:35:28.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:35:28.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:35:28.087Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-20T05:35:28.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:35:28.095Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:35:28.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:35:28.097Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:35:38.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:35:38.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:36:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:36:28.074Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:36:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:36:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:36:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:36:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:36:37.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:36:37.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:37:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:37:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:37:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:37:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:37:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:37:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:37:37.646Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:37:37.648Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:38:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:38:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:38:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:38:28.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:38:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:38:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:38:37.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:38:37.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:39:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:39:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:39:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:39:28.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:39:28.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:39:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:39:37.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:39:37.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:40:13.845Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-20T05:40:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:40:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:40:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:40:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:40:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:40:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:40:37.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:40:37.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:41:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:41:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:41:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:41:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:41:28.079Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:41:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:41:37.663Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:41:37.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:42:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:42:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:42:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:42:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:42:28.080Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:42:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:42:37.655Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:42:37.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:43:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:43:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:43:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:43:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:43:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:43:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:43:37.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:43:37.651Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:44:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:44:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:44:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:44:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:44:28.079Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:44:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:44:37.659Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:44:37.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:45:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:45:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:45:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:45:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:45:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:45:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:45:37.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:45:37.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:46:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:46:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:46:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:46:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:46:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:46:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:46:37.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:46:37.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:47:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:47:28.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:47:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:47:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:47:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:47:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:47:37.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:47:37.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:48:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:48:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:48:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:48:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:48:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:48:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:48:37.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:48:37.657Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:49:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:49:28.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:49:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:49:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:49:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:49:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:49:37.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:49:37.632Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:50:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:50:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:50:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:50:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:50:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:50:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:50:37.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:50:37.628Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:51:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:51:28.074Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:51:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:51:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:51:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:51:37.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:51:37.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:52:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:52:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:52:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:52:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:52:28.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:52:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:52:37.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:52:37.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:53:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:53:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:53:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:53:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:53:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:53:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:53:37.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:53:37.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:54:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:54:28.073Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:54:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:54:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:54:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:54:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:54:37.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:54:37.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:55:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:55:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:55:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:55:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:55:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:55:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:55:37.645Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:55:37.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:56:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:56:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:56:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:56:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:56:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:56:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:56:37.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:56:37.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:57:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:57:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:57:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:57:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:57:28.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:57:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:57:37.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:57:37.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:58:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:58:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:58:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:58:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:58:28.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:58:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:58:37.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:58:37.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:59:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:59:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:59:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:59:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:59:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:59:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:59:37.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T05:59:37.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:00:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:00:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:00:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:00:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:00:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:00:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:00:37.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:00:37.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:01:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:01:28.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:01:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:01:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:01:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:01:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:01:37.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:01:37.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:02:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:02:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:02:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:02:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:02:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:02:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:02:37.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:02:37.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:03:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:03:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:03:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:03:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:03:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:03:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:03:37.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:03:37.624Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:04:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:04:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:04:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:04:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:04:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:04:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:04:37.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:04:37.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:05:28.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:05:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:05:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:05:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:05:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:05:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:05:37.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:05:37.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:06:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:06:28.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:06:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:06:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:06:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:06:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:06:37.630Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:06:37.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:07:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:07:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:07:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:07:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:07:28.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:07:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:07:37.621Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:07:37.621Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:08:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:08:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:08:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:08:28.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:08:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:08:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:08:37.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:08:37.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:09:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:09:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:09:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:09:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:09:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:09:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:09:37.622Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:09:37.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:10:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:10:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:10:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:10:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:10:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:10:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:10:37.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:10:37.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:11:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:11:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:11:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:11:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:11:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:11:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:11:37.651Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:11:37.652Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:12:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:12:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:12:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:12:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:12:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:12:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:12:37.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:12:37.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:13:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:13:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:13:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:13:28.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:13:28.079Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:13:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:13:37.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:13:37.627Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:14:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:14:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:14:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:14:28.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:14:28.079Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:14:28.081Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:14:37.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:14:37.670Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:15:28.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:15:28.076Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:15:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:15:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:15:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:15:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:15:37.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:15:37.657Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:16:28.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:16:28.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:16:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:16:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:16:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:16:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:16:37.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:16:37.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:17:28.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:17:28.073Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:17:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:17:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:17:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:17:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:17:37.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:17:37.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:18:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:18:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:18:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:18:28.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:18:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:18:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:18:37.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:18:37.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:19:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:19:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:19:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:19:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:19:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:19:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:19:37.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:19:37.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:20:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:20:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:20:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:20:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:20:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:20:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:20:37.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:20:37.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:21:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:21:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:21:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:21:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:21:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:21:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:21:37.666Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:21:37.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:22:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:22:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:22:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:22:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:22:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:22:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:22:37.633Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:22:37.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:23:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:23:28.074Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:23:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:23:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:23:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:23:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:23:37.631Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:23:37.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:24:28.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:24:28.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:24:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:24:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:24:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:24:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:24:37.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:24:37.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:25:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:25:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:25:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:25:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:25:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:25:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:25:37.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:25:37.653Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:26:28.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:26:28.075Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:26:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:26:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:26:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:26:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:26:37.636Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:26:37.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:27:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:27:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:27:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:27:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:27:28.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:27:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:27:37.625Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:27:37.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:28:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:28:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:28:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:28:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:28:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:28:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:28:37.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:28:37.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:29:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:29:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:29:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:29:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:29:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:29:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:29:37.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:29:37.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:30:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:30:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:30:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:30:28.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:30:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:30:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:30:37.659Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:30:37.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:31:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:31:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:31:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:31:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:31:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:31:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:31:37.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:31:37.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:32:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:32:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:32:28.075Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:32:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:32:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:32:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:32:37.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:32:37.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:33:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:33:28.073Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:33:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:33:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:33:28.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:33:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:33:37.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:33:37.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:34:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:34:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:34:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:34:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:34:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:34:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:34:37.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:34:37.653Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:35:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:35:28.074Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:35:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:35:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:35:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:35:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:35:37.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:35:37.643Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:36:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:36:28.074Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:36:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:36:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:36:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:36:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:36:37.666Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:36:37.667Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:37:28.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:37:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:37:28.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:37:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:37:28.079Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:37:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:37:37.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:37:37.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:38:28.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:38:28.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:38:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:38:28.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:38:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:38:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:38:37.623Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:38:37.629Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:39:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:39:28.073Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:39:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:39:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:39:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:39:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:39:37.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:39:37.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:40:28.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:40:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:40:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:40:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:28.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707187156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707191335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707187821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707189540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707203412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707203241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "cds",
  "timestamp": 1655707204431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.618Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707211290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707206335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707213072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707212423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707207157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707213576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707214107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707213697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "cds",
  "timestamp": 1655707214594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.683Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.683Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "policy-id",
  "timestamp": 1655707215117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.715Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:28.715Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.715Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName POLICY
2022-06-20T06:40:28.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"25de97ea-8da5-4a95-8261-517654ca833e","serviceName":"vFW 2022-06-20 06-37-58","serviceVersion":"1.0","serviceUUID":"09610c9c-9c29-4655-af91-89269ce250be","serviceDescription":"catalog service description","serviceInvariantUUID":"e2e0e922-a9d2-4774-be96-6bcc8d3283c6","resources":[{"resourceInstanceName":"vFW 2705ee6e-d33e 0","resourceName":"vFW 2705ee6e-d33e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0ca3490-00ad-4c75-8b66-36aa6662cf36","resourceInvariantUUID":"771e183b-967c-40da-be42-d8d7124a49f7","resourceCustomizationUUID":"3422c5ad-6d5f-4421-b320-a8e391800b0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml","artifactChecksum":"OTMyMzY5OGRiNWU0YjRkMDE3ZTExNjNlODMyNTFkODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8908b6c-aa9d-4581-9dd6-f26ad37025f3","artifactVersion":"1"},{"artifactName":"vfw2705ee6ed33e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json","artifactChecksum":"MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"572898d2-d6a4-440a-9968-1561a29eaad3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"229f0416-3d20-4b11-82a4-a42bb1f6fe61","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM0NDUwMTViNTkzZTg1ZmE4ZWI2MWI1OTZlNGI3MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bac9dd7-e9f7-4588-a9ff-7b75c5186d19","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7adc47d1-4bdd-43b9-8708-33b719ba6d09","artifactVersion":"2","generatedFromUUID":"229f0416-3d20-4b11-82a4-a42bb1f6fe61"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220620063758-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml","artifactChecksum":"OTAxZmQ2OTAxNWNjNGVlN2E2ZmE5MDI1YTZiOGQyNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44966e2a-fecb-486f-a8ca-e3bc15bf797c","artifactVersion":"1"},{"artifactName":"service-Vfw20220620063758-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar","artifactChecksum":"ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"114f4118-b703-4fb7-9a86-9ce821f4e575","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.724Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707214764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:28.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.732Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:40:28.741Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:28.742Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707215770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707218789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707219167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707220810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707220772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "clamp",
  "timestamp": 1655707221818,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.761Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.761Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "aai-ml",
  "timestamp": 1655707221786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707223345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707224353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707224472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707223951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "policy-id",
  "timestamp": 1655707225359,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.804Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707225485,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.821Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707225057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707226272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707221335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.841Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707227294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.845Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:28.845Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.848Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.848Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:40:28.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707222827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:40:28.865Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:28.866Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:29.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:29.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:29.754Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:29.754Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:40:29.854Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:29.855Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:29.855Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:29.881Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:29.882Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:30.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:30.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:30.758Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:30.759Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:40:30.859Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:30.860Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:30.860Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:30.873Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:30.874Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:31.759Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:31.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:31.763Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:31.763Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:31.863Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:31.864Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:31.864Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:31.891Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:31.892Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:32.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:32.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:32.768Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:32.769Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T06:40:32.869Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:32.870Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:32.870Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:32.885Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:32.886Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:33.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:33.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:33.773Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:33.773Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:40:33.873Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:33.874Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:33.874Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:33.887Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:33.888Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:34.774Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:34.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:34.777Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:34.778Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:40:34.877Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:34.878Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:34.878Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:34.891Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:34.892Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:35.780Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "serviceName": "vFW 2022-06-20 06-37-58",
  "serviceVersion": "1.0",
  "serviceUUID": "09610c9c-9c29-4655-af91-89269ce250be",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e2e0e922-a9d2-4774-be96-6bcc8d3283c6",
  "resources": [
    {
      "resourceInstanceName": "vFW 2705ee6e-d33e 0",
      "resourceCustomizationUUID": "3422c5ad-6d5f-4421-b320-a8e391800b0f",
      "resourceName": "vFW 2705ee6e-d33e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0ca3490-00ad-4c75-8b66-36aa6662cf36",
      "resourceInvariantUUID": "771e183b-967c-40da-be42-d8d7124a49f7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2705ee6ed33e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
          "artifactChecksum": "MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "572898d2-d6a4-440a-9968-1561a29eaad3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "229f0416-3d20-4b11-82a4-a42bb1f6fe61",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7adc47d1-4bdd-43b9-8708-33b719ba6d09",
            "generatedFromUUID": "229f0416-3d20-4b11-82a4-a42bb1f6fe61"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7adc47d1-4bdd-43b9-8708-33b719ba6d09",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220620063758-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
      "artifactChecksum": "ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "114f4118-b703-4fb7-9a86-9ce821f4e575"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:40:35.781Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:40:35.781Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09610c9c-9c29-4655-af91-89269ce250be ASDC
2022-06-20T06:40:35.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:25de97ea-8da5-4a95-8261-517654ca833e
ServiceName:vFW 2022-06-20 06-37-58
ServiceVersion:1.0
ServiceUUID:09610c9c-9c29-4655-af91-89269ce250be
ServiceInvariantUUID:e2e0e922-a9d2-4774-be96-6bcc8d3283c6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220620063758-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
ArtifactUUID:114f4118-b703-4fb7-9a86-9ce821f4e575
ArtifactChecksum:ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2705ee6e-d33e 0
ResourceCustomizationUUID:3422c5ad-6d5f-4421-b320-a8e391800b0f
ResourceInvariantUUID:771e183b-967c-40da-be42-d8d7124a49f7
ResourceName:vFW 2705ee6e-d33e
ResourceType:VF
ResourceUUID:f0ca3490-00ad-4c75-8b66-36aa6662cf36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2705ee6ed33e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
ArtifactUUID:572898d2-d6a4-440a-9968-1561a29eaad3
ArtifactChecksum:MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY=
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
ArtifactUUID:229f0416-3d20-4b11-82a4-a42bb1f6fe61
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
ArtifactUUID:7adc47d1-4bdd-43b9-8708-33b719ba6d09
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
ArtifactUUID:7adc47d1-4bdd-43b9-8708-33b719ba6d09
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T06:40:35.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09610c9c-9c29-4655-af91-89269ce250be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:40:35.956Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:40:35.957Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 114f4118-b703-4fb7-9a86-9ce821f4e575 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:35.960Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:36.116Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:36.134Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar 114f4118-b703-4fb7-9a86-9ce821f4e575 98998
2022-06-20T06:40:36.135Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar ASDC sendASDCNotification
2022-06-20T06:40:36.135Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:36.137Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:36.138Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:36.139Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:36.139Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707236135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:36.240Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:36.241Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:36.241Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:36.255Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:36.255Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:37.140Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:40:37.145Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:37.149Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 114f4118-b703-4fb7-9a86-9ce821f4e575, URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar to file: /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.151Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.341Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.342Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.953Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10215968809898481760/Definitions/service-Vfw20220620063758-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-20T06:40:40.970Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2705ee6e-d33e 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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.980Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.980Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:40:40.987Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:40.989Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:40.993Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:40.993Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:40:40.995Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:40.999Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.002Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09318949-e468-4ce7-9f7c-980bed30ab02
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0126f8b6-f232-4d29-9e17-38b7eda9d733
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f690cfef-262a-410e-8380-9f3391c70d4c
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.025Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-20 06-37-58
Description:catalog service description
Model UUID:09610c9c-9c29-4655-af91-89269ce250be
Model Version:NULL
Model InvariantUuid:e2e0e922-a9d2-4774-be96-6bcc8d3283c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2705ee6e-d33e
Model UUID:140f6ca6-4545-4b94-b8d0-0d3a86d7e7c7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:771e183b-967c-40da-be42-d8d7124a49f7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3422c5ad-6d5f-4421-b320-a8e391800b0f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0fc16aed-8b6d-4860-836d-5ce43c4993b1
ModelName:Vfw2705ee6eD33e..base_vfw..module-0
ModelUuid:2e065f0e-767f-4e0c-828a-d64531bf6a77
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09318949-e468-4ce7-9f7c-980bed30ab02
ModelInvariantUuid:15670ec1-1cba-4667-b040-140433679cd0
ModelName:vFW 2705ee6e-d33e-nodes.vfwCvfc
ModelUuid:9608f330-7052-4322-bbe2-daac4bd0d087
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f299565-e431-47d9-a48b-d3d1e0da8586
ModelInvariantUuid:edd78093-9f53-4dcd-80d0-1efe94e962b8
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vfw
ModelUuid:2c9ac617-7c33-4626-9545-20439795c8f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0126f8b6-f232-4d29-9e17-38b7eda9d733
ModelInvariantUuid:736fce90-b66a-438d-be39-e2f9b91b1f66
ModelName:vFW 2705ee6e-d33e-nodes.vsnCvfc
ModelUuid:7c0e157b-c7cf-4d47-b999-f0f24bc27552
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0002517b-e7f5-497a-9fd7-3671e94855c3
ModelInvariantUuid:6bbf00b3-f495-42d8-ad1b-113b34bf255d
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vsn
ModelUuid:264312ba-1409-498a-9677-529d38dca8e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f690cfef-262a-410e-8380-9f3391c70d4c
ModelInvariantUuid:2f61dbbc-c544-4b0e-b8f5-a1e2d54a83ff
ModelName:vFW 2705ee6e-d33e-nodes.vpgCvfc
ModelUuid:31c99b0c-69d4-437c-9610-9a6c1a6616bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb04a9d5-97f9-4d8c-8c11-a3af90417db3
ModelInvariantUuid:75090ddb-fe15-4a10-84d7-d4a7f0df75ea
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vpg
ModelUuid:8e3dea24-a642-43ca-831a-571adde3e935
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:40:41.036Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f0ca3490-00ad-4c75-8b66-36aa6662cf36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:41.124Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||vFW 2705ee6e-d33e 0
2022-06-20T06:40:41.130Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0ca3490-00ad-4c75-8b66-36aa6662cf36
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 572898d2-d6a4-440a-9968-1561a29eaad3 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.269Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json 572898d2-d6a4-440a-9968-1561a29eaad3 785
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json ASDC sendASDCNotification
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.271Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:41.271Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:41.273Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:41.273Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707241270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:41.373Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:41.374Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:41.375Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:41.402Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:41.402Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:42.275Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2705ee6eD33e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0fc16aed-8b6d-4860-836d-5ce43c4993b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e065f0e-767f-4e0c-828a-d64531bf6a77",
    "vfModuleModelCustomizationUUID": "9eda63e1-d257-419f-924c-0b35517a0c2e",
    "isBase": true,
    "artifacts": [
      "229f0416-3d20-4b11-82a4-a42bb1f6fe61",
      "7adc47d1-4bdd-43b9-8708-33b719ba6d09"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:40:42.297Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2705ee6eD33e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e065f0e-767f-4e0c-828a-d64531bf6a77
VfModuleModelInvariantUUID:0fc16aed-8b6d-4860-836d-5ce43c4993b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
229f0416-3d20-4b11-82a4-a42bb1f6fe61
,
7adc47d1-4bdd-43b9-8708-33b719ba6d09

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

isBase:true


}

2022-06-20T06:40:42.302Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2705ee6eD33e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0fc16aed-8b6d-4860-836d-5ce43c4993b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e065f0e-767f-4e0c-828a-d64531bf6a77",
    "vfModuleModelCustomizationUUID": "9eda63e1-d257-419f-924c-0b35517a0c2e",
    "isBase": true,
    "artifacts": [
      "229f0416-3d20-4b11-82a4-a42bb1f6fe61",
      "7adc47d1-4bdd-43b9-8708-33b719ba6d09"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2705ee6eD33e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e065f0e-767f-4e0c-828a-d64531bf6a77
VfModuleModelInvariantUUID:0fc16aed-8b6d-4860-836d-5ce43c4993b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
229f0416-3d20-4b11-82a4-a42bb1f6fe61
,
7adc47d1-4bdd-43b9-8708-33b719ba6d09

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

isBase:true


}

2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 229f0416-3d20-4b11-82a4-a42bb1f6fe61 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:42.304Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.477Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:42.478Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml 229f0416-3d20-4b11-82a4-a42bb1f6fe61 20368
2022-06-20T06:40:42.478Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:42.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:42.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707242478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:42.581Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:42.582Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:42.582Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:42.597Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:42.598Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:43.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7adc47d1-4bdd-43b9-8708-33b719ba6d09 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.483Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:43.483Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.566Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env 7adc47d1-4bdd-43b9-8708-33b719ba6d09 2098
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:43.569Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:43.569Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707243567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:40:43.669Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:43.670Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:43.671Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:43.685Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:43.686Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:44.570Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 09610c9c-9c29-4655-af91-89269ce250be
2022-06-20T06:40:44.571Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2705ee6e-d33e 0 f0ca3490-00ad-4c75-8b66-36aa6662cf36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:44.603Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@85d7503, org.onap.sdc.toscaparser.api.parameters.Input@55672de3, org.onap.sdc.toscaparser.api.parameters.Input@7e3ff18, org.onap.sdc.toscaparser.api.parameters.Input@30eb192b, org.onap.sdc.toscaparser.api.parameters.Input@53fd9758]
2022-06-20T06:40:44.607Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.607Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3422c5ad-6d5f-4421-b320-a8e391800b0f
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f matches Tosca VF Customization UUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:40:44.615Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.615Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3422c5ad-6d5f-4421-b320-a8e391800b0f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@645739af
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:40:44.618Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9eda63e1-d257-419f-924c-0b35517a0c2e
2022-06-20T06:40:44.619Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9eda63e1-d257-419f-924c-0b35517a0c2e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09318949-e468-4ce7-9f7c-980bed30ab02
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0126f8b6-f232-4d29-9e17-38b7eda9d733
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.641Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.641Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.642Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T06:40:44.647Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f690cfef-262a-410e-8380-9f3391c70d4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.648Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=3422c5ad-6d5f-4421-b320-a8e391800b0f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:44.651Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.651Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 09610c9c-9c29-4655-af91-89269ce250be: vFW 2705ee6e-d33e
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:40:44.654Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.654Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-20 06-37-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:44.886Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2705ee6e-d33e f0ca3490-00ad-4c75-8b66-36aa6662cf36 1 ASDC deployResourceStructure
2022-06-20T06:40:44.887Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json ASDC sendASDCNotification
2022-06-20T06:40:44.887Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:44.888Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:44.888Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:44.890Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:44.891Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707244887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:44.991Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:44.992Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:44.992Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:45.006Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:45.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:45.891Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:45.897Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:45.897Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707245891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:45.995Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-20T06:40:45.996Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:45.996Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:46.010Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:46.010Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:46.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T06:40:46.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:46.899Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:46.899Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:46.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:46.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707246898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:47.004Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T06:40:47.005Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:47.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:47.020Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:47.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar ASDC sendASDCNotification
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:47.904Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:47.906Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:47.906Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707247903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:40:48.006Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:48.008Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:48.008Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:48.024Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:40:48.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:48.908Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.925Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:40:48.931Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.938Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:41:18.938Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:41:18.951Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25de97ea-8da5-4a95-8261-517654ca833e and serviceModelVersionId: 09610c9c-9c29-4655-af91-89269ce250be
2022-06-20T06:41:18.951Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2e0e922-a9d2-4774-be96-6bcc8d3283c6
2022-06-20T06:41:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:41:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:41:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:41:28.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:41:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707228990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:41:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:41:33.339Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0
2022-06-20T06:41:33.448Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:41:33.949Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|INFO|500||Invoke
2022-06-20T06:41:33.956Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69b7b730-e15e-4fbe-a3c5-b563336f8bcf], X-ECOMP-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], X-TransactionId=[], X-ONAP-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], Content-Type=[application/merge-patch+json]}
2022-06-20T06:41:34.100Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:41:34.469Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?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/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-06:41:34:794-32090], vertex-id=[159832], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:41:34 GMT], Content-Type=[application/json]}
2022-06-20T06:41:34.470Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:41:34.471Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|INFO|500||InvokeReturn
2022-06-20T06:41:34.475Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:41:34.475Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:34.480Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:41:34.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25de97ea-8da5-4a95-8261-517654ca833e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:41:34.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:41:34.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:34.484Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:34.484Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707294481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:41:34.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:34.585Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:34.586Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:34.601Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:34.602Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:41:35.506Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:41:35.507Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ce500ed-2582-4d71-a4bb-fd5979904673","serviceName":"basic_onboard_iTapBv","serviceVersion":"1.0","serviceUUID":"7c8e04ac-b542-4bd8-90c8-1459ed027f03","serviceDescription":"service","serviceInvariantUUID":"10e4084d-7950-4113-b4dd-e177bcc68c14","resources":[{"resourceInstanceName":"basic_onboard_iTapBv 0","resourceName":"basic_onboard_iTapBv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeb7725d-cded-454c-9e73-2e0e7f226fab","resourceInvariantUUID":"ddbbb777-14fa-4d00-ab23-e27773f94058","resourceCustomizationUUID":"36583744-cd82-4d70-9252-15774cb12f64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyYTViNzY1YTRhYThiNGNkYzgxOGIzYjlhMDRhMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"813b243a-d541-4214-9b5b-c686c2ed71d8","artifactVersion":"1"},{"artifactName":"basic_onboard_itapbv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json","artifactChecksum":"MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af795b76-86dc-47ad-870b-0707bcd77797","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dd4e84c-ceb4-434a-9a82-ed790c8551be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25","artifactVersion":"2","generatedFromUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItapbv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml","artifactChecksum":"YTQ3N2Y4YzdhODI4ZTljOWRlOTFiMWE2OWQ3NGU2Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2020fd32-a148-4aa0-8c04-be520e33bd89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItapbv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar","artifactChecksum":"NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"346840eb-b81e-4bc1-a38e-d916d6873e08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:41:35.507Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:35.508Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:35.510Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:35.510Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:41:35.610Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:35.611Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:35.611Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:35.624Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:35.625Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:36.511Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:36.512Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:36.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:36.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:41:36.614Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:36.615Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:36.615Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:36.632Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:36.633Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:37.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:37.515Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:37.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:37.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:41:37.617Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:37.618Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:37.619Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:37.633Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:37.633Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:38.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:38.518Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:38.520Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:38.520Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:41:38.621Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:38.622Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:38.622Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:38.634Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:38.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:39.521Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:39.522Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:39.524Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:39.524Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:41:39.624Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:39.626Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:39.626Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:39.650Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:39.650Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:40.526Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:40.526Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:40.528Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:40.529Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:41:40.629Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:40.630Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:40.630Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:40.646Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:40.647Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:41.529Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:41.530Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:41.532Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:41.532Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:41:41.632Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:41.633Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:41.633Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:41.648Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:41.648Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:42.533Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "serviceName": "basic_onboard_iTapBv",
  "serviceVersion": "1.0",
  "serviceUUID": "7c8e04ac-b542-4bd8-90c8-1459ed027f03",
  "serviceDescription": "service",
  "serviceInvariantUUID": "10e4084d-7950-4113-b4dd-e177bcc68c14",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iTapBv 0",
      "resourceCustomizationUUID": "36583744-cd82-4d70-9252-15774cb12f64",
      "resourceName": "basic_onboard_iTapBv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eeb7725d-cded-454c-9e73-2e0e7f226fab",
      "resourceInvariantUUID": "ddbbb777-14fa-4d00-ab23-e27773f94058",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_itapbv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
          "artifactChecksum": "MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "af795b76-86dc-47ad-870b-0707bcd77797",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
            "generatedFromUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardItapbv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
      "artifactChecksum": "NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "346840eb-b81e-4bc1-a38e-d916d6873e08"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:41:42.534Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:41:42.534Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC
2022-06-20T06:41:42.534Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6ce500ed-2582-4d71-a4bb-fd5979904673
ServiceName:basic_onboard_iTapBv
ServiceVersion:1.0
ServiceUUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
ServiceInvariantUUID:10e4084d-7950-4113-b4dd-e177bcc68c14
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItapbv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
ArtifactUUID:346840eb-b81e-4bc1-a38e-d916d6873e08
ArtifactChecksum:NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iTapBv 0
ResourceCustomizationUUID:36583744-cd82-4d70-9252-15774cb12f64
ResourceInvariantUUID:ddbbb777-14fa-4d00-ab23-e27773f94058
ResourceName:basic_onboard_iTapBv
ResourceType:VF
ResourceUUID:eeb7725d-cded-454c-9e73-2e0e7f226fab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itapbv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
ArtifactUUID:af795b76-86dc-47ad-870b-0707bcd77797
ArtifactChecksum:MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU=
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f49dea4c-a3bd-4762-9043-0b679c3f036f
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T06:41:42.535Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:41:42.566Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.752Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:42.755Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar 346840eb-b81e-4bc1-a38e-d916d6873e08 71567
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:42.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:42.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707302756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:41:42.858Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:42.859Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:42.859Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:42.875Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:42.876Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:43.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:41:43.760Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:43.760Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08, URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar to file: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.908Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15879344445271428898/Definitions/service-BasicOnboardItapbv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T06:41:45.088Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iTapBv 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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:41:45.096Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.098Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.098Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.104Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iTapBv
Description:service
Model UUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
Model Version:NULL
Model InvariantUuid:10e4084d-7950-4113-b4dd-e177bcc68c14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iTapBv
Model UUID:76a3c58e-2adc-49ae-b630-c75821311a3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddbbb777-14fa-4d00-ab23-e27773f94058
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36583744-cd82-4d70-9252-15774cb12f64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:272af2e4-30a9-446b-879f-9bdaad2d5e6c
ModelName:BasicOnboardItapbv..base_ubuntu18..module-0
ModelUuid:aae78f10-61ed-487b-81f3-9c33a4f0efc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:757c9682-d983-43a8-b506-4ab1e9187f31
ModelInvariantUuid:40f33a9a-66bb-4a30-b24a-fa0b4f6d266d
ModelName:basic_onboard_iTapBv-nodes.ubuntu18Cvfc
ModelUuid:23a607d2-9566-4078-a97b-d63f1f0eec5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b491063a-929c-4425-9475-a1c249702b8e
ModelInvariantUuid:53776809-604f-4b12-bf25-b9182778b002
ModelName:BasicOnboardItapbv.compute.nodes.heat.ubuntu18
ModelUuid:967ed087-9353-4b95-a561-6c4cfefd831f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:41:45.112Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:45.115Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||basic_onboard_iTapBv 0
2022-06-20T06:41:45.115Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af795b76-86dc-47ad-870b-0707bcd77797 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.227Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:45.228Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json af795b76-86dc-47ad-870b-0707bcd77797 798
2022-06-20T06:41:45.228Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json ASDC sendASDCNotification
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:45.231Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:45.232Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707305228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:41:45.332Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:45.333Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:45.333Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:45.346Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:45.347Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:46.232Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItapbv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "272af2e4-30a9-446b-879f-9bdaad2d5e6c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aae78f10-61ed-487b-81f3-9c33a4f0efc7",
    "vfModuleModelCustomizationUUID": "32d04b59-af4e-44d2-92f9-374927d20a38",
    "isBase": true,
    "artifacts": [
      "f49dea4c-a3bd-4762-9043-0b679c3f036f",
      "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:41:46.238Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItapbv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aae78f10-61ed-487b-81f3-9c33a4f0efc7
VfModuleModelInvariantUUID:272af2e4-30a9-446b-879f-9bdaad2d5e6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f49dea4c-a3bd-4762-9043-0b679c3f036f
,
6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25

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

isBase:true


}

2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItapbv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "272af2e4-30a9-446b-879f-9bdaad2d5e6c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aae78f10-61ed-487b-81f3-9c33a4f0efc7",
    "vfModuleModelCustomizationUUID": "32d04b59-af4e-44d2-92f9-374927d20a38",
    "isBase": true,
    "artifacts": [
      "f49dea4c-a3bd-4762-9043-0b679c3f036f",
      "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItapbv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aae78f10-61ed-487b-81f3-9c33a4f0efc7
VfModuleModelInvariantUUID:272af2e4-30a9-446b-879f-9bdaad2d5e6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f49dea4c-a3bd-4762-9043-0b679c3f036f
,
6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25

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

isBase:true


}

2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f49dea4c-a3bd-4762-9043-0b679c3f036f from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:46.243Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.373Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml f49dea4c-a3bd-4762-9043-0b679c3f036f 5033
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.375Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:46.375Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:46.377Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:46.377Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707306374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:41:46.477Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:46.478Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:46.478Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:46.493Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:46.493Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:47.378Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.379Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:47.379Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.560Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:47.561Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env 6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25 909
2022-06-20T06:41:47.561Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:47.564Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:47.565Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707307561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:41:47.665Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:47.666Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:47.666Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:47.681Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:47.682Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:48.565Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:41:48.566Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iTapBv 0 eeb7725d-cded-454c-9e73-2e0e7f226fab ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:48.581Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a7cd8eb, org.onap.sdc.toscaparser.api.parameters.Input@247e56d0, org.onap.sdc.toscaparser.api.parameters.Input@4aa77d6b, org.onap.sdc.toscaparser.api.parameters.Input@48c4f0b8, org.onap.sdc.toscaparser.api.parameters.Input@44f3c2cb]
2022-06-20T06:41:48.582Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 36583744-cd82-4d70-9252-15774cb12f64
2022-06-20T06:41:48.584Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36583744-cd82-4d70-9252-15774cb12f64 matches Tosca VF Customization UUID: 36583744-cd82-4d70-9252-15774cb12f64
2022-06-20T06:41:48.584Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 36583744-cd82-4d70-9252-15774cb12f64  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:41:48.586Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.587Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.587Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 36583744-cd82-4d70-9252-15774cb12f64: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c7ec2a2
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:41:48.589Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32d04b59-af4e-44d2-92f9-374927d20a38
2022-06-20T06:41:48.589Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32d04b59-af4e-44d2-92f9-374927d20a38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.593Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.593Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:41:48.598Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.598Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.600Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=36583744-cd82-4d70-9252-15774cb12f64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7c8e04ac-b542-4bd8-90c8-1459ed027f03: basic_onboard_iTapBv
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:41:48.606Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.606Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_iTapBv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:41:48.693Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iTapBv eeb7725d-cded-454c-9e73-2e0e7f226fab 1 ASDC deployResourceStructure
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json ASDC sendASDCNotification
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:48.696Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:48.698Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:48.698Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707308694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:41:48.798Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:48.799Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:48.799Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:48.814Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:48.816Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:49.699Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:49.702Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:49.703Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707309699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:41:49.803Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:49.804Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:49.804Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:49.817Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:49.818Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:50.703Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:50.706Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:50.707Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707310703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:41:50.807Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:50.808Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:50.808Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:50.824Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:50.825Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:51.709Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:51.711Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:51.711Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707311708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:41:51.811Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:51.812Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:51.812Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:51.827Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:41:51.828Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:52.712Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:41:52.722Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:41:52.725Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:41:52.725Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:41:52.726Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:42:22.726Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:22.740Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:42:28.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:42:28.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:42:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:42:28.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:42:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:42:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707228299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:42:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:42:52.745Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:52.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:52.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:42:52.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:42:52.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:22.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:22.777Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:22.780Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:43:22.780Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:43:22.781Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:28.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:43:28.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:43:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:43:28.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:43:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707222793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "cds",
  "timestamp": 1655707229996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.138Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.138Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707229983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707205015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707233575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707233630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707227156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707234582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "policy-id",
  "timestamp": 1655707235588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707235886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707203429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707236890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707236135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707236410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707237571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707238412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707238652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "aai-ml",
  "timestamp": 1655707239418,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.208Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707239668,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.222Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707241784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707240698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707241270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707242478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707243799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707211116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707243567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "clamp",
  "timestamp": 1655707244809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.249Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707245075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707244887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707245891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707247410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707246898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707248415,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707247903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707247822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707249540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707257277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707264789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DOWNLOADED"
}
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707264719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707265806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DEPLOYED"
}
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "aai-ml",
  "timestamp": 1655707265725,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "clamp",
  "timestamp": 1655707266850,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:52.781Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.792Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.797Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.799Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:43:52.799Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.804Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:44:22.804Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:44:22.812Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ce500ed-2582-4d71-a4bb-fd5979904673 and serviceModelVersionId: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:44:22.812Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10e4084d-7950-4113-b4dd-e177bcc68c14
2022-06-20T06:44:22.813Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0
2022-06-20T06:44:22.821Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:44:22.882Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T06:44:22.884Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||Invoke
2022-06-20T06:44:22.912Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:44:23.244Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||InvokeReturn
2022-06-20T06:44:23.245Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-06:44:23:613-796], vertex-id=[405712], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:44:23 GMT], Content-Type=[application/json]}
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:44:23.250Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:44:23.251Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ce500ed-2582-4d71-a4bb-fd5979904673 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:44:23.251Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:44:23.252Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:23.254Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:23.254Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707463251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:44:23.354Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:44:23.356Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:23.356Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:23.373Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:23.374Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:44:24.268Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:44:24.268Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6db71bb-0f51-4645-b26e-b42008182afb","serviceName":"basic_onboard_iTapBv","serviceVersion":"1.0","serviceUUID":"7c8e04ac-b542-4bd8-90c8-1459ed027f03","serviceDescription":"service","serviceInvariantUUID":"10e4084d-7950-4113-b4dd-e177bcc68c14","resources":[{"resourceInstanceName":"basic_onboard_iTapBv 0","resourceName":"basic_onboard_iTapBv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeb7725d-cded-454c-9e73-2e0e7f226fab","resourceInvariantUUID":"ddbbb777-14fa-4d00-ab23-e27773f94058","resourceCustomizationUUID":"36583744-cd82-4d70-9252-15774cb12f64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyYTViNzY1YTRhYThiNGNkYzgxOGIzYjlhMDRhMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"813b243a-d541-4214-9b5b-c686c2ed71d8","artifactVersion":"1"},{"artifactName":"basic_onboard_itapbv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json","artifactChecksum":"MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af795b76-86dc-47ad-870b-0707bcd77797","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dd4e84c-ceb4-434a-9a82-ed790c8551be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25","artifactVersion":"2","generatedFromUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItapbv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml","artifactChecksum":"YTQ3N2Y4YzdhODI4ZTljOWRlOTFiMWE2OWQ3NGU2Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2020fd32-a148-4aa0-8c04-be520e33bd89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItapbv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar","artifactChecksum":"NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"346840eb-b81e-4bc1-a38e-d916d6873e08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:44:24.269Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:24.270Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:24.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:24.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:24.372Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:24.373Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:24.373Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:24.387Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:24.388Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:25.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:25.273Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:25.275Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:25.276Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:44:25.376Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:25.377Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:25.377Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:25.389Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:25.390Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:26.276Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:26.277Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:26.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:26.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:44:26.380Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:26.381Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:26.381Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:26.395Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:26.396Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:27.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:27.281Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:27.283Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:27.284Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:27.384Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:27.385Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:27.385Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:27.399Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:27.399Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:44:28.079Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:44:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:44:28.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707294481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707302756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707305228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707306374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707307561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707308694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707309699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707310703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707311708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.284Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:28.287Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:28.293Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:28.293Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:44:28.389Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-20T06:44:28.390Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:28.391Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:28.405Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:28.405Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:29.294Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:29.295Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:29.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:29.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:44:29.398Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:29.399Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:29.399Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:29.413Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:29.413Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:30.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:30.299Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:30.301Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:30.301Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:44:30.401Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:30.402Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:30.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:30.423Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:30.423Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "serviceName": "basic_onboard_iTapBv",
  "serviceVersion": "1.0",
  "serviceUUID": "7c8e04ac-b542-4bd8-90c8-1459ed027f03",
  "serviceDescription": "service",
  "serviceInvariantUUID": "10e4084d-7950-4113-b4dd-e177bcc68c14",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iTapBv 0",
      "resourceCustomizationUUID": "36583744-cd82-4d70-9252-15774cb12f64",
      "resourceName": "basic_onboard_iTapBv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eeb7725d-cded-454c-9e73-2e0e7f226fab",
      "resourceInvariantUUID": "ddbbb777-14fa-4d00-ab23-e27773f94058",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_itapbv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
          "artifactChecksum": "MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "af795b76-86dc-47ad-870b-0707bcd77797",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
            "generatedFromUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardItapbv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
      "artifactChecksum": "NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "346840eb-b81e-4bc1-a38e-d916d6873e08"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC
2022-06-20T06:44:31.304Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6db71bb-0f51-4645-b26e-b42008182afb
ServiceName:basic_onboard_iTapBv
ServiceVersion:1.0
ServiceUUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
ServiceInvariantUUID:10e4084d-7950-4113-b4dd-e177bcc68c14
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItapbv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
ArtifactUUID:346840eb-b81e-4bc1-a38e-d916d6873e08
ArtifactChecksum:NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iTapBv 0
ResourceCustomizationUUID:36583744-cd82-4d70-9252-15774cb12f64
ResourceInvariantUUID:ddbbb777-14fa-4d00-ab23-e27773f94058
ResourceName:basic_onboard_iTapBv
ResourceType:VF
ResourceUUID:eeb7725d-cded-454c-9e73-2e0e7f226fab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itapbv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
ArtifactUUID:af795b76-86dc-47ad-870b-0707bcd77797
ArtifactChecksum:MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU=
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f49dea4c-a3bd-4762-9043-0b679c3f036f
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T06:44:31.304Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:44:31.339Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.557Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar 346840eb-b81e-4bc1-a38e-d916d6873e08 71567
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.564Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:44:31.564Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:31.566Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:31.567Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707471563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:44:31.667Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:31.668Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:31.668Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:31.681Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:31.682Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:32.567Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:44:32.568Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:32.569Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08, URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar to file: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.569Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.570Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.570Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.830Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15347509829780249996/Definitions/service-BasicOnboardItapbv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iTapBv 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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iTapBv
Description:service
Model UUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
Model Version:NULL
Model InvariantUuid:10e4084d-7950-4113-b4dd-e177bcc68c14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iTapBv
Model UUID:76a3c58e-2adc-49ae-b630-c75821311a3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddbbb777-14fa-4d00-ab23-e27773f94058
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36583744-cd82-4d70-9252-15774cb12f64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:272af2e4-30a9-446b-879f-9bdaad2d5e6c
ModelName:BasicOnboardItapbv..base_ubuntu18..module-0
ModelUuid:aae78f10-61ed-487b-81f3-9c33a4f0efc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:757c9682-d983-43a8-b506-4ab1e9187f31
ModelInvariantUuid:40f33a9a-66bb-4a30-b24a-fa0b4f6d266d
ModelName:basic_onboard_iTapBv-nodes.ubuntu18Cvfc
ModelUuid:23a607d2-9566-4078-a97b-d63f1f0eec5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b491063a-929c-4425-9475-a1c249702b8e
ModelInvariantUuid:53776809-604f-4b12-bf25-b9182778b002
ModelName:BasicOnboardItapbv.compute.nodes.heat.ubuntu18
ModelUuid:967ed087-9353-4b95-a561-6c4cfefd831f
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:44:34.050Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||ERROR|500||Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists
2022-06-20T06:44:34.054Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar(Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists)
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:34.057Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:34.057Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707474050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists"
}
2022-06-20T06:44:34.158Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:34.159Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:34.159Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:34.172Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:34.172Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar(Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists)
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:35.061Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:35.061Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707475058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists"
}
2022-06-20T06:44:35.161Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:35.162Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:35.163Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:35.176Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:44:35.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:36.062Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.074Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.083Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:45:06.083Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:45:06.089Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6db71bb-0f51-4645-b26e-b42008182afb and serviceModelVersionId: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:45:06.089Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10e4084d-7950-4113-b4dd-e177bcc68c14
2022-06-20T06:45:06.090Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0
2022-06-20T06:45:06.094Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:45:06.142Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T06:45:06.144Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||Invoke
2022-06-20T06:45:06.162Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:45:06.389Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||InvokeReturn
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-06:45:06:865-30421], vertex-id=[405712], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:45:06 GMT], Content-Type=[application/json]}
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:45:06.391Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:45:06.397Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:45:06.397Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6db71bb-0f51-4645-b26e-b42008182afb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:45:06.398Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:45:06.398Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:45:06.400Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:45:06.400Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707506397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:45:06.500Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:45:06.501Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:45:06.501Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:06.519Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:06.519Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:45:07.413Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:07.414Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:07.414Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:17.692Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:17.693Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:17.694Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:17.694Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:27.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:27.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:27.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:27.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:28.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:28.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707463251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:45:28.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:45:36.793Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:46.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:55.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:46:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:46:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:46:28.074Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:46:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:46:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:46:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-20T06:46:28.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:46:37.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:47:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:47:28.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:47:28.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:47:28.603Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:47:28.604Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.604Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707228072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707471563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707474050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists"
}
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707475058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists"
}
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655707506397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:37.621Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:48:28.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:48:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:48:28.074Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:48:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:48:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:48:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:48:37.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:48:37.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:49:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:49:28.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:49:28.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:49:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:49:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:49:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:49:37.622Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:49:37.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:50:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:50:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:50:28.075Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:50:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:50:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:50:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:50:37.630Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:50:37.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:51:28.074Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:51:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:51:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:51:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:51:37.662Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:51:37.662Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:52:28.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:52:28.074Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:52:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:52:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:52:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:52:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:52:37.628Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:52:37.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:28.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:53:28.073Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:53:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:53:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:53:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.710Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:28.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:28.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fa5ade9-86dc-4042-9a88-ac4274a113a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"71fd3017-d557-4058-ac87-964885dc40e7","serviceDescription":"service","serviceInvariantUUID":"96640c72-5aa8-40d1-a242-57ea589710cb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15b005f3-fe37-428f-b811-8367bc5050ce","resourceInvariantUUID":"67621002-6548-42a9-aed1-cbc43b1bd890","resourceCustomizationUUID":"ec5747f7-b7ce-49f5-bb96-f8a791b88346","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":"NzhmMjExODA2ZjdmMTVkNzAwZjRiNzMxZDU3MjRjZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82b6d092-4496-4e0e-b51f-8636f967d9bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ec08bb1-65e4-49f8-81ba-4975dc5ebf64","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "policy-id",
  "timestamp": 1655707985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655707983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "policy-id",
  "timestamp": 1655707985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "cds",
  "timestamp": 1655707986336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "cds",
  "timestamp": 1655707986336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "policy-id",
  "timestamp": 1655707988425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655707987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "policy-id",
  "timestamp": 1655707989437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "cds",
  "timestamp": 1655707989224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "policy-id",
  "timestamp": 1655707990447,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-20T06:53:28.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:53:28.721Z||pool-2-thread-7|||||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-06-20T06:53:28.727Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:28.727Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708008072,
  "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-06-20T06:53:28.736Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.737Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "cds",
  "timestamp": 1655707990237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:53:28.751Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.751Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707991115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707991115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707994048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707995713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655707996717,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:53:28.764Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "clamp",
  "timestamp": 1655707997821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "clamp",
  "timestamp": 1655707997821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "aai-ml",
  "timestamp": 1655707999540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "aai-ml",
  "timestamp": 1655707999540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "aai-ml",
  "timestamp": 1655708002498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "clamp",
  "timestamp": 1655708006928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "aai-ml",
  "timestamp": 1655708008216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:53:28.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.827Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:53:28.827Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:53:28.828Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.840Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:28.841Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:29.728Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:53:29.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:53:29.731Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:29.732Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708008072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:53:29.832Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:53:29.833Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:53:29.833Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:29.848Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:29.849Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "71fd3017-d557-4058-ac87-964885dc40e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "96640c72-5aa8-40d1-a242-57ea589710cb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ec5747f7-b7ce-49f5-bb96-f8a791b88346",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15b005f3-fe37-428f-b811-8367bc5050ce",
      "resourceInvariantUUID": "67621002-6548-42a9-aed1-cbc43b1bd890",
      "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": "MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ec08bb1-65e4-49f8-81ba-4975dc5ebf64"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71fd3017-d557-4058-ac87-964885dc40e7 ASDC
2022-06-20T06:53:30.734Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9fa5ade9-86dc-4042-9a88-ac4274a113a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:71fd3017-d557-4058-ac87-964885dc40e7
ServiceInvariantUUID:96640c72-5aa8-40d1-a242-57ea589710cb
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:0ec08bb1-65e4-49f8-81ba-4975dc5ebf64
ArtifactChecksum:MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ec5747f7-b7ce-49f5-bb96-f8a791b88346
ResourceInvariantUUID:67621002-6548-42a9-aed1-cbc43b1bd890
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15b005f3-fe37-428f-b811-8367bc5050ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-20T06:53:30.735Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71fd3017-d557-4058-ac87-964885dc40e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:53:30.761Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:53:30.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.967Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64 52513
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:53:30.971Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:53:30.972Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:30.973Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708010970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:53:31.073Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:53:31.074Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:53:31.074Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:31.089Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:31.091Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:31.973Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:53:31.974Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:31.975Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:31.975Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-20T06:53:31.976Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:31.976Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.107Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5330242530318949989/Definitions/service-BasicNetwork-template.yml
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.777Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.778Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.778Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.778Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.778Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:71fd3017-d557-4058-ac87-964885dc40e7
Model Version:NULL
Model InvariantUuid:96640c72-5aa8-40d1-a242-57ea589710cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:67621002-6548-42a9-aed1-cbc43b1bd890
Model UUID:1907e1f5-636b-42fa-9bec-5232b308c5fc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ec5747f7-b7ce-49f5-bb96-f8a791b88346
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:53:32.785Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 15b005f3-fe37-428f-b811-8367bc5050ce
2022-06-20T06:53:32.785Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||No resources found for Service: 71fd3017-d557-4058-ac87-964885dc40e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:53:32.794Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||
2022-06-20T06:53:32.794Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-20T06:53:32.796Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 71fd3017-d557-4058-ac87-964885dc40e7
2022-06-20T06:53:32.796Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 71fd3017-d557-4058-ac87-964885dc40e7
2022-06-20T06:53:32.796Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-20T06:53:32.797Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:53:32.802Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@714c87d6, org.onap.sdc.toscaparser.api.parameters.Input@52b65181, org.onap.sdc.toscaparser.api.parameters.Input@71fd7a4f, org.onap.sdc.toscaparser.api.parameters.Input@4b47fc59, org.onap.sdc.toscaparser.api.parameters.Input@5ea0b0d0]
2022-06-20T06:53:32.804Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.804Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.804Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.804Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.805Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 71fd3017-d557-4058-ac87-964885dc40e7: Generic NeutronNet
2022-06-20T06:53:32.805Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.805Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.805Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.805Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-20T06:53:32.844Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.844Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.844Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.844Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.845Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:53:32.845Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.845Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-20T06:53:32.909Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-20T06:53:32.910Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-20T06:53:32.910Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.910Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:53:32.910Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:53:32.912Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:32.912Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708012910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:53:33.012Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:53:33.013Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:53:33.013Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:33.025Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:53:33.026Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:33.914Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:53:33.927Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:53:33.931Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:53:33.931Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:53:33.932Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:54:03.932Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:54:03.946Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:54:03.950Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:54:03.950Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:54:03.950Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:54:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:54:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:54:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:54:28.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:54:28.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:54:28.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708008072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:54:28.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:54:33.951Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:54:33.962Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:54:33.965Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:54:33.965Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:54:33.965Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:55:03.965Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:55:03.976Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:55:03.981Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:55:03.981Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:55:03.981Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:55:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:55:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:55:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:55:28.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:55:28.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "clamp",
  "timestamp": 1655708009930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:55:28.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "aai-ml",
  "timestamp": 1655708009248,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:55:28.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:55:28.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708008072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "clamp",
  "timestamp": 1655708010942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:55:28.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:55:28.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708010970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:55:28.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708012910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:55:28.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708047156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708051115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708046335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708043444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708045015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708062160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:55:28.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708062176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708062187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708062547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "cds",
  "timestamp": 1655708063167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.201Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:55:28.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708063559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708063383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:55:28.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708064139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "policy-id",
  "timestamp": 1655708064564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:55:28.217Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:55:28.218Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708064387,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:55:28.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:55:28.231Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708065143,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:55:28.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:55:28.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:55:28.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708057821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:55:28.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:28.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:55:28.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708059539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:55:28.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:55:33.982Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:55:33.993Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.996Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.997Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:55:33.997Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|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-06-20T06:55:34.003Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:56:04.003Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:56:04.011Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and serviceModelVersionId: 71fd3017-d557-4058-ac87-964885dc40e7
2022-06-20T06:56:04.011Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96640c72-5aa8-40d1-a242-57ea589710cb
2022-06-20T06:56:04.013Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0
2022-06-20T06:56:04.018Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:56:04.089Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T06:56:04.092Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0|INFO|500||Invoke
2022-06-20T06:56:04.118Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:56:04.277Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0|INFO|500||InvokeReturn
2022-06-20T06:56:04.277Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96640c72-5aa8-40d1-a242-57ea589710cb/model-vers/model-ver/71fd3017-d557-4058-ac87-964885dc40e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-06:56:04:848-41875], vertex-id=[204912], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:56:04 GMT], Content-Type=[application/json]}
2022-06-20T06:56:04.278Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:56:04.278Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:56:04.279Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|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-06-20T06:56:04.285Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|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-06-20T06:56:04.285Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:56:04.285Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:56:04.286Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:04.288Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:04.288Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708164285,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:56:04.388Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:04.390Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:04.390Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:04.413Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:04.414Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:56:05.301Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:56:05.301Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:56:05.302Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:56:09.734Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:09.735Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T06:56:09.735Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"37622624-e670-4c98-9810-869709574f08","serviceName":"Demo_pNF_ArpxRYyVwJTeY8QSbHHB","serviceVersion":"1.0","serviceUUID":"ea7f4519-aa7c-46ba-85bc-696cb8bcb530","serviceDescription":"catalog service description","serviceInvariantUUID":"7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03","resources":[{"resourceInstanceName":"pNF 1d77142e-ec96 0","resourceName":"pNF 1d77142e-ec96","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"faadd4a7-f60b-4152-b363-2af1548f16dc","resourceInvariantUUID":"fdafc12d-b274-4835-a80b-a650e7ce5f97","resourceCustomizationUUID":"21cbe001-d0c6-4027-9290-a6d5bda2f812","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml","artifactChecksum":"MDNhMjk1YzNjYjdkYWEwODQyMWI5NDI2YTg2OGRjMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3957c68b-5a13-4e38-950f-77dacaca92fc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar","artifactChecksum":"ZWVjMjIzMTE2NWQ2N2U0OTZmMjI5ZDdlZDBkMDYwYzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a0591fc-4f91-449b-b403-e82afd4347e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b908d7f6-5c97-4a72-8b01-503f06dcb739","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml","artifactChecksum":"Y2JkN2ZhMDU5MTFhMDYxY2I3N2RjOWZlZjA2NzQxYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f07f574-30d9-4c95-9585-29e16f36ce36","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52cfc9c8-7077-4c7a-8fbd-fae86735f7ac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"698250f8-59ff-4b93-9699-23219386a811","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml","artifactChecksum":"ZWYzYmQ3YzA1MjY1YjFlNTk4MDFkYjAzYjEzZjhiYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48cc76a0-673d-4f6a-b9cc-5a715755b9ee","artifactVersion":"1"},{"artifactName":"service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar","artifactChecksum":"ZDg0NjFkZDMzNmFkNTM1ZWZjNTViNjhlMzE3Y2IzMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb87184-480f-4b59-8aae-fe674f2679d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:56:09.738Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:09.738Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:09.740Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:09.740Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:09.840Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:09.841Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:09.841Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:09.854Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:09.854Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:10.741Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:10.742Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:10.743Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:10.743Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:10.844Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:10.845Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:10.845Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:10.871Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:10.871Z||pool-52-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:11.744Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:11.745Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:11.747Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:11.747Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:11.847Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:11.848Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:11.848Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:11.862Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:11.862Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:12.747Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:12.748Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:12.750Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:12.750Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:12.850Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:12.851Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:12.851Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:12.863Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:12.864Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:13.750Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:13.751Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:13.753Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:13.753Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:13.853Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:13.854Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:13.854Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:13.868Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:13.869Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:14.753Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:14.754Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:14.756Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:14.756Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:14.856Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:14.857Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:14.858Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:14.878Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:14.878Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:15.757Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:15.758Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:15.760Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:15.760Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:56:15.860Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:15.861Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:15.861Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:15.875Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:15.876Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:16.760Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:56:16.761Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:16.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:16.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:56:16.863Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:56:16.864Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:16.865Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:16.880Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:16.881Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:17.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "serviceName": "Demo_pNF_ArpxRYyVwJTeY8QSbHHB",
  "serviceVersion": "1.0",
  "serviceUUID": "ea7f4519-aa7c-46ba-85bc-696cb8bcb530",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03",
  "resources": [
    {
      "resourceInstanceName": "pNF 1d77142e-ec96 0",
      "resourceCustomizationUUID": "21cbe001-d0c6-4027-9290-a6d5bda2f812",
      "resourceName": "pNF 1d77142e-ec96",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "faadd4a7-f60b-4152-b363-2af1548f16dc",
      "resourceInvariantUUID": "fdafc12d-b274-4835-a80b-a650e7ce5f97",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
      "artifactChecksum": "ZDg0NjFkZDMzNmFkNTM1ZWZjNTViNjhlMzE3Y2IzMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbb87184-480f-4b59-8aae-fe674f2679d8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:56:17.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:56:17.765Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea7f4519-aa7c-46ba-85bc-696cb8bcb530 ASDC
2022-06-20T06:56:17.766Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:37622624-e670-4c98-9810-869709574f08
ServiceName:Demo_pNF_ArpxRYyVwJTeY8QSbHHB
ServiceVersion:1.0
ServiceUUID:ea7f4519-aa7c-46ba-85bc-696cb8bcb530
ServiceInvariantUUID:7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
ArtifactUUID:dbb87184-480f-4b59-8aae-fe674f2679d8
ArtifactChecksum:ZDg0NjFkZDMzNmFkNTM1ZWZjNTViNjhlMzE3Y2IzMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1d77142e-ec96 0
ResourceCustomizationUUID:21cbe001-d0c6-4027-9290-a6d5bda2f812
ResourceInvariantUUID:fdafc12d-b274-4835-a80b-a650e7ce5f97
ResourceName:pNF 1d77142e-ec96
ResourceType:PNF
ResourceUUID:faadd4a7-f60b-4152-b363-2af1548f16dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-20T06:56:17.766Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea7f4519-aa7c-46ba-85bc-696cb8bcb530 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:56:17.789Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:56:17.790Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:56:17.790Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:56:17.790Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dbb87184-480f-4b59-8aae-fe674f2679d8 from URL: /sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:17.790Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:56:17.790Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:17.908Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:56:17.913Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar dbb87184-480f-4b59-8aae-fe674f2679d8 82656
2022-06-20T06:56:17.914Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar ASDC sendASDCNotification
2022-06-20T06:56:17.914Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:17.914Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:56:17.914Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:17.939Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:17.939Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708177914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:56:18.039Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:56:18.040Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:18.040Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:18.055Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:18.056Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:18.941Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:56:18.942Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:56:18.942Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: dbb87184-480f-4b59-8aae-fe674f2679d8, URL: /sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar to file: /app/ASDC/1/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:18.942Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:18.943Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:18.943Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.063Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12431279486147498440/Definitions/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml
2022-06-20T06:56:19.844Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:56:19.845Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:56:19.845Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1d77142e-ec96 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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.846Z|37622624-e670-4c98-9810-869709574f08|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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.847Z|37622624-e670-4c98-9810-869709574f08|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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.847Z|37622624-e670-4c98-9810-869709574f08|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-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.847Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:56:19.847Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.847Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.848Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Node template pNF 1d77142e-ec96 0 is matching search criteria
2022-06-20T06:56:19.848Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:56:19.848Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1d77142e-ec96 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:56:19.849Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.849Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.849Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Node template pNF 1d77142e-ec96 0 is matching search criteria
2022-06-20T06:56:19.849Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:56:19.849Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1d77142e-ec96 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.850Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.851Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.851Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.851Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.851Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.851Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ArpxRYyVwJTeY8QSbHHB
Description:catalog service description
Model UUID:ea7f4519-aa7c-46ba-85bc-696cb8bcb530
Model Version:NULL
Model InvariantUuid:7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:56:19.857Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: faadd4a7-f60b-4152-b363-2af1548f16dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:56:19.860Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||pNF 1d77142e-ec96 0
2022-06-20T06:56:19.860Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: faadd4a7-f60b-4152-b363-2af1548f16dc
2022-06-20T06:56:19.860Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ea7f4519-aa7c-46ba-85bc-696cb8bcb530
2022-06-20T06:56:19.861Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ea7f4519-aa7c-46ba-85bc-696cb8bcb530
2022-06-20T06:56:19.861Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1d77142e-ec96 0 faadd4a7-f60b-4152-b363-2af1548f16dc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:56:19.865Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c66ca88, org.onap.sdc.toscaparser.api.parameters.Input@3da57061, org.onap.sdc.toscaparser.api.parameters.Input@72972da8, org.onap.sdc.toscaparser.api.parameters.Input@1276087e, org.onap.sdc.toscaparser.api.parameters.Input@580ea232]
2022-06-20T06:56:19.866Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.866Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.866Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ea7f4519-aa7c-46ba-85bc-696cb8bcb530: pNF 1d77142e-ec96
2022-06-20T06:56:19.867Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Processing PNF resource: faadd4a7-f60b-4152-b363-2af1548f16dc
2022-06-20T06:56:19.867Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:56:19.867Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ArpxRYyVwJTeY8QSbHHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:56:19.867Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||Resource customization UUID: 21cbe001-d0c6-4027-9290-a6d5bda2f812 is the same as notified resource customizationUUID: 21cbe001-d0c6-4027-9290-a6d5bda2f812
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-20T06:56:19.917Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1d77142e-ec96 faadd4a7-f60b-4152-b363-2af1548f16dc 0 ASDC deployResourceStructure
2022-06-20T06:56:19.918Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar ASDC sendASDCNotification
2022-06-20T06:56:19.918Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar
2022-06-20T06:56:19.918Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:56:19.918Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:56:19.937Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:56:19.937Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708179918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:56:20.021Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-06-20T06:56:20.021Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:56:20.021Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:56:20.034Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:20.035Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:56:20.937Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:56:20.948Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:56:20.951Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:56:20.951Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:56:20.952Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:56:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:56:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:56:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:56:28.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:56:28.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:56:28.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708068430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:56:28.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:56:50.952Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:56:50.971Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:56:50.974Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:56:50.974Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:56:50.974Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:57:20.975Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:57:20.989Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:57:20.992Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:57:20.992Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:57:20.992Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:57:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:57:28.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:57:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:57:28.108Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:57:28.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708070945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708072951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "clamp",
  "timestamp": 1655708073962,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.129Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:57:28.129Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708074113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "aai-ml",
  "timestamp": 1655708075118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37622624-e670-4c98-9810-869709574f08
2022-06-20T06:57:28.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37622624-e670-4c98-9810-869709574f08 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708087156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708089539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708083428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708087822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708085015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708099582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708099984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708100858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708101228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708101864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708100833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "cds",
  "timestamp": 1655708102233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "policy-id",
  "timestamp": 1655708102871,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708102046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708103177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708104254,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.235Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.235Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:57:28.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708105258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708108678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "aai-ml",
  "timestamp": 1655708109693,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.253Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.253Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708110552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708110948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708105015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "cds",
  "timestamp": 1655708111558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.276Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:57:28.277Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708112788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708112990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708113814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708106261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "clamp",
  "timestamp": 1655708113999,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.303Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.303Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708107156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "policy-id",
  "timestamp": 1655708114821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.323Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:57:28.323Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708114016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708115246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708116381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708117401,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:57:28.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:57:28.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708118404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708120985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708123213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708117827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708124217,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:57:28.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41da2be0-67d1-44d9-81bc-df556d7563ec
2022-06-20T06:57:28.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41da2be0-67d1-44d9-81bc-df556d7563ec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:57:28.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708119539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708127349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:57:28.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:57:28.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:57:28.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:57:28.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:57:50.992Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:57:51.916Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37622624-e670-4c98-9810-869709574f08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:57:51.919Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:57:51.920Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:57:51.920Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:57:51.920Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:57:51.920Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.920Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:57:51.921Z|37622624-e670-4c98-9810-869709574f08|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-06-20T06:57:51.928Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:58:21.928Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37622624-e670-4c98-9810-869709574f08 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:58:21.934Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37622624-e670-4c98-9810-869709574f08 and serviceModelVersionId: ea7f4519-aa7c-46ba-85bc-696cb8bcb530
2022-06-20T06:58:21.935Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03
2022-06-20T06:58:21.936Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0
2022-06-20T06:58:21.946Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:58:22.007Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0|INFO|500||Invoke
2022-06-20T06:58:22.007Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37622624-e670-4c98-9810-869709574f08], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9faf11b-4f3d-473e-8552-3723680251f2], X-ECOMP-RequestID=[37622624-e670-4c98-9810-869709574f08], X-TransactionId=[], X-ONAP-RequestID=[37622624-e670-4c98-9810-869709574f08], Content-Type=[application/merge-patch+json]}
2022-06-20T06:58:22.033Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:58:22.179Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?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/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-06:58:22:769-31789], vertex-id=[192600], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:58:22 GMT], Content-Type=[application/json]}
2022-06-20T06:58:22.180Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:58:22.180Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7886ce44-e1e9-4ffb-baa7-fdea0bbc0e03/model-vers/model-ver/ea7f4519-aa7c-46ba-85bc-696cb8bcb530?depth=0|INFO|500||InvokeReturn
2022-06-20T06:58:22.181Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:58:22.181Z|37622624-e670-4c98-9810-869709574f08|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-06-20T06:58:22.187Z|37622624-e670-4c98-9810-869709574f08|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-06-20T06:58:22.187Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37622624-e670-4c98-9810-869709574f08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:58:22.188Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:58:22.188Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:22.191Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:22.191Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708302188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:58:22.292Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:22.293Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:22.293Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:22.325Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:22.326Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:58:23.201Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T06:58:23.201Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"41da2be0-67d1-44d9-81bc-df556d7563ec","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"40312cb4-bdf5-4035-bae2-626f27b92e0f","serviceDescription":"service","serviceInvariantUUID":"6fc1cb76-3814-4a94-a0d8-3b0850682ec3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de6a56bf-1035-4417-8dc9-0c1cd0309cc3","resourceInvariantUUID":"b288e1c0-5cf4-4147-a2f8-dd962b294e82","resourceCustomizationUUID":"b58de32b-857b-46b8-b73e-df644f72863e","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":"MDViZTBjZGJlNmQ3MWRkZjk5MGQxZTQyOTljYTEzN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a7d8048-4c79-4b70-b679-3cffbaecafa1","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":"a456da59-5ee4-4882-9638-a53b28059160","artifactVersion":"2","generatedFromUUID":"cb06fd1d-035c-443e-a4a2-1f9631184f70"},{"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":"cb06fd1d-035c-443e-a4a2-1f9631184f70","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":"ZWJlNGEwYzIzMDcwNmQ1OTA2ODZlMzdiMGUxNGYxY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ae33970-cb16-4d4a-8a59-8e745d3fb79d","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":"0fbb4110-dc5b-46e9-8022-0048f8eece62","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":"184e6c2a-c9b3-4be3-8475-e02d9ea1938d","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":"559d37b8-f087-4c19-8613-4e976890092d","artifactVersion":"2","generatedFromUUID":"0fbb4110-dc5b-46e9-8022-0048f8eece62"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDFmNjI2M2Q0Mzg0MzQ4YWQ3YzVjYjllYWY1ZTViMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb074ae9-b7b1-47c2-ac1a-6ee53f451038","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjMzZmUzYWYxNmJkYjU4ZWJlNDQwOTVkNGZlZGEyMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96db1da4-20a6-4bde-b831-5c136e8c3840","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:58:23.202Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:23.202Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:23.204Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:23.204Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:23.305Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:23.306Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:23.306Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:23.319Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:23.320Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:24.205Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:24.206Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:24.209Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:24.209Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T06:58:24.309Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:58:24.310Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:24.311Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:24.324Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:24.325Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:25.210Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:25.211Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:25.213Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:25.214Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T06:58:25.314Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:25.315Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:25.315Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:25.329Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:25.330Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:26.214Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:26.215Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:26.217Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:26.217Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:58:26.317Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:26.318Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:26.318Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:26.338Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:26.339Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:27.217Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:27.218Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:27.220Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:27.220Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:58:27.320Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:27.321Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:27.321Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:27.336Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:27.336Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:58:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:58:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:58:28.106Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:28.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708111115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708132403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708134671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:28.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708135675,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:58:28.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:58:28.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:58:28.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708136074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:28.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "aai-ml",
  "timestamp": 1655708137082,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:58:28.125Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:58:28.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:58:28.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708138951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708140971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "clamp",
  "timestamp": 1655708141978,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:58:28.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f355c83f-0d6c-499a-a484-cd2ecb787cb7
2022-06-20T06:58:28.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f355c83f-0d6c-499a-a484-cd2ecb787cb7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708164285,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/resourceInstances/pnf1d77142eec960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:58:28.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708177914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708179918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArpxryyvwjtey8qsbhhb/1.0/artifacts/service-DemoPnfArpxryyvwjtey8qsbhhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:28.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:58:28.220Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:28.221Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:28.224Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:28.224Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:28.324Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:28.325Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:28.325Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:28.338Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:28.338Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:29.225Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:29.226Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:29.228Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:29.228Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T06:58:29.329Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:29.330Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:29.330Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:29.356Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:29.357Z||pool-68-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-06-20T06:58:30.229Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:30.231Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:30.233Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:30.233Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:58:30.333Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:30.334Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:30.334Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:30.352Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:30.352Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:31.234Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:58:31.235Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:31.237Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:31.237Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:58:31.337Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:31.338Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:31.338Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:31.351Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:31.352Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:32.238Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "40312cb4-bdf5-4035-bae2-626f27b92e0f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6fc1cb76-3814-4a94-a0d8-3b0850682ec3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b58de32b-857b-46b8-b73e-df644f72863e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "de6a56bf-1035-4417-8dc9-0c1cd0309cc3",
      "resourceInvariantUUID": "b288e1c0-5cf4-4147-a2f8-dd962b294e82",
      "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": "a456da59-5ee4-4882-9638-a53b28059160",
          "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": "cb06fd1d-035c-443e-a4a2-1f9631184f70",
          "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": "ZWJlNGEwYzIzMDcwNmQ1OTA2ODZlMzdiMGUxNGYxY2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ae33970-cb16-4d4a-8a59-8e745d3fb79d",
          "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": "0fbb4110-dc5b-46e9-8022-0048f8eece62",
          "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": "559d37b8-f087-4c19-8613-4e976890092d",
            "generatedFromUUID": "0fbb4110-dc5b-46e9-8022-0048f8eece62"
          },
          "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": "559d37b8-f087-4c19-8613-4e976890092d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjMzZmUzYWYxNmJkYjU4ZWJlNDQwOTVkNGZlZGEyMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96db1da4-20a6-4bde-b831-5c136e8c3840"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:58:32.238Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:58:32.239Z|37622624-e670-4c98-9810-869709574f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 40312cb4-bdf5-4035-bae2-626f27b92e0f ASDC
2022-06-20T06:58:32.239Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:41da2be0-67d1-44d9-81bc-df556d7563ec
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:40312cb4-bdf5-4035-bae2-626f27b92e0f
ServiceInvariantUUID:6fc1cb76-3814-4a94-a0d8-3b0850682ec3
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:96db1da4-20a6-4bde-b831-5c136e8c3840
ArtifactChecksum:ZjMzZmUzYWYxNmJkYjU4ZWJlNDQwOTVkNGZlZGEyMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b58de32b-857b-46b8-b73e-df644f72863e
ResourceInvariantUUID:b288e1c0-5cf4-4147-a2f8-dd962b294e82
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:de6a56bf-1035-4417-8dc9-0c1cd0309cc3
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:a456da59-5ee4-4882-9638-a53b28059160
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:cb06fd1d-035c-443e-a4a2-1f9631184f70
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:5ae33970-cb16-4d4a-8a59-8e745d3fb79d
ArtifactChecksum:ZWJlNGEwYzIzMDcwNmQ1OTA2ODZlMzdiMGUxNGYxY2Y=
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:0fbb4110-dc5b-46e9-8022-0048f8eece62
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:559d37b8-f087-4c19-8613-4e976890092d
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:559d37b8-f087-4c19-8613-4e976890092d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T06:58:32.239Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40312cb4-bdf5-4035-bae2-626f27b92e0f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:58:32.283Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:58:32.284Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:58:32.284Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:58:32.285Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 96db1da4-20a6-4bde-b831-5c136e8c3840 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T06:58:32.285Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:32.285Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T06:58:32.560Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:32.563Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 96db1da4-20a6-4bde-b831-5c136e8c3840 68953
2022-06-20T06:58:32.563Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-20T06:58:32.564Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T06:58:32.564Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:32.564Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:32.566Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:32.566Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708312563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:32.666Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:32.667Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:32.668Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:32.679Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:32.680Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:33.567Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:58:33.568Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:58:33.568Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 96db1da4-20a6-4bde-b831-5c136e8c3840, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:33.568Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-20T06:58:33.569Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:33.569Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:33.738Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6219397430770659984/Definitions/service-BasicCnf-template.yml
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:35.036Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|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-BasicCnf-csar.csar
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.037Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:58:35.038Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-20T06:58:35.039Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:35.040Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T06:58:35.041Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-20T06:58:35.042Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cd9ceef8-8145-48a2-a210-9c3559926416
2022-06-20T06:58:35.042Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.042Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:35.043Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:40312cb4-bdf5-4035-bae2-626f27b92e0f
Model Version:NULL
Model InvariantUuid:6fc1cb76-3814-4a94-a0d8-3b0850682ec3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8eec275d-fed8-4dcc-8a84-ccd7151c4db8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b288e1c0-5cf4-4147-a2f8-dd962b294e82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b58de32b-857b-46b8-b73e-df644f72863e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c86029a0-aa38-4480-bc1b-7ba09ded2ebc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4e602133-e7a5-4e53-a306-e1e5df4b187e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd9ceef8-8145-48a2-a210-9c3559926416
ModelInvariantUuid:91371217-51a8-4532-b665-b248f8e86ff3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9f5f3fb5-d4b6-413d-9945-f8e4e1033bdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d5aa7978-32a4-4226-93c7-e2a64b777737
ModelInvariantUuid:52cd5729-1836-4dd1-8b96-9b9f218f4347
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1dff9fb1-0ee3-48f0-99d4-119613853f78
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:58:35.048Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: de6a56bf-1035-4417-8dc9-0c1cd0309cc3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:58:35.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-06-20T06:58:35.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de6a56bf-1035-4417-8dc9-0c1cd0309cc3
2022-06-20T06:58:35.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a456da59-5ee4-4882-9638-a53b28059160 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-20T06:58:35.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:35.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-20T06:58:35.197Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:35.198Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a456da59-5ee4-4882-9638-a53b28059160 12
2022-06-20T06:58:35.198Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-20T06:58:35.198Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-20T06:58:35.198Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:35.198Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:35.200Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:35.200Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708315198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:35.301Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:58:35.302Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:35.302Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:35.318Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:35.318Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:36.201Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb06fd1d-035c-443e-a4a2-1f9631184f70 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-20T06:58:36.202Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:36.202Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-20T06:58:36.271Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:36.271Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cb06fd1d-035c-443e-a4a2-1f9631184f70 2688
2022-06-20T06:58:36.272Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-20T06:58:36.272Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-20T06:58:36.272Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:36.272Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:36.274Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:36.274Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708316272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:36.374Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:36.375Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:36.375Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:36.397Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:36.398Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:37.276Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5ae33970-cb16-4d4a-8a59-8e745d3fb79d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-20T06:58:37.276Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:37.277Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-20T06:58:37.346Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:37.346Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5ae33970-cb16-4d4a-8a59-8e745d3fb79d 828
2022-06-20T06:58:37.346Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-20T06:58:37.346Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-20T06:58:37.347Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:37.347Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:37.349Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:37.349Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708317346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:37.449Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:37.450Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:37.450Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:37.464Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:37.465Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:38.349Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c86029a0-aa38-4480-bc1b-7ba09ded2ebc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e602133-e7a5-4e53-a306-e1e5df4b187e",
    "vfModuleModelCustomizationUUID": "ff330db9-ab0c-44f1-abae-dd9bafe9be1e",
    "isBase": true,
    "artifacts": [
      "0fbb4110-dc5b-46e9-8022-0048f8eece62",
      "cb06fd1d-035c-443e-a4a2-1f9631184f70",
      "559d37b8-f087-4c19-8613-4e976890092d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:58:38.355Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e602133-e7a5-4e53-a306-e1e5df4b187e
VfModuleModelInvariantUUID:c86029a0-aa38-4480-bc1b-7ba09ded2ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fbb4110-dc5b-46e9-8022-0048f8eece62
,
cb06fd1d-035c-443e-a4a2-1f9631184f70
,
559d37b8-f087-4c19-8613-4e976890092d

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

isBase:true


}

2022-06-20T06:58:38.356Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c86029a0-aa38-4480-bc1b-7ba09ded2ebc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e602133-e7a5-4e53-a306-e1e5df4b187e",
    "vfModuleModelCustomizationUUID": "ff330db9-ab0c-44f1-abae-dd9bafe9be1e",
    "isBase": true,
    "artifacts": [
      "0fbb4110-dc5b-46e9-8022-0048f8eece62",
      "cb06fd1d-035c-443e-a4a2-1f9631184f70",
      "559d37b8-f087-4c19-8613-4e976890092d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:58:38.357Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e602133-e7a5-4e53-a306-e1e5df4b187e
VfModuleModelInvariantUUID:c86029a0-aa38-4480-bc1b-7ba09ded2ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fbb4110-dc5b-46e9-8022-0048f8eece62
,
cb06fd1d-035c-443e-a4a2-1f9631184f70
,
559d37b8-f087-4c19-8613-4e976890092d

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

isBase:true


}

2022-06-20T06:58:38.357Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0fbb4110-dc5b-46e9-8022-0048f8eece62 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-20T06:58:38.357Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:38.357Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-20T06:58:38.453Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:38.453Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0fbb4110-dc5b-46e9-8022-0048f8eece62 1164
2022-06-20T06:58:38.454Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-20T06:58:38.454Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-20T06:58:38.454Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:38.454Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:38.456Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:38.456Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708318453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:38.556Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:38.557Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:38.557Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:38.573Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:38.574Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:39.456Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 559d37b8-f087-4c19-8613-4e976890092d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-20T06:58:39.457Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:58:39.457Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-20T06:58:39.648Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:58:39.648Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 559d37b8-f087-4c19-8613-4e976890092d 200
2022-06-20T06:58:39.649Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-20T06:58:39.649Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-20T06:58:39.649Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:58:39.650Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:39.651Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:39.651Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708319649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:58:39.752Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:58:39.752Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:39.752Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:39.774Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:39.774Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:40.652Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 40312cb4-bdf5-4035-bae2-626f27b92e0f
2022-06-20T06:58:40.653Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 de6a56bf-1035-4417-8dc9-0c1cd0309cc3 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=?
2022-06-20T06:58:40.663Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:58:40.668Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d1c8c41, org.onap.sdc.toscaparser.api.parameters.Input@60e170f0, org.onap.sdc.toscaparser.api.parameters.Input@384b238f, org.onap.sdc.toscaparser.api.parameters.Input@7056fdac, org.onap.sdc.toscaparser.api.parameters.Input@29711963]
2022-06-20T06:58:40.669Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.670Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.670Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T06:58:40.670Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b58de32b-857b-46b8-b73e-df644f72863e
2022-06-20T06:58:40.670Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b58de32b-857b-46b8-b73e-df644f72863e matches Tosca VF Customization UUID: b58de32b-857b-46b8-b73e-df644f72863e
2022-06-20T06:58:40.670Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b58de32b-857b-46b8-b73e-df644f72863e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:58:40.673Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.673Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.673Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b58de32b-857b-46b8-b73e-df644f72863e: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-20T06:58:40.673Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6436bc8e
2022-06-20T06:58:40.674Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.674Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:58:40.674Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff330db9-ab0c-44f1-abae-dd9bafe9be1e
2022-06-20T06:58:40.674Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff330db9-ab0c-44f1-abae-dd9bafe9be1e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:58:40.677Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.677Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:40.678Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:40.678Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.678Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:40.678Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:40.679Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.679Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T06:58:40.679Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-20T06:58:40.679Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cd9ceef8-8145-48a2-a210-9c3559926416
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:58:40.682Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.682Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:40.682Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:58:40.682Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.683Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T06:58:40.683Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b58de32b-857b-46b8-b73e-df644f72863e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:58:40.684Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.685Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.685Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 40312cb4-bdf5-4035-bae2-626f27b92e0f: basic_cnf
2022-06-20T06:58:40.685Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.685Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.685Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.686Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.686Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.686Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.686Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.686Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.687Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:58:40.687Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:58:40.687Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:58:40.752Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf de6a56bf-1035-4417-8dc9-0c1cd0309cc3 1 ASDC deployResourceStructure
2022-06-20T06:58:40.752Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-20T06:58:40.753Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-20T06:58:40.753Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:58:40.753Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:40.755Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:40.755Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708320752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T06:58:40.855Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:40.856Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:40.856Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:40.871Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:40.872Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:41.756Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-20T06:58:41.756Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-20T06:58:41.757Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:58:41.757Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:41.759Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:41.759Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708321756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T06:58:41.859Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:58:41.860Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:41.860Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:41.878Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:41.878Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:42.761Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-20T06:58:42.761Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-20T06:58:42.762Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:58:42.762Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:42.764Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:42.764Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708322761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:42.886Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:42.887Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:42.887Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:42.904Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:42.904Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:43.788Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-20T06:58:43.788Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-20T06:58:43.788Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:58:43.788Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:43.790Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:43.790Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708323787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:43.891Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T06:58:43.892Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:43.892Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:43.909Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:43.910Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:58:44.791Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-20T06:58:44.792Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-20T06:58:44.792Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:58:44.792Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:44.793Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:44.794Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708324791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:44.894Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:44.895Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:44.895Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:44.912Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:44.913Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:45.794Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-20T06:58:45.797Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T06:58:45.797Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:58:45.797Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:58:45.799Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:58:45.799Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708325794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:58:45.899Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:58:45.900Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:58:45.900Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:58:45.921Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:58:45.922Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:58:46.799Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41da2be0-67d1-44d9-81bc-df556d7563ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:58:46.808Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41da2be0-67d1-44d9-81bc-df556d7563ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:58:46.814Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:58:46.814Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:58:46.814Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:58:46.814Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:58:46.814Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:58:46.815Z|41da2be0-67d1-44d9-81bc-df556d7563ec|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-06-20T06:58:46.819Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:59:16.819Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41da2be0-67d1-44d9-81bc-df556d7563ec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:59:16.830Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41da2be0-67d1-44d9-81bc-df556d7563ec and serviceModelVersionId: 40312cb4-bdf5-4035-bae2-626f27b92e0f
2022-06-20T06:59:16.830Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fc1cb76-3814-4a94-a0d8-3b0850682ec3
2022-06-20T06:59:16.831Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0
2022-06-20T06:59:16.834Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:59:16.879Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0|INFO|500||Invoke
2022-06-20T06:59:16.879Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41da2be0-67d1-44d9-81bc-df556d7563ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1df2f35b-34d7-43a7-95db-636c406b89ea], X-ECOMP-RequestID=[41da2be0-67d1-44d9-81bc-df556d7563ec], X-TransactionId=[], X-ONAP-RequestID=[41da2be0-67d1-44d9-81bc-df556d7563ec], Content-Type=[application/merge-patch+json]}
2022-06-20T06:59:16.904Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T06:59:17.044Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?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/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-06:59:17:641-89265], vertex-id=[413832], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:59:17 GMT], Content-Type=[application/json]}
2022-06-20T06:59:17.044Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:59:17.044Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fc1cb76-3814-4a94-a0d8-3b0850682ec3/model-vers/model-ver/40312cb4-bdf5-4035-bae2-626f27b92e0f?depth=0|INFO|500||InvokeReturn
2022-06-20T06:59:17.045Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:59:17.045Z|41da2be0-67d1-44d9-81bc-df556d7563ec|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-06-20T06:59:17.049Z|41da2be0-67d1-44d9-81bc-df556d7563ec|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-06-20T06:59:17.049Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41da2be0-67d1-44d9-81bc-df556d7563ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:59:17.049Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:59:17.050Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:17.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:17.051Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708357049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:59:17.152Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:59:17.153Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:17.153Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:17.189Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:17.189Z||pool-83-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:59:18.060Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T06:59:18.060Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f355c83f-0d6c-499a-a484-cd2ecb787cb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2229a984-432d-4dc5-b666-2780a5d606c0","serviceDescription":"service","serviceInvariantUUID":"dbc94e06-7feb-4238-b1d3-5b44b937bd6b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68377856-f8d5-4fcf-9e20-96ff3846c84b","resourceInvariantUUID":"b0e6bace-145a-4be1-b442-22db94c45da9","resourceCustomizationUUID":"37e4dd41-2a03-4fe8-bd11-aeff5891d345","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":"YjE4Y2E4ZGE5YjBlZjUyMDk2ZjM3YjU1YjljNzA3M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e2fcaac-bd6e-44f8-924d-2429e55d4dd7","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":"NmQxYTc2MWQ0OTY4YWRjNjY4NDA0MjU0OGNjMzIzZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3555e8de-f12a-4c09-a833-33fcea72ee66","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":"3ff3b7f8-8d0e-46be-a965-1c0da737dcdb","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":"004b8764-21b4-4bf1-b333-b506a890dce7","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":"b90705cf-02f9-4426-803f-8f94b841d319","artifactVersion":"2","generatedFromUUID":"3ff3b7f8-8d0e-46be-a965-1c0da737dcdb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjZjMzM3OWY1NWVlNzgxZWEzZjhlNzYwMzFiYWUxMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a78d8f5-535b-4ffe-b1b9-8702207f378e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjM1YzQzODlkNzAwN2FmNjYxYTNlOTRiMTg4MmZlODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75b6a504-f709-4650-b574-96aa812a4c29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:59:18.060Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:18.061Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:18.062Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:18.062Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:59:18.163Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:18.163Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:18.164Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:18.182Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:18.182Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:19.063Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:19.064Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:19.066Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:19.066Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:59:19.166Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:19.167Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:19.167Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:19.179Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:19.179Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:20.067Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:20.068Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:20.069Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:20.070Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:59:20.170Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:20.170Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:20.171Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:20.184Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:20.185Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:21.070Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:21.071Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:21.073Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:21.074Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:59:21.173Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:59:21.174Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:21.174Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:21.188Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:21.188Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:22.074Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:22.076Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:22.078Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:22.078Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T06:59:22.178Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:22.180Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:22.180Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:22.195Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:22.195Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:23.079Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:23.081Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:23.082Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:23.082Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:59:23.183Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:59:23.183Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:23.184Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:23.199Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:23.200Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:24.083Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:59:24.084Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:24.086Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:24.086Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T06:59:24.186Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:24.187Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:24.187Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:24.200Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:24.200Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:25.087Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2229a984-432d-4dc5-b666-2780a5d606c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dbc94e06-7feb-4238-b1d3-5b44b937bd6b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "37e4dd41-2a03-4fe8-bd11-aeff5891d345",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68377856-f8d5-4fcf-9e20-96ff3846c84b",
      "resourceInvariantUUID": "b0e6bace-145a-4be1-b442-22db94c45da9",
      "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": "NmQxYTc2MWQ0OTY4YWRjNjY4NDA0MjU0OGNjMzIzZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3555e8de-f12a-4c09-a833-33fcea72ee66",
          "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": "3ff3b7f8-8d0e-46be-a965-1c0da737dcdb",
          "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": "b90705cf-02f9-4426-803f-8f94b841d319",
            "generatedFromUUID": "3ff3b7f8-8d0e-46be-a965-1c0da737dcdb"
          },
          "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": "b90705cf-02f9-4426-803f-8f94b841d319",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjM1YzQzODlkNzAwN2FmNjYxYTNlOTRiMTg4MmZlODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75b6a504-f709-4650-b574-96aa812a4c29"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T06:59:25.087Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:59:25.087Z|41da2be0-67d1-44d9-81bc-df556d7563ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2229a984-432d-4dc5-b666-2780a5d606c0 ASDC
2022-06-20T06:59:25.088Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f355c83f-0d6c-499a-a484-cd2ecb787cb7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2229a984-432d-4dc5-b666-2780a5d606c0
ServiceInvariantUUID:dbc94e06-7feb-4238-b1d3-5b44b937bd6b
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:75b6a504-f709-4650-b574-96aa812a4c29
ArtifactChecksum:MjM1YzQzODlkNzAwN2FmNjYxYTNlOTRiMTg4MmZlODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:37e4dd41-2a03-4fe8-bd11-aeff5891d345
ResourceInvariantUUID:b0e6bace-145a-4be1-b442-22db94c45da9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68377856-f8d5-4fcf-9e20-96ff3846c84b
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:3555e8de-f12a-4c09-a833-33fcea72ee66
ArtifactChecksum:NmQxYTc2MWQ0OTY4YWRjNjY4NDA0MjU0OGNjMzIzZGI=
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:3ff3b7f8-8d0e-46be-a965-1c0da737dcdb
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:b90705cf-02f9-4426-803f-8f94b841d319
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:b90705cf-02f9-4426-803f-8f94b841d319
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T06:59:25.088Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2229a984-432d-4dc5-b666-2780a5d606c0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:59:25.115Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:59:25.116Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:59:25.116Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:59:25.116Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 75b6a504-f709-4650-b574-96aa812a4c29 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-20T06:59:25.117Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:59:25.117Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-20T06:59:25.599Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:59:25.602Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 75b6a504-f709-4650-b574-96aa812a4c29 71071
2022-06-20T06:59:25.602Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-20T06:59:25.603Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-20T06:59:25.603Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:59:25.603Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:25.605Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:25.605Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708365602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:59:25.705Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:25.706Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:25.706Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:25.721Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:25.721Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:26.606Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:59:26.607Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:59:26.607Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 75b6a504-f709-4650-b574-96aa812a4c29, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T06:59:26.607Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-20T06:59:26.608Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T06:59:26.608Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T06:59:26.745Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3314773615610208436/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T06:59:27.953Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.954Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-BasicVm-csar.csar
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.955Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:27.956Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:59:27.956Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:59:27.956Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.956Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.956Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:27.957Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:59:27.957Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:59:27.957Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.957Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T06:59:27.958Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:27.959Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:27.960Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aebd5c05-2932-487d-b2a7-1cd71fb988f0
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.961Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.962Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.962Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.962Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.962Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.962Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:27.963Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:27.963Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2229a984-432d-4dc5-b666-2780a5d606c0
Model Version:NULL
Model InvariantUuid:dbc94e06-7feb-4238-b1d3-5b44b937bd6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1d07bedf-bbeb-471d-a427-afcc3dd636fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b0e6bace-145a-4be1-b442-22db94c45da9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37e4dd41-2a03-4fe8-bd11-aeff5891d345
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a86393a2-5300-45b8-bd78-ab0a5792f703
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6fb73320-b940-4242-a67f-1a443e217c04
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aebd5c05-2932-487d-b2a7-1cd71fb988f0
ModelInvariantUuid:4925e47c-b77c-4fda-9737-47928778c55d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0b9db13c-5276-48b9-abe6-a6ed6a14b27d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a80449fc-9a6b-40eb-9956-9afd62d9dc03
ModelInvariantUuid:f460313a-35c7-4487-8ff4-d1c7d0fbe5d3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4b34a27e-869f-4398-94ee-e14402568cb2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:59:27.971Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 68377856-f8d5-4fcf-9e20-96ff3846c84b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:59:27.974Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-06-20T06:59:27.974Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68377856-f8d5-4fcf-9e20-96ff3846c84b
2022-06-20T06:59:27.974Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3555e8de-f12a-4c09-a833-33fcea72ee66 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-20T06:59:27.974Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:59:27.974Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-20T06:59:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:59:28.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:59:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:59:28.109Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:28.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37622624-e670-4c98-9810-869709574f08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708302188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T06:59:28.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:59:28.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:59:28.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-20T06:59:28.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T06:59:28.241Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:59:28.242Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3555e8de-f12a-4c09-a833-33fcea72ee66 787
2022-06-20T06:59:28.242Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-20T06:59:28.243Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-20T06:59:28.243Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:59:28.243Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:28.246Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:28.246Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708368242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:59:28.349Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T06:59:28.350Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:28.350Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:28.374Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:28.374Z||pool-92-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:29.247Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a86393a2-5300-45b8-bd78-ab0a5792f703",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fb73320-b940-4242-a67f-1a443e217c04",
    "vfModuleModelCustomizationUUID": "2fc44f4c-2319-4ba0-aa6e-e65ff7dc748a",
    "isBase": true,
    "artifacts": [
      "3ff3b7f8-8d0e-46be-a965-1c0da737dcdb",
      "b90705cf-02f9-4426-803f-8f94b841d319"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:59:29.250Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fb73320-b940-4242-a67f-1a443e217c04
VfModuleModelInvariantUUID:a86393a2-5300-45b8-bd78-ab0a5792f703
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ff3b7f8-8d0e-46be-a965-1c0da737dcdb
,
b90705cf-02f9-4426-803f-8f94b841d319

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

isBase:true


}

2022-06-20T06:59:29.252Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a86393a2-5300-45b8-bd78-ab0a5792f703",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fb73320-b940-4242-a67f-1a443e217c04",
    "vfModuleModelCustomizationUUID": "2fc44f4c-2319-4ba0-aa6e-e65ff7dc748a",
    "isBase": true,
    "artifacts": [
      "3ff3b7f8-8d0e-46be-a965-1c0da737dcdb",
      "b90705cf-02f9-4426-803f-8f94b841d319"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T06:59:29.252Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fb73320-b940-4242-a67f-1a443e217c04
VfModuleModelInvariantUUID:a86393a2-5300-45b8-bd78-ab0a5792f703
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ff3b7f8-8d0e-46be-a965-1c0da737dcdb
,
b90705cf-02f9-4426-803f-8f94b841d319

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

isBase:true


}

2022-06-20T06:59:29.252Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3ff3b7f8-8d0e-46be-a965-1c0da737dcdb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-20T06:59:29.252Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:59:29.252Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-20T06:59:29.408Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:59:29.408Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3ff3b7f8-8d0e-46be-a965-1c0da737dcdb 5033
2022-06-20T06:59:29.409Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-20T06:59:29.409Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-20T06:59:29.409Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:59:29.409Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:29.411Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:29.411Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708369409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:59:29.511Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:29.516Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:29.517Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:29.537Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:29.539Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:30.411Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b90705cf-02f9-4426-803f-8f94b841d319 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-20T06:59:30.411Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:59:30.412Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-20T06:59:30.626Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:59:30.627Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b90705cf-02f9-4426-803f-8f94b841d319 903
2022-06-20T06:59:30.627Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-20T06:59:30.627Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-20T06:59:30.627Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:59:30.627Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:30.629Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:30.629Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708370627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T06:59:30.729Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:30.732Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:30.732Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:30.747Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:30.747Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:31.630Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2229a984-432d-4dc5-b666-2780a5d606c0
2022-06-20T06:59:31.630Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 68377856-f8d5-4fcf-9e20-96ff3846c84b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:59:31.648Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55af3da3, org.onap.sdc.toscaparser.api.parameters.Input@54783690, org.onap.sdc.toscaparser.api.parameters.Input@72f2b7d2, org.onap.sdc.toscaparser.api.parameters.Input@5f5f6253, org.onap.sdc.toscaparser.api.parameters.Input@73b11e3e]
2022-06-20T06:59:31.650Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.650Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.650Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T06:59:31.650Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 37e4dd41-2a03-4fe8-bd11-aeff5891d345
2022-06-20T06:59:31.651Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37e4dd41-2a03-4fe8-bd11-aeff5891d345 matches Tosca VF Customization UUID: 37e4dd41-2a03-4fe8-bd11-aeff5891d345
2022-06-20T06:59:31.651Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 37e4dd41-2a03-4fe8-bd11-aeff5891d345  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:59:31.655Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.655Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.656Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 37e4dd41-2a03-4fe8-bd11-aeff5891d345: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-20T06:59:31.656Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25aabad7
2022-06-20T06:59:31.656Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.657Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:59:31.657Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc44f4c-2319-4ba0-aa6e-e65ff7dc748a
2022-06-20T06:59:31.657Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc44f4c-2319-4ba0-aa6e-e65ff7dc748a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:59:31.660Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.660Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:31.661Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:31.661Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.662Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:31.662Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:31.663Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.663Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-20T06:59:31.664Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T06:59:31.664Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T06:59:31.664Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aebd5c05-2932-487d-b2a7-1cd71fb988f0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:59:31.667Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.667Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:31.668Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:59:31.668Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.668Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-20T06:59:31.668Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=37e4dd41-2a03-4fe8-bd11-aeff5891d345
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:59:31.671Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.671Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.671Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2229a984-432d-4dc5-b666-2780a5d606c0: basic_vm
2022-06-20T06:59:31.672Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.672Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.672Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.673Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.673Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.673Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.673Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.674Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.674Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T06:59:31.674Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:59:31.675Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:59:31.771Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 68377856-f8d5-4fcf-9e20-96ff3846c84b 1 ASDC deployResourceStructure
2022-06-20T06:59:31.773Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-20T06:59:31.773Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-20T06:59:31.774Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:59:31.774Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:31.777Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:31.777Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708371773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T06:59:31.877Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:31.878Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:31.878Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:31.894Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:31.894Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:32.778Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-20T06:59:32.778Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-20T06:59:32.779Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:59:32.779Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:32.781Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:32.781Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708372778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T06:59:32.881Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:32.882Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:32.882Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:32.900Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:32.900Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:59:33.783Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-20T06:59:33.783Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-20T06:59:33.783Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:59:33.783Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:33.786Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:33.787Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708373782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T06:59:33.887Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:33.888Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:33.888Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:33.903Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:33.903Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:34.792Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-20T06:59:34.792Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-20T06:59:34.792Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:59:34.792Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:59:34.794Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:59:34.794Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708374792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T06:59:34.894Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:59:34.895Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:59:34.895Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:59:34.909Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T06:59:34.910Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:59:35.794Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f355c83f-0d6c-499a-a484-cd2ecb787cb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:59:35.808Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f355c83f-0d6c-499a-a484-cd2ecb787cb7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:59:35.815Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T06:59:35.816Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-06-20T06:59:35.822Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T07:00:05.823Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f355c83f-0d6c-499a-a484-cd2ecb787cb7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T07:00:06.780Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f355c83f-0d6c-499a-a484-cd2ecb787cb7 and serviceModelVersionId: 2229a984-432d-4dc5-b666-2780a5d606c0
2022-06-20T07:00:06.780Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbc94e06-7feb-4238-b1d3-5b44b937bd6b
2022-06-20T07:00:06.781Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0
2022-06-20T07:00:06.785Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T07:00:06.820Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T07:00:06.822Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0|INFO|500||Invoke
2022-06-20T07:00:06.840Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T07:00:07.119Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0|INFO|500||InvokeReturn
2022-06-20T07:00:07.121Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc94e06-7feb-4238-b1d3-5b44b937bd6b/model-vers/model-ver/2229a984-432d-4dc5-b666-2780a5d606c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-07:00:07:580-56188], vertex-id=[422024], Content-Length=[0], Date=[Mon, 20 Jun 2022 07:00:07 GMT], Content-Type=[application/json]}
2022-06-20T07:00:07.121Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T07:00:07.122Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T07:00:07.122Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-06-20T07:00:07.129Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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-06-20T07:00:07.129Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f355c83f-0d6c-499a-a484-cd2ecb787cb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T07:00:07.130Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T07:00:07.130Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:00:07.132Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:00:07.133Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708407130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:00:07.232Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:00:07.233Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:00:07.233Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:00:07.270Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:07.270Z||pool-99-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:00:08.144Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:08.144Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:08.144Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:18.438Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:18.439Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:18.439Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:18.439Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:28.031Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:28.032Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:28.032Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:28.032Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:28.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:28.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T07:00:28.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:00:28.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:00:37.608Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:37.608Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:37.609Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:37.609Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:47.165Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:47.165Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:47.166Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:47.166Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:00:56.755Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:00:56.756Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:00:56.756Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:00:56.756Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:01:06.299Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:01:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:01:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:01:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:01:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:01:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:01:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:01:28.147Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:01:28.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708312563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.151Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708315198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708316272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708317346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708318453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708319649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708320752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708321756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708322761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708323787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708324791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708325794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41da2be0-67d1-44d9-81bc-df556d7563ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708357049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708165301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:01:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:01:28.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708365602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:01:28.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:01:37.675Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:02:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:02:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:02:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:02:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:02:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:02:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:02:28.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:02:28.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708368242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:02:28.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708369409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:02:28.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708370627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:02:28.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708371773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708372778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:02:28.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708373782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:02:28.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708374792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:02:28.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:28.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T07:02:28.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f355c83f-0d6c-499a-a484-cd2ecb787cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655708407130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:02:28.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:02:37.647Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:03:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:03:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:03:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:03:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:03:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:03:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:03:37.625Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:03:37.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:04:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:04:28.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:04:28.079Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:04:28.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:04:28.079Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:04:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:04:37.642Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:04:37.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:05:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:05:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:05:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:05:28.081Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:05:28.081Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:05:28.081Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:05:37.633Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:05:37.635Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:06:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:06:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:06:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:06:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:06:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:06:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:06:37.641Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:06:37.640Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:07:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:07:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:07:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:07:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:07:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:07:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:07:37.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:07:37.638Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:08:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:08:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:08:28.073Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:08:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:08:28.079Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:08:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:08:37.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:08:37.637Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:09:28.072Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:09:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:09:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:09:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:09:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:09:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:09:37.653Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:09:37.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:28.074Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:10:28.075Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:10:28.075Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:10:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:10:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:10:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:10:28.222Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:28.235Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.235Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.238Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.238Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.239Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.239Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.239Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.239Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.240Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.240Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.240Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.241Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.241Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.241Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.241Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.244Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.244Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.244Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.244Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.244Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.245Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.245Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.245Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.245Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.246Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.246Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.246Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.246Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.246Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.247Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.248Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.248Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.248Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.248Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.248Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.249Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.249Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.249Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.249Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.250Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.251Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.251Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.251Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.252Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.252Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.253Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.253Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.253Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.253Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.254Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.254Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.254Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.254Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.255Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.255Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.255Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.255Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.255Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.256Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.256Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.256Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.257Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.257Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.257Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.257Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.258Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.258Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.258Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.259Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.259Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.260Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.260Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.260Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.260Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.261Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.262Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.263Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.264Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.265Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.266Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708981115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708976335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.267Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708983428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708985015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.268Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.269Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.269Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.269Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.269Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.269Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708994614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708995422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708995431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.270Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.271Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708995988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.271Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.271Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.271Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708996995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.272Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708995822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655708987156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655708987821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.273Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "policy-id",
  "timestamp": 1655708998006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.299Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.300Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.324Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.325Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.325Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.325Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708996946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708997766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.326Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "cds",
  "timestamp": 1655708997884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.337Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.337Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.345Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.346Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.346Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.346Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.346Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655708998772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.350Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.350Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.358Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.358Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708998031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.358Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.358Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.358Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655708989539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.359Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.359Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.359Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655708999095,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.363Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.363Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T07:10:28.369Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.369Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709000098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.369Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.369Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.369Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655709000504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.370Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.371Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.372Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.373Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.374Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.375Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655708998888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.376Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.377Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655709010149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.378Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655709010161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.379Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655709010619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.380Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.381Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.381Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.381Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.381Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "cds",
  "timestamp": 1655709011388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.393Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:10:28.393Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.403Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.403Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.403Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.403Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.404Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.404Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.404Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.404Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709003429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.404Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.405Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.405Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "aai-ml",
  "timestamp": 1655709011626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.410Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.410Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.424Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.424Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709005015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.424Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.425Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.425Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.425Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.425Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.425Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.426Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.426Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.426Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709012154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.426Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.427Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.427Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709013839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.427Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.427Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.428Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.428Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.428Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.428Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.429Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.429Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.429Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709013324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.430Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.430Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.430Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709014847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.430Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.431Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.431Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655709015141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.431Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.431Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.431Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.432Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.432Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.432Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709007156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.432Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.432Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.433Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709014439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.433Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.433Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.433Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "policy-id",
  "timestamp": 1655709015856,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.438Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:10:28.438Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.446Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.446Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "clamp",
  "timestamp": 1655709016153,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.450Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89094c07-1cbd-4810-bca7-b5fa2e00252d
2022-06-20T07:10:28.450Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89094c07-1cbd-4810-bca7-b5fa2e00252d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.456Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.456Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.457Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.457Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.457Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709015463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.461Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:10:28.461Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T07:10:28.466Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709016467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.467Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709011115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709019922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.468Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.469Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709022123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.470Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.471Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.471Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709023127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:10:28.475Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:10:28.475Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.484Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709017822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.485Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709019539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:28.486Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:10:28.721Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:28.721Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T07:10:28.722Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"89094c07-1cbd-4810-bca7-b5fa2e00252d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"622c3647-6df3-4c95-a189-c34ce39d6bac","serviceDescription":"service","serviceInvariantUUID":"cba32301-1500-488e-b779-906c6ba599de","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c18a37aa-56e5-4b91-878e-ade369d1ea08","resourceInvariantUUID":"2b2360e9-d53b-4757-aa4c-aff04e0bb20a","resourceCustomizationUUID":"930b9457-f4a8-4b68-a784-83779e7bef3e","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":"ZWE5MjAxMmMzNmZkNjc1MTUyYzM4NDU3OWEwMzdlYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b31979d7-50a8-4518-a197-b23ccb45c563","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":"ODg0OTE0N2VlMmI3ODc0NWM0NmRhY2EwNWQzZjhjNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52cb2f02-7585-4136-b771-994773c697e0","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":"db7de88f-2901-4400-98fb-d44899610596","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":"1f1798d8-be24-4956-bf2e-346d6d6d30f0","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":"01ae2387-0577-4a69-9035-88ac98727a8b","artifactVersion":"2","generatedFromUUID":"c9a80fa4-46d0-414f-a4f7-f929447b8bb5"},{"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":"0e57b8d3-bce8-4733-bda3-63b0024d6a54","artifactVersion":"2","generatedFromUUID":"db7de88f-2901-4400-98fb-d44899610596"},{"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":"c9a80fa4-46d0-414f-a4f7-f929447b8bb5","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":"c1e59f7b-81c5-4ff0-9cb4-46853ca32587","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":"ODdlMjA3NTI5MzAzOWJjZWI3ZWNiYzM3NTE3Yjk5YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644e99a7-2be5-461d-a3e9-be2aff40c57a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTgwMjEwNGRjNWViZmZhYWVhYWFkNzE4NjhkYTZhNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cca728f9-cab1-4072-9e7d-2ae0dfdfe875","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T07:10:28.724Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:28.725Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:28.729Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:28.729Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:28.829Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:28.830Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:28.830Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:28.844Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:28.845Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:29.730Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:29.730Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:29.737Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:29.737Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:10:29.833Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-20T07:10:29.834Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:29.834Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:29.849Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:29.850Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:30.738Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:30.739Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:30.742Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:30.742Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:10:30.843Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:30.843Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:30.843Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:30.859Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:30.859Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:31.743Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:31.743Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:31.745Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:31.746Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:31.846Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:31.847Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:31.847Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:31.859Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:31.860Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:32.749Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:32.749Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:32.751Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:32.752Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T07:10:32.852Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:10:32.852Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:32.852Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:32.871Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:32.872Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:33.752Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:33.753Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:33.755Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:33.755Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T07:10:33.856Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T07:10:33.859Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:33.860Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:33.874Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:33.875Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:34.757Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:34.758Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:34.761Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:34.761Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T07:10:34.861Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:34.862Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:34.862Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:34.890Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:34.890Z||pool-106-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:35.761Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:35.762Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:35.764Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:35.764Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:35.864Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:35.865Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:35.865Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:35.881Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:35.881Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:36.764Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:36.765Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:36.767Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:36.767Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:10:36.868Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:10:36.869Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:36.869Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:36.885Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:36.886Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:37.768Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:10:37.769Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:37.770Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:37.770Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:10:37.870Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:37.871Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:37.872Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:37.885Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:37.886Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:38.772Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "622c3647-6df3-4c95-a189-c34ce39d6bac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cba32301-1500-488e-b779-906c6ba599de",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "930b9457-f4a8-4b68-a784-83779e7bef3e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c18a37aa-56e5-4b91-878e-ade369d1ea08",
      "resourceInvariantUUID": "2b2360e9-d53b-4757-aa4c-aff04e0bb20a",
      "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": "ODg0OTE0N2VlMmI3ODc0NWM0NmRhY2EwNWQzZjhjNzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52cb2f02-7585-4136-b771-994773c697e0",
          "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": "db7de88f-2901-4400-98fb-d44899610596",
          "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": "0e57b8d3-bce8-4733-bda3-63b0024d6a54",
            "generatedFromUUID": "db7de88f-2901-4400-98fb-d44899610596"
          },
          "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": "01ae2387-0577-4a69-9035-88ac98727a8b",
          "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": "0e57b8d3-bce8-4733-bda3-63b0024d6a54",
          "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": "c9a80fa4-46d0-414f-a4f7-f929447b8bb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTgwMjEwNGRjNWViZmZhYWVhYWFkNzE4NjhkYTZhNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cca728f9-cab1-4072-9e7d-2ae0dfdfe875"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T07:10:38.772Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T07:10:38.772Z|f355c83f-0d6c-499a-a484-cd2ecb787cb7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 622c3647-6df3-4c95-a189-c34ce39d6bac ASDC
2022-06-20T07:10:38.773Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:89094c07-1cbd-4810-bca7-b5fa2e00252d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:622c3647-6df3-4c95-a189-c34ce39d6bac
ServiceInvariantUUID:cba32301-1500-488e-b779-906c6ba599de
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:cca728f9-cab1-4072-9e7d-2ae0dfdfe875
ArtifactChecksum:MTgwMjEwNGRjNWViZmZhYWVhYWFkNzE4NjhkYTZhNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:930b9457-f4a8-4b68-a784-83779e7bef3e
ResourceInvariantUUID:2b2360e9-d53b-4757-aa4c-aff04e0bb20a
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c18a37aa-56e5-4b91-878e-ade369d1ea08
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:52cb2f02-7585-4136-b771-994773c697e0
ArtifactChecksum:ODg0OTE0N2VlMmI3ODc0NWM0NmRhY2EwNWQzZjhjNzM=
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:db7de88f-2901-4400-98fb-d44899610596
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:0e57b8d3-bce8-4733-bda3-63b0024d6a54
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:01ae2387-0577-4a69-9035-88ac98727a8b
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:0e57b8d3-bce8-4733-bda3-63b0024d6a54
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:c9a80fa4-46d0-414f-a4f7-f929447b8bb5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T07:10:38.773Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622c3647-6df3-4c95-a189-c34ce39d6bac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:10:38.815Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:10:38.817Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:10:38.817Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:10:38.817Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cca728f9-cab1-4072-9e7d-2ae0dfdfe875 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-20T07:10:38.817Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:38.818Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:39.018Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:39.026Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cca728f9-cab1-4072-9e7d-2ae0dfdfe875 158208
2022-06-20T07:10:39.027Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:39.027Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:39.027Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:39.028Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:39.030Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:39.030Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709039027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:39.130Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:39.130Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:39.131Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:39.146Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:39.146Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:40.030Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:10:40.031Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:10:40.032Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cca728f9-cab1-4072-9e7d-2ae0dfdfe875, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T07:10:40.032Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-20T07:10:40.033Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T07:10:40.033Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T07:10:40.258Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9688728884628487428/Definitions/service-BasicCnfMacro-template.yml
2022-06-20T07:10:41.443Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T07:10:41.444Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:10:41.444Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-20T07:10:41.444Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:10:41.445Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.446Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.446Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.447Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:10:41.447Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.447Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.448Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.448Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.448Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:10:41.448Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.449Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.449Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.449Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.450Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-20T07:10:41.450Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-20T07:10:41.450Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-20T07:10:41.450Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T07:10:41.450Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.451Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.451Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.451Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.451Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:41.452Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.452Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.452Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:41.452Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.453Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.453Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:41.453Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.453Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:41.453Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:41.454Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.454Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-20T07:10:41.454Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-20T07:10:41.454Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e40fc6ac-dfe5-4521-8ad0-cc07fdbab532
2022-06-20T07:10:41.454Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:41.455Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.456Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:622c3647-6df3-4c95-a189-c34ce39d6bac
Model Version:NULL
Model InvariantUuid:cba32301-1500-488e-b779-906c6ba599de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8b32e44c-4117-4e94-bb49-b17d56f6b9dc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b2360e9-d53b-4757-aa4c-aff04e0bb20a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:930b9457-f4a8-4b68-a784-83779e7bef3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f2c20d1-3dc7-4385-8f72-30dfc4b3859d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ef9d2b5a-c414-4853-a375-7987af6f3d71
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:bf9738db-9ebf-4efa-8cc4-a9605b50f3aa
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:98baa8f1-be13-423a-ac27-77bad52f68f5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e40fc6ac-dfe5-4521-8ad0-cc07fdbab532
ModelInvariantUuid:63933a9c-cc93-409a-aed9-08a334c74a01
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:46c00891-2004-42d5-93c0-5f5dc82f08a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b0079103-c099-499f-af33-2b18c7ef6357
ModelInvariantUuid:b9afe14a-aaa8-4fd3-9752-f5c27a90629c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:08a24aba-2663-4f70-9caf-ceb30771e8fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T07:10:41.464Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c18a37aa-56e5-4b91-878e-ade369d1ea08
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:10:41.469Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-06-20T07:10:41.469Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c18a37aa-56e5-4b91-878e-ade369d1ea08
2022-06-20T07:10:41.469Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52cb2f02-7585-4136-b771-994773c697e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-20T07:10:41.469Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:41.469Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.646Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:41.646Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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 52cb2f02-7585-4136-b771-994773c697e0 1565
2022-06-20T07:10:41.646Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.646Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:41.646Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:41.647Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:41.648Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:41.648Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709041646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:41.748Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:10:41.749Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:41.749Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:41.761Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:41.762Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:42.649Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bf9738db-9ebf-4efa-8cc4-a9605b50f3aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98baa8f1-be13-423a-ac27-77bad52f68f5",
    "vfModuleModelCustomizationUUID": "d13f3490-ba28-4f42-9f2a-734ea2e8cf78",
    "isBase": true,
    "artifacts": [
      "db7de88f-2901-4400-98fb-d44899610596",
      "0e57b8d3-bce8-4733-bda3-63b0024d6a54"
    ],
    "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": "3f2c20d1-3dc7-4385-8f72-30dfc4b3859d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef9d2b5a-c414-4853-a375-7987af6f3d71",
    "vfModuleModelCustomizationUUID": "f4d4002a-edfa-4587-9b10-66199b51592e",
    "isBase": false,
    "artifacts": [
      "c9a80fa4-46d0-414f-a4f7-f929447b8bb5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T07:10:42.654Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98baa8f1-be13-423a-ac27-77bad52f68f5
VfModuleModelInvariantUUID:bf9738db-9ebf-4efa-8cc4-a9605b50f3aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
db7de88f-2901-4400-98fb-d44899610596
,
0e57b8d3-bce8-4733-bda3-63b0024d6a54

}
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:ef9d2b5a-c414-4853-a375-7987af6f3d71
VfModuleModelInvariantUUID:3f2c20d1-3dc7-4385-8f72-30dfc4b3859d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9a80fa4-46d0-414f-a4f7-f929447b8bb5

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

isBase:false


}

2022-06-20T07:10:42.655Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bf9738db-9ebf-4efa-8cc4-a9605b50f3aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98baa8f1-be13-423a-ac27-77bad52f68f5",
    "vfModuleModelCustomizationUUID": "d13f3490-ba28-4f42-9f2a-734ea2e8cf78",
    "isBase": true,
    "artifacts": [
      "db7de88f-2901-4400-98fb-d44899610596",
      "0e57b8d3-bce8-4733-bda3-63b0024d6a54"
    ],
    "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": "3f2c20d1-3dc7-4385-8f72-30dfc4b3859d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef9d2b5a-c414-4853-a375-7987af6f3d71",
    "vfModuleModelCustomizationUUID": "f4d4002a-edfa-4587-9b10-66199b51592e",
    "isBase": false,
    "artifacts": [
      "c9a80fa4-46d0-414f-a4f7-f929447b8bb5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T07:10:42.656Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98baa8f1-be13-423a-ac27-77bad52f68f5
VfModuleModelInvariantUUID:bf9738db-9ebf-4efa-8cc4-a9605b50f3aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
db7de88f-2901-4400-98fb-d44899610596
,
0e57b8d3-bce8-4733-bda3-63b0024d6a54

}
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:ef9d2b5a-c414-4853-a375-7987af6f3d71
VfModuleModelInvariantUUID:3f2c20d1-3dc7-4385-8f72-30dfc4b3859d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9a80fa4-46d0-414f-a4f7-f929447b8bb5

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

isBase:false


}

2022-06-20T07:10:42.656Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: db7de88f-2901-4400-98fb-d44899610596 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-20T07:10:42.656Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:42.656Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:42.737Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:42.737Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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 db7de88f-2901-4400-98fb-d44899610596 914
2022-06-20T07:10:42.737Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:42.737Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:42.737Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:42.738Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:42.739Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:42.739Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709042737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:42.839Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:42.840Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:42.840Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:42.853Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:42.853Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:43.748Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01ae2387-0577-4a69-9035-88ac98727a8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-20T07:10:43.752Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:43.753Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:43.871Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:43.872Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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 01ae2387-0577-4a69-9035-88ac98727a8b 12
2022-06-20T07:10:43.872Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:43.872Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:43.872Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:43.873Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:43.874Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:43.875Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709043872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:43.975Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:43.975Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:43.975Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:43.992Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:43.992Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:44.875Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e57b8d3-bce8-4733-bda3-63b0024d6a54 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-20T07:10:44.876Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:44.876Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:45.179Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:45.179Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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 0e57b8d3-bce8-4733-bda3-63b0024d6a54 96
2022-06-20T07:10:45.180Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:45.180Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:45.180Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:45.180Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:45.182Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:45.182Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709045180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:45.282Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:45.283Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:45.283Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:45.296Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:45.296Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:46.183Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9a80fa4-46d0-414f-a4f7-f929447b8bb5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-20T07:10:46.183Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:10:46.184Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:46.384Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:10:46.385Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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 c9a80fa4-46d0-414f-a4f7-f929447b8bb5 20206
2022-06-20T07:10:46.385Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:46.385Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:46.386Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:10:46.386Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:46.388Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:46.388Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709046385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:10:46.488Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:46.489Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:46.489Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:46.504Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:46.505Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:47.392Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 622c3647-6df3-4c95-a189-c34ce39d6bac
2022-06-20T07:10:47.392Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c18a37aa-56e5-4b91-878e-ade369d1ea08 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:10:47.404Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@681e32e5, org.onap.sdc.toscaparser.api.parameters.Input@44dbb92a, org.onap.sdc.toscaparser.api.parameters.Input@4e2b2dfb, org.onap.sdc.toscaparser.api.parameters.Input@78800098, org.onap.sdc.toscaparser.api.parameters.Input@61108c77]
2022-06-20T07:10:47.406Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.406Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.407Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T07:10:47.407Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 930b9457-f4a8-4b68-a784-83779e7bef3e
2022-06-20T07:10:47.407Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 930b9457-f4a8-4b68-a784-83779e7bef3e matches Tosca VF Customization UUID: 930b9457-f4a8-4b68-a784-83779e7bef3e
2022-06-20T07:10:47.408Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 930b9457-f4a8-4b68-a784-83779e7bef3e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T07:10:47.410Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.411Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.412Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 930b9457-f4a8-4b68-a784-83779e7bef3e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-20T07:10:47.412Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17348c3a
2022-06-20T07:10:47.412Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.413Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.413Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4d4002a-edfa-4587-9b10-66199b51592e
2022-06-20T07:10:47.414Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4d4002a-edfa-4587-9b10-66199b51592e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T07:10:47.417Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.417Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:47.418Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:47.418Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.418Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:47.419Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:10:47.419Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.420Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-20T07:10:47.420Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=930b9457-f4a8-4b68-a784-83779e7bef3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:10:47.422Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.423Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.423Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 622c3647-6df3-4c95-a189-c34ce39d6bac: basic_cnf_macro
2022-06-20T07:10:47.423Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.424Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.424Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.425Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.425Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.425Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.426Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.426Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.427Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:10:47.427Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.427Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.473Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c18a37aa-56e5-4b91-878e-ade369d1ea08 2 ASDC deployResourceStructure
2022-06-20T07:10:47.474Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.474Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:47.474Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:10:47.475Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:47.477Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:47.477Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709047474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:47.577Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:47.578Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:47.578Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:47.591Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:47.592Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:48.479Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:48.479Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:48.479Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:10:48.480Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:48.482Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:48.483Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709048479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:48.583Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:48.584Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:48.584Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:48.597Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:48.598Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:49.484Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:49.485Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:49.485Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T07:10:49.485Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:49.488Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:49.488Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709049484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:10:49.588Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:49.589Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:49.589Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:49.604Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:49.605Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:50.489Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:50.490Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:50.490Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:10:50.490Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:50.492Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:50.492Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709050489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:50.593Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T07:10:50.593Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:50.593Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:50.626Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:50.627Z||pool-119-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:51.493Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:51.494Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:51.494Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T07:10:51.494Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:51.505Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:51.505Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709051493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:10:51.596Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-20T07:10:51.597Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:51.597Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:51.611Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:51.611Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:10:52.506Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:52.507Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:52.507Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:10:52.508Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:10:52.510Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:10:52.510Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709052506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:10:52.610Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:10:52.611Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:10:52.611Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:10:52.625Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:10:52.626Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:10:53.511Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89094c07-1cbd-4810-bca7-b5fa2e00252d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:10:53.521Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89094c07-1cbd-4810-bca7-b5fa2e00252d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:10:53.523Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:10:53.523Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.524Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.525Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.525Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:10:53.525Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:10:53.529Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T07:11:23.529Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89094c07-1cbd-4810-bca7-b5fa2e00252d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T07:11:23.538Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89094c07-1cbd-4810-bca7-b5fa2e00252d and serviceModelVersionId: 622c3647-6df3-4c95-a189-c34ce39d6bac
2022-06-20T07:11:23.539Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cba32301-1500-488e-b779-906c6ba599de
2022-06-20T07:11:23.540Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0
2022-06-20T07:11:23.545Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T07:11:23.590Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T07:11:23.592Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0|INFO|500||Invoke
2022-06-20T07:11:23.611Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T07:11:23.827Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0|INFO|500||InvokeReturn
2022-06-20T07:11:23.828Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba32301-1500-488e-b779-906c6ba599de/model-vers/model-ver/622c3647-6df3-4c95-a189-c34ce39d6bac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-07:11:24:379-64261], vertex-id=[282704], Content-Length=[0], Date=[Mon, 20 Jun 2022 07:11:24 GMT], Content-Type=[application/json]}
2022-06-20T07:11:23.828Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T07:11:23.829Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T07:11:23.829Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:11:23.834Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|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-06-20T07:11:23.834Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89094c07-1cbd-4810-bca7-b5fa2e00252d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T07:11:23.835Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T07:11:23.835Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:23.837Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:23.837Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709083834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:11:23.937Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:23.938Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:23.938Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:23.953Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:23.954Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:11:24.851Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T07:11:24.851Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b6bd577-d198-4f75-af33-a3a2283a3c51","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b398b797-832f-4cd2-9960-c74083799c14","serviceDescription":"service","serviceInvariantUUID":"d93b9ac9-7fdb-4dfe-8b3b-b46455229b28","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75fa68c0-e69f-4b6f-be85-763047ce705f","resourceInvariantUUID":"f7fc2fb6-db0b-4d6d-8f92-7a3604da2ce8","resourceCustomizationUUID":"7de2356e-52a5-4cf4-a66a-80c1a8b5316b","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":"NjRmODhiNTU4ODk3MzkwNGQ4OGM3YjFjNzRjYjNiMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88dd0ead-0c1e-4daa-9f42-eec102090664","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":"M2JlM2RlYTI2ZWVmM2Y4NzI3ZTBhNDY2OTRmZTExYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"451e8a80-7f10-4411-be4f-4a14d0744605","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":"f15fd291-0c89-4d5e-80de-9c1d9f80d3d8","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":"6e26a799-0500-497f-a7be-818bf1e53ec9","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":"b215d4ef-7608-4436-8a42-bc113d2f57f0","artifactVersion":"2","generatedFromUUID":"f15fd291-0c89-4d5e-80de-9c1d9f80d3d8"},{"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":"YjA2OWJjOGZiMWExZDhiMjRmMjUxZmNiNTE3Yjg5MWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cfa26523-8344-4ad4-8d4d-24837cd2ae37","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":"YzdhZThjZjBlZTc3OWM3YTc1NWYxNGUwZjljODc3OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4552718e-aea1-4102-9fed-4cf8caccf1e5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjNkZTRmNjFiODIyYWExOTViMTVlNDY5NzQyMmJkNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96de8d63-e6c2-4528-a925-4379ff8b254b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T07:11:24.852Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:24.852Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:24.854Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:24.854Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:11:24.954Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:11:24.954Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:24.954Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:24.970Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:24.971Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:25.855Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:25.856Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:25.873Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:25.873Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:11:25.957Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-20T07:11:25.958Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:25.958Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:25.974Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:25.975Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:26.874Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:26.874Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:26.876Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:26.876Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:11:26.976Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:26.977Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:26.977Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:26.990Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:26.991Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:27.876Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:27.877Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:27.878Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:27.878Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:11:27.978Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:27.979Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:27.979Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:27.992Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:27.992Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:11:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:11:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:11:28.105Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:28.106Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:11:28.106Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709028337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:11:28.107Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:11:28.879Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:28.879Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:28.881Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:28.881Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T07:11:28.981Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:28.982Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:28.982Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:29.005Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:29.006Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:29.881Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:29.882Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:29.884Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:29.884Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:11:29.984Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:29.985Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:29.985Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:29.996Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:29.997Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:30.884Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:30.885Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:30.887Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:30.887Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:11:30.987Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:30.988Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:30.988Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:31.001Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:31.002Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:31.888Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:11:31.888Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:31.890Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:31.890Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:11:31.990Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:31.993Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:31.993Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:32.010Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:32.010Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:32.892Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b398b797-832f-4cd2-9960-c74083799c14",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d93b9ac9-7fdb-4dfe-8b3b-b46455229b28",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7de2356e-52a5-4cf4-a66a-80c1a8b5316b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "75fa68c0-e69f-4b6f-be85-763047ce705f",
      "resourceInvariantUUID": "f7fc2fb6-db0b-4d6d-8f92-7a3604da2ce8",
      "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": "M2JlM2RlYTI2ZWVmM2Y4NzI3ZTBhNDY2OTRmZTExYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "451e8a80-7f10-4411-be4f-4a14d0744605",
          "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": "f15fd291-0c89-4d5e-80de-9c1d9f80d3d8",
          "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": "b215d4ef-7608-4436-8a42-bc113d2f57f0",
            "generatedFromUUID": "f15fd291-0c89-4d5e-80de-9c1d9f80d3d8"
          },
          "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": "b215d4ef-7608-4436-8a42-bc113d2f57f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjNkZTRmNjFiODIyYWExOTViMTVlNDY5NzQyMmJkNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96de8d63-e6c2-4528-a925-4379ff8b254b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T07:11:32.892Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T07:11:32.893Z|89094c07-1cbd-4810-bca7-b5fa2e00252d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b398b797-832f-4cd2-9960-c74083799c14 ASDC
2022-06-20T07:11:32.893Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5b6bd577-d198-4f75-af33-a3a2283a3c51
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b398b797-832f-4cd2-9960-c74083799c14
ServiceInvariantUUID:d93b9ac9-7fdb-4dfe-8b3b-b46455229b28
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:96de8d63-e6c2-4528-a925-4379ff8b254b
ArtifactChecksum:NjNkZTRmNjFiODIyYWExOTViMTVlNDY5NzQyMmJkNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7de2356e-52a5-4cf4-a66a-80c1a8b5316b
ResourceInvariantUUID:f7fc2fb6-db0b-4d6d-8f92-7a3604da2ce8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:75fa68c0-e69f-4b6f-be85-763047ce705f
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:451e8a80-7f10-4411-be4f-4a14d0744605
ArtifactChecksum:M2JlM2RlYTI2ZWVmM2Y4NzI3ZTBhNDY2OTRmZTExYjM=
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:f15fd291-0c89-4d5e-80de-9c1d9f80d3d8
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:b215d4ef-7608-4436-8a42-bc113d2f57f0
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:b215d4ef-7608-4436-8a42-bc113d2f57f0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-20T07:11:32.894Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b398b797-832f-4cd2-9960-c74083799c14 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:11:32.926Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:11:32.926Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:11:32.927Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:11:32.927Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 96de8d63-e6c2-4528-a925-4379ff8b254b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-20T07:11:32.927Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:11:32.927Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:33.029Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:11:33.032Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 96de8d63-e6c2-4528-a925-4379ff8b254b 78805
2022-06-20T07:11:33.033Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:33.033Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:33.033Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:11:33.034Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:33.035Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:33.036Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709093033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:11:33.135Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:11:33.136Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:33.136Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:33.149Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:33.150Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:34.036Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:11:34.038Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:11:34.038Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 96de8d63-e6c2-4528-a925-4379ff8b254b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T07:11:34.038Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-20T07:11:34.039Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T07:11:34.039Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T07:11:34.147Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14289108960817771553/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T07:11:35.213Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.214Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:11:35.215Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.216Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-20T07:11:35.217Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:35.218Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.219Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T07:11:35.220Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T07:11:35.220Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T07:11:35.220Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3401dff9-7d79-43e6-9253-fd72f6d632d8
2022-06-20T07:11:35.220Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.220Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.224Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b398b797-832f-4cd2-9960-c74083799c14
Model Version:NULL
Model InvariantUuid:d93b9ac9-7fdb-4dfe-8b3b-b46455229b28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b249d8c9-10aa-486c-9c2a-b3dfbe40bb92
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7fc2fb6-db0b-4d6d-8f92-7a3604da2ce8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7de2356e-52a5-4cf4-a66a-80c1a8b5316b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc41ba91-688c-4b8c-9dcc-47d7f6a05e7c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:13eac85c-bdb5-4cef-85ed-0f3120fe5335
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3401dff9-7d79-43e6-9253-fd72f6d632d8
ModelInvariantUuid:77cf9750-a938-4379-9611-4663cd048efa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5d46f09d-de9f-40ee-9992-6ecf0fe674ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c9f8d032-ae9f-4926-8b28-1a673647fc91
ModelInvariantUuid:9a6b8266-1ffd-403a-9ad0-cd10cba3c3ed
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c0deb86d-58ac-4284-9fa8-a88fb1db643c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T07:11:35.231Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 75fa68c0-e69f-4b6f-be85-763047ce705f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:11:35.233Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-06-20T07:11:35.233Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75fa68c0-e69f-4b6f-be85-763047ce705f
2022-06-20T07:11:35.233Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 451e8a80-7f10-4411-be4f-4a14d0744605 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-20T07:11:35.233Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:11:35.233Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.351Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:11:35.352Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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 451e8a80-7f10-4411-be4f-4a14d0744605 792
2022-06-20T07:11:35.352Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.352Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:35.352Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:11:35.352Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:35.354Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:35.354Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709095352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:11:35.454Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:35.455Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:35.455Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:35.468Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:35.469Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:36.355Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc41ba91-688c-4b8c-9dcc-47d7f6a05e7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13eac85c-bdb5-4cef-85ed-0f3120fe5335",
    "vfModuleModelCustomizationUUID": "cc45ba4a-e4d7-4d41-8dc4-d60dcd70e9bb",
    "isBase": true,
    "artifacts": [
      "f15fd291-0c89-4d5e-80de-9c1d9f80d3d8",
      "b215d4ef-7608-4436-8a42-bc113d2f57f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T07:11:36.358Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13eac85c-bdb5-4cef-85ed-0f3120fe5335
VfModuleModelInvariantUUID:cc41ba91-688c-4b8c-9dcc-47d7f6a05e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f15fd291-0c89-4d5e-80de-9c1d9f80d3d8
,
b215d4ef-7608-4436-8a42-bc113d2f57f0

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

isBase:true


}

2022-06-20T07:11:36.359Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc41ba91-688c-4b8c-9dcc-47d7f6a05e7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13eac85c-bdb5-4cef-85ed-0f3120fe5335",
    "vfModuleModelCustomizationUUID": "cc45ba4a-e4d7-4d41-8dc4-d60dcd70e9bb",
    "isBase": true,
    "artifacts": [
      "f15fd291-0c89-4d5e-80de-9c1d9f80d3d8",
      "b215d4ef-7608-4436-8a42-bc113d2f57f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-20T07:11:36.360Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13eac85c-bdb5-4cef-85ed-0f3120fe5335
VfModuleModelInvariantUUID:cc41ba91-688c-4b8c-9dcc-47d7f6a05e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f15fd291-0c89-4d5e-80de-9c1d9f80d3d8
,
b215d4ef-7608-4436-8a42-bc113d2f57f0

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

isBase:true


}

2022-06-20T07:11:36.360Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f15fd291-0c89-4d5e-80de-9c1d9f80d3d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-20T07:11:36.360Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:11:36.360Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:36.467Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:11:36.468Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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 f15fd291-0c89-4d5e-80de-9c1d9f80d3d8 5033
2022-06-20T07:11:36.468Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:36.468Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:36.468Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:11:36.469Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:36.470Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:36.470Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709096468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:11:36.570Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:11:36.571Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:36.572Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:36.585Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:36.586Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:37.471Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b215d4ef-7608-4436-8a42-bc113d2f57f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-20T07:11:37.472Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:11:37.472Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:37.542Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:11:37.543Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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 b215d4ef-7608-4436-8a42-bc113d2f57f0 903
2022-06-20T07:11:37.543Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:37.544Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:37.544Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:11:37.544Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:37.548Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:37.548Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709097543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:11:37.648Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:37.649Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:37.649Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:37.662Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:37.662Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:38.549Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b398b797-832f-4cd2-9960-c74083799c14
2022-06-20T07:11:38.549Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 75fa68c0-e69f-4b6f-be85-763047ce705f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:11:38.559Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56d6abd6, org.onap.sdc.toscaparser.api.parameters.Input@2c8af5f5, org.onap.sdc.toscaparser.api.parameters.Input@43c5e24c, org.onap.sdc.toscaparser.api.parameters.Input@bb63123, org.onap.sdc.toscaparser.api.parameters.Input@685da398]
2022-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7de2356e-52a5-4cf4-a66a-80c1a8b5316b
2022-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7de2356e-52a5-4cf4-a66a-80c1a8b5316b matches Tosca VF Customization UUID: 7de2356e-52a5-4cf4-a66a-80c1a8b5316b
2022-06-20T07:11:38.561Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7de2356e-52a5-4cf4-a66a-80c1a8b5316b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T07:11:38.563Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.563Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.564Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7de2356e-52a5-4cf4-a66a-80c1a8b5316b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-20T07:11:38.564Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@453d8878
2022-06-20T07:11:38.564Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.564Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.565Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc45ba4a-e4d7-4d41-8dc4-d60dcd70e9bb
2022-06-20T07:11:38.565Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc45ba4a-e4d7-4d41-8dc4-d60dcd70e9bb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T07:11:38.566Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.566Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:38.567Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:38.567Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.567Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:38.567Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:38.568Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.568Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-20T07:11:38.568Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-20T07:11:38.568Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-20T07:11:38.569Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3401dff9-7d79-43e6-9253-fd72f6d632d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T07:11:38.571Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.571Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:38.571Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T07:11:38.571Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.572Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-20T07:11:38.572Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7de2356e-52a5-4cf4-a66a-80c1a8b5316b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:11:38.574Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.574Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.574Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b398b797-832f-4cd2-9960-c74083799c14: basic_vm_macro
2022-06-20T07:11:38.574Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.574Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.575Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.575Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.575Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.575Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.576Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.576Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.576Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:11:38.576Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.576Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.662Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 75fa68c0-e69f-4b6f-be85-763047ce705f 1 ASDC deployResourceStructure
2022-06-20T07:11:38.662Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.662Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:38.662Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:11:38.663Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:38.664Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:38.664Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709098662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:11:38.764Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:38.767Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:38.767Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:38.786Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:38.786Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:11:39.665Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:39.666Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:39.666Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:11:39.666Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:39.668Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:39.669Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709099665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:11:39.768Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-20T07:11:39.769Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:39.769Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:39.794Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:39.795Z||pool-136-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:40.681Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:40.682Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:40.682Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:11:40.682Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:40.684Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:40.684Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709100681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:11:40.784Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:11:40.785Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:40.785Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:40.800Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:40.801Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T07:11:41.685Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:41.685Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:11:41.685Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:11:41.686Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:11:41.687Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:11:41.687Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709101685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:11:41.787Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:11:41.789Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:11:41.789Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:11:41.805Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:11:41.806Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:11:42.688Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:11:42.699Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:11:42.701Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:11:42.701Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T07:11:42.702Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T07:12:12.702Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:12:12.718Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:12:12.721Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:12:12.721Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T07:12:12.721Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T07:12:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:12:28.082Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:12:28.082Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:12:28.117Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:12:28.118Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.119Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.120Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.120Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.120Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.120Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.120Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709032141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.121Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709035154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.122Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.123Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.123Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "clamp",
  "timestamp": 1655709036158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:12:28.134Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:12:28.134Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:12:28.146Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.146Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.146Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709036978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.147Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.148Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "aai-ml",
  "timestamp": 1655709037984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:12:28.154Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b6bd577-d198-4f75-af33-a3a2283a3c51
2022-06-20T07:12:28.154Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b6bd577-d198-4f75-af33-a3a2283a3c51 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:12:28.164Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.164Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.164Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709039027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709041646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.165Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.166Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.166Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709042737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.166Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.166Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.166Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709043872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709045180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.167Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709046385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709047474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.168Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709048479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709049484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.169Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709050489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.170Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.170Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.170Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709051493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-20T07:12:28.170Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.170Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.171Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709052506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:12:28.171Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.171Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.171Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89094c07-1cbd-4810-bca7-b5fa2e00252d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709083834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:12:28.172Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:12:28.172Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.172Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.172Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.172Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.173Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.173Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.173Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.173Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.174Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.174Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.174Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.175Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.175Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.175Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.175Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.176Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.176Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.176Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.176Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.177Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.178Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.179Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.180Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.181Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.182Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.183Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.184Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.184Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.184Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.184Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.185Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.186Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:28.186Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:12:28.186Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:12:28.186Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:12:42.722Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:12:42.734Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.737Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.738Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.738Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:12:42.738Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:12:42.742Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T07:13:12.743Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T07:13:12.748Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b6bd577-d198-4f75-af33-a3a2283a3c51 and serviceModelVersionId: b398b797-832f-4cd2-9960-c74083799c14
2022-06-20T07:13:12.748Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d93b9ac9-7fdb-4dfe-8b3b-b46455229b28
2022-06-20T07:13:12.750Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0
2022-06-20T07:13:12.759Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T07:13:12.817Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0|INFO|500||Invoke
2022-06-20T07:13:12.818Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b6bd577-d198-4f75-af33-a3a2283a3c51], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fef9e903-043a-4b2f-83c6-3dfd526fd631], X-ECOMP-RequestID=[5b6bd577-d198-4f75-af33-a3a2283a3c51], X-TransactionId=[], X-ONAP-RequestID=[5b6bd577-d198-4f75-af33-a3a2283a3c51], Content-Type=[application/merge-patch+json]}
2022-06-20T07:13:12.847Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T07:13:12.971Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?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/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-07:13:13:619-80660], vertex-id=[274496], Content-Length=[0], Date=[Mon, 20 Jun 2022 07:13:13 GMT], Content-Type=[application/json]}
2022-06-20T07:13:12.972Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T07:13:12.972Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93b9ac9-7fdb-4dfe-8b3b-b46455229b28/model-vers/model-ver/b398b797-832f-4cd2-9960-c74083799c14?depth=0|INFO|500||InvokeReturn
2022-06-20T07:13:12.973Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T07:13:12.976Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:13:12.981Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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-06-20T07:13:12.981Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b6bd577-d198-4f75-af33-a3a2283a3c51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T07:13:12.981Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T07:13:12.982Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:12.985Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:12.985Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709192981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:13:13.084Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:13.085Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:13.085Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:13.132Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:13.133Z||pool-139-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:13:13.996Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:13:13.997Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:13:13.997Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:13:18.440Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:18.440Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T07:13:18.440Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"26364260-464e-48df-a8d4-48e522afff1c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"11def6a4-a6d6-4a3c-8f14-ac2278583ae1","serviceDescription":"service","serviceInvariantUUID":"3485a6f4-d1e9-4d90-9791-1f09751f261d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b6e60dd-4400-4627-ad31-108227581c4b","resourceInvariantUUID":"2633ab32-af9f-4956-85b1-77a26bbee29b","resourceCustomizationUUID":"74d61dcb-1c49-4d43-8619-b805ed280b1c","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":"NDE0NjNkMjc1NGNhNDgyNzA1MTg1MTU0N2U1MDkzZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ca050e3-6f15-4d75-8333-0e520e8cae4b","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":"d722fdd3-1f5e-48c1-85c4-6a55521c4192","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":"8388b4a0-ebb7-4dc2-af28-ce4e5d1adb81","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":"NTI5NGZmZGVlY2ViODA3NjljNTk0MDYxMjg2ZDdiN2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ff1c4ea6-fffc-499a-bea6-7f7911c02df1","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":"3b4427d9-792a-46e2-a918-beb609e36af1","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":"996795aa-3a6f-4a66-b121-e532afd96182","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":"01806dd6-bedf-4962-89b0-1f3e13b37691","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":"ZTgxNWJkMTQ4OWU3Y2VlNmYzZDM0ZThhN2UzNTBjNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4293e52b-18f2-460b-aa79-27fc5fd1e8eb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWQ1ZWMwZjc0YTU5YmRlYWFjNmFkMWYxYzIwOWNhMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52297a4c-1810-4244-a793-f53347064b33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T07:13:18.443Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:18.443Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:18.445Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:18.445Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:18.545Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:13:18.546Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:18.546Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:18.559Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:18.560Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:19.446Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:19.446Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:19.449Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:19.449Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:19.548Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:19.549Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:19.550Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:19.578Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:19.578Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:20.453Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:20.454Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:20.460Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:20.460Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:20.558Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-20T07:13:20.559Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:20.559Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:20.575Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:20.576Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:21.462Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:21.463Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:21.472Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:21.472Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:21.572Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:13:21.573Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:21.573Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:21.593Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:21.594Z||pool-143-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:22.473Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:22.474Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:22.476Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:22.477Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:22.576Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:22.577Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:22.577Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:22.597Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:22.598Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:23.477Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:23.478Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:23.481Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:23.481Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:23.580Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:23.581Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:23.581Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:23.597Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:23.597Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:24.481Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:24.482Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:24.485Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:24.485Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:24.586Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T07:13:24.587Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:24.588Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:24.604Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:24.605Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:25.486Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:25.486Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:25.489Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:25.489Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:25.589Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:13:25.590Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:25.590Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:25.608Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:25.608Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:26.489Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T07:13:26.490Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:26.492Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:26.492Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:13:26.592Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:13:26.592Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:26.593Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:26.606Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:26.607Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:27.493Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "11def6a4-a6d6-4a3c-8f14-ac2278583ae1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3485a6f4-d1e9-4d90-9791-1f09751f261d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "74d61dcb-1c49-4d43-8619-b805ed280b1c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5b6e60dd-4400-4627-ad31-108227581c4b",
      "resourceInvariantUUID": "2633ab32-af9f-4956-85b1-77a26bbee29b",
      "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": "YWQ1ZWMwZjc0YTU5YmRlYWFjNmFkMWYxYzIwOWNhMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52297a4c-1810-4244-a793-f53347064b33"
    }
  ],
  "workloadContext": "Production"
}
2022-06-20T07:13:27.494Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T07:13:27.494Z|5b6bd577-d198-4f75-af33-a3a2283a3c51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 11def6a4-a6d6-4a3c-8f14-ac2278583ae1 ASDC
2022-06-20T07:13:27.494Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:26364260-464e-48df-a8d4-48e522afff1c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:11def6a4-a6d6-4a3c-8f14-ac2278583ae1
ServiceInvariantUUID:3485a6f4-d1e9-4d90-9791-1f09751f261d
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:52297a4c-1810-4244-a793-f53347064b33
ArtifactChecksum:YWQ1ZWMwZjc0YTU5YmRlYWFjNmFkMWYxYzIwOWNhMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:74d61dcb-1c49-4d43-8619-b805ed280b1c
ResourceInvariantUUID:2633ab32-af9f-4956-85b1-77a26bbee29b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5b6e60dd-4400-4627-ad31-108227581c4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-20T07:13:27.495Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11def6a4-a6d6-4a3c-8f14-ac2278583ae1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:13:27.523Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:13:27.523Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:13:27.524Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:13:27.524Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52297a4c-1810-4244-a793-f53347064b33 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T07:13:27.524Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T07:13:27.524Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T07:13:27.660Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T07:13:27.665Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 52297a4c-1810-4244-a793-f53347064b33 105660
2022-06-20T07:13:27.665Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T07:13:27.665Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T07:13:27.666Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T07:13:27.666Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:27.667Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:27.667Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709207665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:13:27.767Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:27.768Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:27.768Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:27.791Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:27.791Z||pool-149-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:13:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:13:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:13:28.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:28.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:13:28.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:13:28.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:13:28.668Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T07:13:28.669Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T07:13:28.669Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 52297a4c-1810-4244-a793-f53347064b33, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:28.670Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-20T07:13:28.670Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:28.670Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:28.841Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13136836031841239431/Definitions/service-TestPnfMacro-template.yml
2022-06-20T07:13:29.719Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.720Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|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-TestPnfMacro-csar.csar
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|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-TestPnfMacro-csar.csar
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|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-TestPnfMacro-csar.csar
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-20T07:13:29.721Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.722Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.723Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.724Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:11def6a4-a6d6-4a3c-8f14-ac2278583ae1
Model Version:NULL
Model InvariantUuid:3485a6f4-d1e9-4d90-9791-1f09751f261d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T07:13:29.729Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b6e60dd-4400-4627-ad31-108227581c4b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:13:29.731Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-06-20T07:13:29.731Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b6e60dd-4400-4627-ad31-108227581c4b
2022-06-20T07:13:29.731Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 11def6a4-a6d6-4a3c-8f14-ac2278583ae1
2022-06-20T07:13:29.731Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 11def6a4-a6d6-4a3c-8f14-ac2278583ae1
2022-06-20T07:13:29.732Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5b6e60dd-4400-4627-ad31-108227581c4b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T07:13:29.735Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43efe72f, org.onap.sdc.toscaparser.api.parameters.Input@75309b08, org.onap.sdc.toscaparser.api.parameters.Input@5fa70e87, org.onap.sdc.toscaparser.api.parameters.Input@24e12792, org.onap.sdc.toscaparser.api.parameters.Input@180b7abe]
2022-06-20T07:13:29.735Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 11def6a4-a6d6-4a3c-8f14-ac2278583ae1: test-pnf
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5b6e60dd-4400-4627-ad31-108227581c4b
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T07:13:29.736Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 74d61dcb-1c49-4d43-8619-b805ed280b1c is the same as notified resource customizationUUID: 74d61dcb-1c49-4d43-8619-b805ed280b1c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-20T07:13:29.765Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5b6e60dd-4400-4627-ad31-108227581c4b 0 ASDC deployResourceStructure
2022-06-20T07:13:29.765Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-20T07:13:29.765Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-20T07:13:29.765Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T07:13:29.766Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:13:29.770Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:13:29.770Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709209765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:13:29.870Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T07:13:29.870Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:13:29.870Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:13:29.885Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:13:29.885Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T07:13:30.771Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:13:30.784Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:13:30.787Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:13:30.787Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T07:13:30.787Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T07:14:00.788Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:14:00.799Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:14:00.801Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:14:00.801Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T07:14:00.801Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T07:14:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:14:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:14:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:14:28.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:14:28.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709028074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709081335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709079540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709077822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709085016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655709083428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709093033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709094646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709094226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709095155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709096161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709087156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "cds",
  "timestamp": 1655709095863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.221Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:28.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709095352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "policy-id",
  "timestamp": 1655709097167,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.236Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.236Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:28.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709096929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709096468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709097966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709097543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655709098969,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:28.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709098662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709099875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709099665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "aai-ml",
  "timestamp": 1655709100899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709100681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709101685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709107154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709109164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "clamp",
  "timestamp": 1655709110170,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.276Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:28.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709101115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709110874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709112710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:14:28.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655709113713,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T07:14:28.298Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26364260-464e-48df-a8d4-48e522afff1c
2022-06-20T07:14:28.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26364260-464e-48df-a8d4-48e522afff1c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T07:14:30.801Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:14:30.924Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T07:14:30.927Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T07:14:30.927Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T07:14:30.927Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T07:14:30.927Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T07:14:30.927Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.928Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.928Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.928Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.928Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.928Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.929Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-20T07:14:30.929Z|26364260-464e-48df-a8d4-48e522afff1c|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-06-20T07:14:30.935Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T07:15:00.936Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26364260-464e-48df-a8d4-48e522afff1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T07:15:00.941Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26364260-464e-48df-a8d4-48e522afff1c and serviceModelVersionId: 11def6a4-a6d6-4a3c-8f14-ac2278583ae1
2022-06-20T07:15:00.941Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3485a6f4-d1e9-4d90-9791-1f09751f261d
2022-06-20T07:15:00.942Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0
2022-06-20T07:15:00.946Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T07:15:00.983Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T07:15:00.985Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0|INFO|500||Invoke
2022-06-20T07:15:01.008Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-20T07:15:01.220Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0|INFO|500||InvokeReturn
2022-06-20T07:15:01.221Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3485a6f4-d1e9-4d90-9791-1f09751f261d/model-vers/model-ver/11def6a4-a6d6-4a3c-8f14-ac2278583ae1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-07:15:01:784-67506], vertex-id=[270424], Content-Length=[0], Date=[Mon, 20 Jun 2022 07:15:01 GMT], Content-Type=[application/json]}
2022-06-20T07:15:01.222Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T07:15:01.222Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T07:15:01.222Z|26364260-464e-48df-a8d4-48e522afff1c|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-06-20T07:15:01.226Z|26364260-464e-48df-a8d4-48e522afff1c|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-06-20T07:15:01.226Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26364260-464e-48df-a8d4-48e522afff1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T07:15:01.226Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T07:15:01.226Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T07:15:01.228Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T07:15:01.228Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709301226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:15:01.328Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T07:15:01.329Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T07:15:01.329Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T07:15:01.348Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:15:01.348Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T07:15:02.241Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:15:02.241Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:15:02.241Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:15:11.819Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:15:11.820Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:15:11.820Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:15:11.821Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:15:21.414Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:15:21.415Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:15:21.415Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:15:21.415Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:15:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:15:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:15:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:15:28.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:15:28.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b6bd577-d198-4f75-af33-a3a2283a3c51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709192981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709193996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-20T07:15:28.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-20T07:15:28.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-20T07:15:28.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709207665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-20T07:15:28.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:15:30.966Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:15:30.967Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:15:30.967Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:15:30.968Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:15:40.518Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:16:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:16:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:16:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:16:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:16:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:16:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:16:28.105Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:16:28.106Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T07:16:28.106Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709209765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-20T07:16:28.107Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:16:37.629Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:17:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:17:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:17:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:17:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:17:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:17:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:17:28.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:17:28.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T07:17:28.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26364260-464e-48df-a8d4-48e522afff1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655709301226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T07:17:28.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T07:17:37.621Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:18:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:18:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:18:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:18:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:18:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:18:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:18:37.619Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:18:37.670Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:19:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:19:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:19:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:19:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:19:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:19:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:19:37.622Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:19:37.623Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:20:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:20:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:20:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:20:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:20:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:20:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:20:37.635Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:20:37.642Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:21:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:21:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:21:28.076Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:21:28.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:21:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:21:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:21:37.654Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:21:37.654Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:22:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:22:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:22:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:22:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:22:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:22:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:22:37.622Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:22:37.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:23:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:23:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:23:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:23:28.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:23:28.079Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:23:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:23:37.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:23:37.672Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:24:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:24:28.076Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:24:28.076Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:24:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:24:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:24:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:24:37.644Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:24:37.651Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:25:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:25:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:25:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:25:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:25:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:25:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:25:37.658Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:25:37.662Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:26:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:26:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:26:28.075Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:26:28.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:26:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:26:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:26:37.640Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:26:37.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:27:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:27:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:27:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:27:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:27:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:27:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:27:37.619Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:27:37.624Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:28:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:28:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:28:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:28:28.076Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:28:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:28:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:28:37.654Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:28:37.654Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:29:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:29:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:29:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:29:28.076Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:29:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:29:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:29:37.657Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:29:37.661Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:30:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:30:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:30:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:30:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:30:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:30:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:30:37.676Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:30:37.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:31:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:31:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:31:28.078Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:31:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:31:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:31:28.078Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:31:37.659Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:31:37.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:32:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:32:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:32:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:32:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:32:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:32:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:32:37.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:32:37.630Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:33:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:33:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:33:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:33:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:33:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:33:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:33:37.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:33:37.639Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:34:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:34:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:34:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:34:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:34:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:34:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:34:37.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:34:37.637Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:35:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:35:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:35:28.073Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:35:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:35:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:35:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:35:37.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:35:37.646Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:36:28.072Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:36:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:36:28.074Z|26364260-464e-48df-a8d4-48e522afff1c|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:36:28.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:36:28.079Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:36:28.079Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T07:36:37.636Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:36:37.636Z|26364260-464e-48df-a8d4-48e522afff1c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:37:28.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:37:28.073Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:37:28.073Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T07:37:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:37:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:37:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:37:37.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:37:37.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:38:28.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:38:28.073Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:38:28.073Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T07:38:28.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T07:38:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T07:38:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T07:38:37.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-20T07:38:37.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK