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-24T03:32:45.532Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T03:32:59.742Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T03:32:59.743Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T03:32:59.905Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T03:33:05.510Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T03:33:06.518Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T03:33:07.330Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T03:33:07.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T03:33:07.507Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T03:33:07.803Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T03:33:08.556Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T03:33:10.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T03:33:14.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T03:33:14.266Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T03:33:15.115Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T03:33:15.540Z||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-24T03:33:17.142Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T03:33:18.723Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-24T03:33:18.748Z||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$$47a94641.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-24T03:33:18.751Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T03:33:22.989Z||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-24T03:33:27.153Z||main|||||WARN|500||---
2022-06-24T03:33:27.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T03:33:27.154Z||main|||||WARN|500||---
2022-06-24T03:33:27.928Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T03:33:35.379Z||main|||||INFO|500||Started Application in 53.862 seconds (JVM running for 56.954)
2022-06-24T03:33:35.410Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:33:35.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:33:35.461Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:33:35.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:33:35.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84187cf5-78b8-4b4b-9e84-447cc796f129 url= /sdc/v1/artifactTypes
2022-06-24T03:33:35.614Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:33:36.754Z||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.7.115] 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$$9e995eb8.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-24T03:33:36.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9631042
2022-06-24T03:33:36.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:33:36.795Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:33:36.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:33:36.803Z||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$$9e995eb8.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-24T03:34:25.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:34:25.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:34:25.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:34:25.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:34:25.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8d149e7-b671-4fc7-b38d-4847d99c5450 url= /sdc/v1/artifactTypes
2022-06-24T03:34:25.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:34:26.416Z||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.7.115] 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$$9e995eb8.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-24T03:34:26.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a0d4259
2022-06-24T03:34:26.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:34:26.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:34:26.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:34:26.419Z||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$$9e995eb8.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-24T03:35:15.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:35:15.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:35:15.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:35:15.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:35:15.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70830b4c-fabe-48dd-b03c-864b252eae9a url= /sdc/v1/artifactTypes
2022-06-24T03:35:15.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:35:16.395Z||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.7.115] 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$$9e995eb8.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-24T03:35:16.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78ab8d29
2022-06-24T03:35:16.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:35:16.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:35:16.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:35:16.399Z||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$$9e995eb8.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-24T03:36:05.370Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:36:05.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:36:05.374Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:36:05.380Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:36:05.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fe632780-0bee-4307-be31-8a554d7fb4eb url= /sdc/v1/artifactTypes
2022-06-24T03:36:05.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:36:06.450Z||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.7.115] 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$$9e995eb8.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-24T03:36:06.452Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@732e1000
2022-06-24T03:36:06.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:36:06.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:36:06.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:36:06.457Z||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$$9e995eb8.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-24T03:36:55.371Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:36:55.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:36:55.375Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:36:55.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:36:55.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f053e82-5228-468a-b47d-6d040bc51e3e url= /sdc/v1/artifactTypes
2022-06-24T03:36:55.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:36:56.433Z||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.7.115] 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$$9e995eb8.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-24T03:36:56.435Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3767d28b
2022-06-24T03:36:56.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:36:56.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:36:56.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:36:56.438Z||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$$9e995eb8.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-24T03:37:45.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:37:45.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:37:45.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:37:45.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:37:45.384Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8840c45b-6a88-4e89-abaf-0e6fc7ee87f0 url= /sdc/v1/artifactTypes
2022-06-24T03:37:45.387Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:37:46.418Z||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.7.115] 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$$9e995eb8.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-24T03:37:46.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a60b072
2022-06-24T03:37:46.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:37:46.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:37:46.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:37:46.420Z||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$$9e995eb8.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-24T03:38:35.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:38:35.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:38:35.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:38:35.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:38:35.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e507e4c6-2a58-4a32-abbc-fb71469db734 url= /sdc/v1/artifactTypes
2022-06-24T03:38:35.384Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:38:36.428Z||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.7.115] 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$$9e995eb8.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-24T03:38:36.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@385b5719
2022-06-24T03:38:36.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:38:36.430Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:38:36.430Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:38:36.431Z||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$$9e995eb8.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-24T03:39:25.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:39:25.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:39:25.369Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:39:25.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:39:25.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40e2e1bf-5e49-41a9-8559-9e59996b5864 url= /sdc/v1/artifactTypes
2022-06-24T03:39:25.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:39:26.418Z||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.7.115] 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$$9e995eb8.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-24T03:39:26.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21f1a17c
2022-06-24T03:39:26.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:39:26.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:39:26.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:39:26.420Z||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$$9e995eb8.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-24T03:40:15.369Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:40:15.370Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:40:15.371Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:40:15.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:40:15.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0fc4efb3-0d77-4d4e-b534-559d28c895c9 url= /sdc/v1/artifactTypes
2022-06-24T03:40:15.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:40:16.432Z||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.7.115] 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$$9e995eb8.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-24T03:40:16.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b2bafb0
2022-06-24T03:40:16.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:40:16.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:40:16.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:40:16.436Z||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$$9e995eb8.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-24T03:41:05.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:41:05.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:41:05.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:41:05.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:41:05.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9615569-fabe-4590-aa2d-6ad0a2dfbf28 url= /sdc/v1/artifactTypes
2022-06-24T03:41:05.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:41:06.415Z||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.7.115] 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$$9e995eb8.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-24T03:41:06.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4923b799
2022-06-24T03:41:06.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:41:06.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:41:06.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:41:06.419Z||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$$9e995eb8.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-24T03:41:55.374Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:41:55.376Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:41:55.377Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:41:55.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:41:55.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1206ce4c-f0ac-4a69-9ca3-852d718a85e7 url= /sdc/v1/artifactTypes
2022-06-24T03:41:55.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:41:55.698Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T03:41:55.717Z||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-24T03:41:55.779Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T03:41:55.798Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T03:41:55.828Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:41:55.854Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62eb57b5-57cf-401c-9233-fb7e8374d85f url= /sdc/v1/registerForDistribution
2022-06-24T03:41:56.102Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 62eb57b5-57cf-401c-9233-fb7e8374d85f url= /sdc/v1/registerForDistribution
2022-06-24T03:41:56.103Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T03:41:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:56.138Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T03:41:56.143Z||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-24T03:41:56.144Z||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-24T03:41:56.144Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:41:56.144Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:42:06.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:42:06.736Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:42:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:56.117Z||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-24T03:42:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:42:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:56.121Z||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-24T03:42:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:43:05.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:43:05.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:43:21.058Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T03:43:56.114Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:56.115Z||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-24T03:43:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:43:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:56.119Z||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-24T03:43:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:44:05.715Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:44:05.715Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:44:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:56.115Z||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-24T03:44:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:44:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:56.120Z||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-24T03:44:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:45:05.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:45:05.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:45:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:56.115Z||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-24T03:45:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:45:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:56.119Z||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-24T03:45:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:46:05.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:46:05.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:46:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:56.115Z||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-24T03:46:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:46:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:56.119Z||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-24T03:46:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:47:05.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:47:05.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:47:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:56.115Z||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-24T03:47:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:47:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:56.119Z||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-24T03:47:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:48:05.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:48:05.715Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:48:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:56.115Z||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-24T03:48:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:48:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:56.120Z||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-24T03:48:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:49:05.706Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:49:05.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:49:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:56.116Z||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-24T03:49:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:49:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:56.121Z||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-24T03:49:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:50:05.705Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:50:05.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:50:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:56.117Z||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-24T03:50:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:50:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:56.119Z||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-24T03:50:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:51:05.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:51:05.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:51:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:56.115Z||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-24T03:51:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:51:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:56.119Z||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-24T03:51:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:52:05.744Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:52:05.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:52:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:56.115Z||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-24T03:52:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:52:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:56.120Z||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-24T03:52:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:53:05.727Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:53:05.727Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:53:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:56.115Z||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-24T03:53:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:53:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:56.120Z||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-24T03:53:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:54:05.721Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:54:05.726Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:54:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:56.115Z||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-24T03:54:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:54:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:56.119Z||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-24T03:54:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:55:05.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:55:05.747Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:55:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:56.116Z||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-24T03:55:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:55:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:56.119Z||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-24T03:55:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:56:05.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:56:05.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:56:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:56.115Z||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-24T03:56:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:56:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:56.120Z||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-24T03:56:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:57:05.725Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:57:05.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:57:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:56.115Z||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-24T03:57:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:57:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:56.119Z||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-24T03:57:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:58:05.724Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:58:05.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:58:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:56.116Z||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-24T03:58:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:58:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:56.119Z||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-24T03:58:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:59:05.728Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:59:05.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:59:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:56.116Z||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-24T03:59:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:59:56.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:56.119Z||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-24T03:59:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:00:05.723Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:00:05.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:00:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:56.115Z||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-24T04:00:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:00:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:56.119Z||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-24T04:00:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:01:05.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:01:05.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:01:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:56.115Z||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-24T04:01:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:01:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:56.119Z||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-24T04:01:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:02:05.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:02:05.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:02:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:56.115Z||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-24T04:02:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:02:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:56.119Z||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-24T04:02:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:03:05.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:03:05.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:03:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:56.115Z||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-24T04:03:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:03:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:56.120Z||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-24T04:03:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:04:05.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:04:05.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:04:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:56.115Z||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-24T04:04:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:04:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:56.119Z||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-24T04:04:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:05:05.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:05:05.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:05:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:56.115Z||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-24T04:05:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:05:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:56.120Z||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-24T04:05:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:06:05.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:06:05.707Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:06:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:56.116Z||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-24T04:06:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:06:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:56.119Z||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-24T04:06:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:07:05.728Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:07:05.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:07:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:56.117Z||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-24T04:07:56.118Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:07:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:56.119Z||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-24T04:07:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:08:05.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:08:05.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:08:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:56.115Z||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-24T04:08:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:08:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:56.119Z||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-24T04:08:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:09:05.713Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:09:05.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:09:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:56.115Z||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-24T04:09:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:09:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:56.119Z||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-24T04:09:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:10:05.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:10:05.775Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:10:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:56.115Z||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-24T04:10:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:10:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:56.119Z||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-24T04:10:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:11:05.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:11:05.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:11:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:56.115Z||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-24T04:11:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:11:56.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:56.122Z||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-24T04:11:56.122Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:12:05.717Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:12:05.757Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:12:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:56.115Z||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-24T04:12:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:12:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:56.119Z||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-24T04:12:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:13:05.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:13:05.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:13:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:56.115Z||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-24T04:13:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:13:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:56.120Z||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-24T04:13:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:14:05.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:14:05.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:14:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:56.116Z||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-24T04:14:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:14:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:56.120Z||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-24T04:14:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:15:05.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:15:05.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:15:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:56.117Z||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-24T04:15:56.118Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:15:56.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:56.119Z||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-24T04:15:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:16:05.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:16:05.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:16:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:56.116Z||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-24T04:16:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:16:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:56.119Z||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-24T04:16:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:17:05.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:17:05.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:17:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:56.116Z||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-24T04:17:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:17:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:56.120Z||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-24T04:17:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:18:05.734Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:18:05.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:18:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:56.115Z||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-24T04:18:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:18:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:56.119Z||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-24T04:18:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:19:05.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:19:05.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:19:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:56.115Z||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-24T04:19:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:19:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:56.120Z||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-24T04:19:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:20:05.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:20:05.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:20:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:56.115Z||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-24T04:20:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:20:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:56.119Z||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-24T04:20:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:21:05.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:21:05.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:21:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:56.115Z||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-24T04:21:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:21:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:56.119Z||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-24T04:21:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:22:05.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:22:05.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:22:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:56.115Z||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-24T04:22:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:22:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:56.119Z||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-24T04:22:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:23:05.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:23:05.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:23:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:56.118Z||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-24T04:23:56.118Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:23:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:56.119Z||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-24T04:23:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:24:05.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:24:05.705Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:24:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:56.115Z||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-24T04:24:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:24:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:56.120Z||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-24T04:24:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:25:05.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:25:05.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:25:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:56.115Z||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-24T04:25:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:25:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:56.120Z||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-24T04:25:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:26:05.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:26:05.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:26:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:56.116Z||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-24T04:26:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:26:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:56.119Z||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-24T04:26:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:27:05.706Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:27:05.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:27:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:56.115Z||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-24T04:27:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:27:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:56.119Z||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-24T04:27:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:28:05.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:28:05.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:28:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:56.115Z||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-24T04:28:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:28:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:56.120Z||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-24T04:28:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:29:05.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:29:05.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:29:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:56.115Z||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-24T04:29:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:29:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:56.119Z||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-24T04:29:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:30:05.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:30:05.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:30:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:56.115Z||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-24T04:30:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:30:56.118Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:56.119Z||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-24T04:30:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:31:05.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:31:05.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:31:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:56.115Z||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-24T04:31:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:31:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:56.119Z||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-24T04:31:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:32:05.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:32:05.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:32:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:56.116Z||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-24T04:32:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:32:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:56.119Z||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-24T04:32:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:33:05.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:33:05.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:33:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:56.115Z||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-24T04:33:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:33:56.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:56.119Z||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-24T04:33:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:05.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:05.706Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:56.116Z||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-24T04:34:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.118Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:56.119Z||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-24T04:34:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:56.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2af9f696-8d30-4454-a6e9-425d2abbb474","serviceName":"basic_onboard_XNQXzB","serviceVersion":"1.0","serviceUUID":"53627e0f-d958-49da-9de7-1e4aba448db3","serviceDescription":"service","serviceInvariantUUID":"4cc4a530-55a7-40e0-a05c-be6085e5a5c3","resources":[{"resourceInstanceName":"basic_onboard_XNQXzB 0","resourceName":"basic_onboard_XNQXzB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a53f47b-49dd-475b-9d5c-ef41f0ea0137","resourceInvariantUUID":"7789932b-7c94-473f-92a2-38f3f7913484","resourceCustomizationUUID":"05b42e93-82af-49f3-9781-dfe118b2f9f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml","artifactChecksum":"MzVjMTU5YmVlZDJlMTk1NmY0ZWY1NDgyNWFhYmNhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c223b68e-7bd8-4f0f-93fc-223736ecd43b","artifactVersion":"1"},{"artifactName":"basic_onboard_xnqxzb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json","artifactChecksum":"ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e01525b-34a4-420d-9c4f-2546cc15fe75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f751fce-9251-462f-8f34-fa667e356619","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f1ded6f-4e64-43aa-a942-8c09f4393381","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33224eb6-3784-4c54-a1c9-c68bc339102f","artifactVersion":"2","generatedFromUUID":"8f751fce-9251-462f-8f34-fa667e356619"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXnqxzb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml","artifactChecksum":"NjM4ZDllODk5M2MyOTY2ZmI0YzM0NjMyODkxZDA1YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a31c839-ec66-4958-a5bf-9e84b1dc44d2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXnqxzb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar","artifactChecksum":"MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e6eac3a-d86d-4618-82e1-be727be4ff1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:34:56.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:56.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:56.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:56.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:56.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045271462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045266546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045273207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045281283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045282091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "cds",
  "timestamp": 1656045282301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-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-24T04:34:56.922Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-24T04:34:56.927Z||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-24T04:34:56.927Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.980Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:56.981Z||pool-3-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:34:57.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:34:57.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045278626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045279408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045287419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045286578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045288443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045287859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045282007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "policy-id",
  "timestamp": 1656045289452,
  "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-24T04:34:57.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045289460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045290768,
  "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-24T04:34:57.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:34:57.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045292108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045291776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045294207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "clamp",
  "timestamp": 1656045295241,
  "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-24T04:34:57.194Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.194Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:34:57.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045288961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:34:57.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:34:57.831Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:57.832Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:57.835Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:57.835Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:34:57.935Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:57.937Z||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-24T04:34:57.937Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:57.975Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:57.976Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:34:58.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:58.836Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:58.839Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:58.839Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:34:58.939Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:58.940Z||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-24T04:34:58.941Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:58.958Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:58.959Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:34:59.840Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:59.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:59.843Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:59.843Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:34:59.943Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:59.945Z||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-24T04:34:59.945Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:59.965Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:59.966Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:00.844Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:00.845Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:00.848Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:00.848Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T04:35:00.949Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:35:00.950Z||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-24T04:35:00.951Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:00.979Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:00.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:01.849Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:01.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:01.852Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:01.852Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:35:01.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:01.954Z||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-24T04:35:01.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:01.968Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:01.969Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:02.853Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:02.854Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:02.858Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:02.858Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:35:02.958Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:02.959Z||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-24T04:35:02.959Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:03.018Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:03.019Z||pool-9-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:03.860Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "serviceName": "basic_onboard_XNQXzB",
  "serviceVersion": "1.0",
  "serviceUUID": "53627e0f-d958-49da-9de7-1e4aba448db3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4cc4a530-55a7-40e0-a05c-be6085e5a5c3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_XNQXzB 0",
      "resourceCustomizationUUID": "05b42e93-82af-49f3-9781-dfe118b2f9f8",
      "resourceName": "basic_onboard_XNQXzB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7a53f47b-49dd-475b-9d5c-ef41f0ea0137",
      "resourceInvariantUUID": "7789932b-7c94-473f-92a2-38f3f7913484",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xnqxzb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
          "artifactChecksum": "ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e01525b-34a4-420d-9c4f-2546cc15fe75",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8f751fce-9251-462f-8f34-fa667e356619",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "33224eb6-3784-4c54-a1c9-c68bc339102f",
            "generatedFromUUID": "8f751fce-9251-462f-8f34-fa667e356619"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33224eb6-3784-4c54-a1c9-c68bc339102f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXnqxzb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
      "artifactChecksum": "MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e6eac3a-d86d-4618-82e1-be727be4ff1b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:35:03.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:35:03.862Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53627e0f-d958-49da-9de7-1e4aba448db3 ASDC
2022-06-24T04:35:04.008Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2af9f696-8d30-4454-a6e9-425d2abbb474
ServiceName:basic_onboard_XNQXzB
ServiceVersion:1.0
ServiceUUID:53627e0f-d958-49da-9de7-1e4aba448db3
ServiceInvariantUUID:4cc4a530-55a7-40e0-a05c-be6085e5a5c3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXnqxzb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
ArtifactUUID:4e6eac3a-d86d-4618-82e1-be727be4ff1b
ArtifactChecksum:MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XNQXzB 0
ResourceCustomizationUUID:05b42e93-82af-49f3-9781-dfe118b2f9f8
ResourceInvariantUUID:7789932b-7c94-473f-92a2-38f3f7913484
ResourceName:basic_onboard_XNQXzB
ResourceType:VF
ResourceUUID:7a53f47b-49dd-475b-9d5c-ef41f0ea0137
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xnqxzb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
ArtifactUUID:4e01525b-34a4-420d-9c4f-2546cc15fe75
ArtifactChecksum:ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU=
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8f751fce-9251-462f-8f34-fa667e356619
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
ArtifactUUID:33224eb6-3784-4c54-a1c9-c68bc339102f
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
ArtifactUUID:33224eb6-3784-4c54-a1c9-c68bc339102f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T04:35:04.008Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53627e0f-d958-49da-9de7-1e4aba448db3 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-24T04:35:04.061Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:35:04.063Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:04.064Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:04.065Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e6eac3a-d86d-4618-82e1-be727be4ff1b from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.065Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:04.067Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.298Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:04.321Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar 4e6eac3a-d86d-4618-82e1-be727be4ff1b 71592
2022-06-24T04:35:04.322Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar ASDC sendASDCNotification
2022-06-24T04:35:04.322Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.323Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:04.324Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:04.326Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:04.326Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045304321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:35:04.427Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:35:04.429Z||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-24T04:35:04.429Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:04.464Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:04.465Z||pool-10-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:05.327Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:35:05.328Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:05.328Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4e6eac3a-d86d-4618-82e1-be727be4ff1b, URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar to file: /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.329Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.441Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.442Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:06.047Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8438468783169380227/Definitions/service-BasicOnboardXnqxzb-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-24T04:35:08.379Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XNQXzB 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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:35:08.394Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.396Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.402Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.403Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:35:08.406Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.413Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.413Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.415Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c94de405-afd3-4bbd-bea0-b552a2464ffd
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_XNQXzB
Description:service
Model UUID:53627e0f-d958-49da-9de7-1e4aba448db3
Model Version:NULL
Model InvariantUuid:4cc4a530-55a7-40e0-a05c-be6085e5a5c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_XNQXzB
Model UUID:0476a4d0-cf5a-47fb-88c1-543c7734da71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7789932b-7c94-473f-92a2-38f3f7913484
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05b42e93-82af-49f3-9781-dfe118b2f9f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fac77154-7c50-4bf5-8819-b98cc8206192
ModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
ModelUuid:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c94de405-afd3-4bbd-bea0-b552a2464ffd
ModelInvariantUuid:37bd47fc-b812-4a9f-a88d-74800c0a16af
ModelName:basic_onboard_XNQXzB-nodes.ubuntu18Cvfc
ModelUuid:35971e4e-6d37-4336-98c5-b8d2861186b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d05d94be-0efe-4233-9777-76721ce13aba
ModelInvariantUuid:bd0462d3-7b0d-4d45-85b6-4c93c9509d36
ModelName:BasicOnboardXnqxzb.compute.nodes.heat.ubuntu18
ModelUuid:6b9c8618-dd56-4529-ba0b-ff39c561ebd6
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-24T04:35:08.431Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a53f47b-49dd-475b-9d5c-ef41f0ea0137
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-24T04:35:08.544Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||basic_onboard_XNQXzB 0
2022-06-24T04:35:08.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a53f47b-49dd-475b-9d5c-ef41f0ea0137
2022-06-24T04:35:08.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e01525b-34a4-420d-9c4f-2546cc15fe75 from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.553Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:08.553Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.753Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json 4e01525b-34a4-420d-9c4f-2546cc15fe75 798
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json ASDC sendASDCNotification
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:08.755Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:08.757Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:08.757Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045308754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:35:08.857Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:35:08.859Z||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-24T04:35:08.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:08.881Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:08.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:09.759Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXnqxzb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fac77154-7c50-4bf5-8819-b98cc8206192",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d",
    "vfModuleModelCustomizationUUID": "c86d7034-ab4d-4a32-bca1-75aa0ae0b8df",
    "isBase": true,
    "artifacts": [
      "8f751fce-9251-462f-8f34-fa667e356619",
      "33224eb6-3784-4c54-a1c9-c68bc339102f"
    ],
    "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-24T04:35:09.776Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
VfModuleModelInvariantUUID:fac77154-7c50-4bf5-8819-b98cc8206192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f751fce-9251-462f-8f34-fa667e356619
,
33224eb6-3784-4c54-a1c9-c68bc339102f

}
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-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXnqxzb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fac77154-7c50-4bf5-8819-b98cc8206192",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d",
    "vfModuleModelCustomizationUUID": "c86d7034-ab4d-4a32-bca1-75aa0ae0b8df",
    "isBase": true,
    "artifacts": [
      "8f751fce-9251-462f-8f34-fa667e356619",
      "33224eb6-3784-4c54-a1c9-c68bc339102f"
    ],
    "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-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
VfModuleModelInvariantUUID:fac77154-7c50-4bf5-8819-b98cc8206192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f751fce-9251-462f-8f34-fa667e356619
,
33224eb6-3784-4c54-a1c9-c68bc339102f

}
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-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8f751fce-9251-462f-8f34-fa667e356619 from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.782Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:09.782Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.871Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml 8f751fce-9251-462f-8f34-fa667e356619 5033
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.873Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:09.873Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:09.875Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:09.876Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045309872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:35:09.976Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:09.977Z||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-24T04:35:09.977Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:09.997Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:09.998Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:10.877Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33224eb6-3784-4c54-a1c9-c68bc339102f from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:10.878Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:10.878Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:11.150Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:11.151Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env 33224eb6-3784-4c54-a1c9-c68bc339102f 909
2022-06-24T04:35:11.151Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:11.154Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:11.154Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045311151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:35:11.255Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:11.256Z||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-24T04:35:11.257Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:11.276Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:11.277Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:12.156Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 53627e0f-d958-49da-9de7-1e4aba448db3
2022-06-24T04:35:12.157Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XNQXzB 0 7a53f47b-49dd-475b-9d5c-ef41f0ea0137 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-24T04:35:12.199Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56403f73, org.onap.sdc.toscaparser.api.parameters.Input@74e45d77, org.onap.sdc.toscaparser.api.parameters.Input@15a1c39f, org.onap.sdc.toscaparser.api.parameters.Input@6afab357, org.onap.sdc.toscaparser.api.parameters.Input@3d16b2dc]
2022-06-24T04:35:12.204Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.205Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.205Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 05b42e93-82af-49f3-9781-dfe118b2f9f8
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8 matches Tosca VF Customization UUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8  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-24T04:35:12.215Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.216Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.217Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 05b42e93-82af-49f3-9781-dfe118b2f9f8: {\"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-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ef6c7e0
2022-06-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:35:12.219Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c86d7034-ab4d-4a32-bca1-75aa0ae0b8df
2022-06-24T04:35:12.220Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c86d7034-ab4d-4a32-bca1-75aa0ae0b8df
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-24T04:35:12.228Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.229Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.229Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:12.232Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c94de405-afd3-4bbd-bea0-b552a2464ffd
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-24T04:35:12.242Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.242Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.244Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=05b42e93-82af-49f3-9781-dfe118b2f9f8
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-24T04:35:12.247Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.247Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.248Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 53627e0f-d958-49da-9de7-1e4aba448db3: basic_onboard_XNQXzB
2022-06-24T04:35:12.248Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_XNQXzB 
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-24T04:35:12.474Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XNQXzB 7a53f47b-49dd-475b-9d5c-ef41f0ea0137 1 ASDC deployResourceStructure
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json ASDC sendASDCNotification
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:12.476Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:12.478Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:12.478Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045312475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:35:12.579Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:12.580Z||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-24T04:35:12.580Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:12.614Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:12.615Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:13.482Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:13.484Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:13.484Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045313481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:35:13.584Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:13.586Z||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-24T04:35:13.586Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:13.606Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:13.608Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:14.487Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:14.489Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:14.489Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045314485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:35:14.590Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:35:14.591Z||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-24T04:35:14.591Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:14.636Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:14.637Z||pool-16-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:15.490Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar ASDC sendASDCNotification
2022-06-24T04:35:15.491Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:15.491Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:15.492Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:15.495Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:15.495Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045315490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:35:15.595Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:15.596Z||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-24T04:35:15.597Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:15.612Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:15.613Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:16.497Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:35:16.517Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:35:16.520Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:35:16.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:35:16.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:35:46.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:35:46.534Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:35:46.539Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:35:46.539Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:35:46.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:35:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:56.120Z||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-24T04:35:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:35:56.260Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:56.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T04:35:56.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:35:56.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:16.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:36:16.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:36:46.558Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:36:46.592Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:36:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:56.120Z||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-24T04:36:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:36:56.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:36:56.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045297054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045298096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "aai-ml",
  "timestamp": 1656045299107,
  "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-24T04:36:56.181Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:36:56.181Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:36:56.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045301662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045302667,
  "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-24T04:36:56.201Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:36:56.201Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:36:56.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045296114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:36:56.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045304321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045308754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045309872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045311151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045312475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045313481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045314485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045315490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:36:56.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:16.597Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:37:16.609Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-24T04:37:16.619Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:37:46.620Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474 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-24T04:37:46.628Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2af9f696-8d30-4454-a6e9-425d2abbb474 and serviceModelVersionId: 53627e0f-d958-49da-9de7-1e4aba448db3
2022-06-24T04:37:46.629Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cc4a530-55a7-40e0-a05c-be6085e5a5c3
2022-06-24T04:37:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:56.120Z||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-24T04:37:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:37:56.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:37:56.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045378207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045382008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045378961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045379408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045378626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045390163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045390216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045390944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045390153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "cds",
  "timestamp": 1656045391223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-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-24T04:37:56.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:37:56.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045391950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045391332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "policy-id",
  "timestamp": 1656045392957,
  "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-24T04:37:56.775Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.775Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045386547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045392468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045393505,
  "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-24T04:37:56.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045393687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045394510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045394691,
  "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-24T04:37:56.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.808Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:37:56.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045391460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045399450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045400110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045402123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "clamp",
  "timestamp": 1656045403131,
  "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-24T04:37:56.829Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045412688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "aai-ml",
  "timestamp": 1656045413695,
  "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-24T04:37:56.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:38:02.555Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0
2022-06-24T04:38:02.700Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:38:03.310Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|INFO|500||Invoke
2022-06-24T04:38:03.320Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75d1c85a-fed7-4b27-939e-be23f7d30d98], X-ECOMP-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], X-TransactionId=[], X-ONAP-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], Content-Type=[application/merge-patch+json]}
2022-06-24T04:38:03.453Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:38:03.697Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?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/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-04:38:03:154-89575], vertex-id=[192656], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:38:03 GMT], Content-Type=[application/json]}
2022-06-24T04:38:03.699Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:38:03.700Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|INFO|500||InvokeReturn
2022-06-24T04:38:03.704Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:38:03.704Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-24T04:38:03.719Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-24T04:38:03.721Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2af9f696-8d30-4454-a6e9-425d2abbb474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:38:03.723Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:38:03.724Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:03.727Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:03.727Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045483721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:03.827Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:03.829Z||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-24T04:38:03.829Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:03.850Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:03.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:38:04.749Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:04.750Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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-24T04:38:04.750Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:38:09.499Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:09.500Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:38:09.500Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"98f4b505-14aa-4b95-9218-34d588051472","serviceName":"vFW 2022-06-24 04-34-46","serviceVersion":"1.0","serviceUUID":"a0f71aca-a9b7-4fe3-906a-2838171a1306","serviceDescription":"catalog service description","serviceInvariantUUID":"4635fecc-80da-4858-886a-7dba7e887a1b","resources":[{"resourceInstanceName":"vFW 4f776026-db66 0","resourceName":"vFW 4f776026-db66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7f1872b-e24e-444b-bfb6-d459304bbd52","resourceInvariantUUID":"fc9884f3-274a-4268-95a8-c775a8b2afe3","resourceCustomizationUUID":"fa0a1310-0eb7-417d-8e31-824b887b52da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml","artifactChecksum":"OTc5ODUzNzljYzQ5OWE5Njk3NDBiNjhjNGVmMDgxMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2488902e-f9eb-42f8-aa5b-eb4df92d7c14","artifactVersion":"1"},{"artifactName":"vfw4f776026db660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json","artifactChecksum":"ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52161dbb-51b1-4deb-a9ea-f5ffb06c78d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ba6ca317-e039-4c7c-894e-a3b75991d55e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM2ZjU1ZGNlNjQ4NWMwYzc2YzJmY2Q5MzI5YjU1YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b9a6fc9-63ec-4024-88af-60db0ef63835","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"157185f1-e987-4007-b267-6551ec788cd6","artifactVersion":"2","generatedFromUUID":"ba6ca317-e039-4c7c-894e-a3b75991d55e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624043446-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml","artifactChecksum":"Nzk1MTFlNjQ4OTg0NjQzYzlkY2Q5ODk2ZmE0ZmUyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c06282-4b9f-4136-8f5c-67900255753f","artifactVersion":"1"},{"artifactName":"service-Vfw20220624043446-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar","artifactChecksum":"ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1130edac-8083-445e-ae0e-c657fd5a72d9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:38:09.503Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:09.504Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:09.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:09.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:09.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:09.607Z||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-24T04:38:09.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:09.623Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:09.623Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:10.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:10.507Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:10.509Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:10.510Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:38:10.610Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:10.611Z||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-24T04:38:10.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:10.633Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:10.634Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:11.510Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:11.511Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:11.513Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:11.514Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:38:11.614Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:11.615Z||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-24T04:38:11.615Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:11.633Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:11.634Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:12.514Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:12.516Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:12.518Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:12.518Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:12.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:12.621Z||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-24T04:38:12.621Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:12.638Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:12.639Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:13.519Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:13.525Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:13.527Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:13.527Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:38:13.628Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:13.629Z||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-24T04:38:13.630Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:13.645Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:13.646Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:14.533Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:14.533Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:14.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:14.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:14.636Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:14.637Z||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-24T04:38:14.638Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:14.663Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:14.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:15.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:15.538Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:15.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:15.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:38:15.640Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:15.642Z||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-24T04:38:15.642Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:15.658Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:15.659Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:38:16.543Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "serviceName": "vFW 2022-06-24 04-34-46",
  "serviceVersion": "1.0",
  "serviceUUID": "a0f71aca-a9b7-4fe3-906a-2838171a1306",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4635fecc-80da-4858-886a-7dba7e887a1b",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f776026-db66 0",
      "resourceCustomizationUUID": "fa0a1310-0eb7-417d-8e31-824b887b52da",
      "resourceName": "vFW 4f776026-db66",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7f1872b-e24e-444b-bfb6-d459304bbd52",
      "resourceInvariantUUID": "fc9884f3-274a-4268-95a8-c775a8b2afe3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f776026db660_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
          "artifactChecksum": "ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52161dbb-51b1-4deb-a9ea-f5ffb06c78d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ba6ca317-e039-4c7c-894e-a3b75991d55e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "157185f1-e987-4007-b267-6551ec788cd6",
            "generatedFromUUID": "ba6ca317-e039-4c7c-894e-a3b75991d55e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "157185f1-e987-4007-b267-6551ec788cd6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220624043446-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
      "artifactChecksum": "ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1130edac-8083-445e-ae0e-c657fd5a72d9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:38:16.543Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:38:16.544Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0f71aca-a9b7-4fe3-906a-2838171a1306 ASDC
2022-06-24T04:38:16.544Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:98f4b505-14aa-4b95-9218-34d588051472
ServiceName:vFW 2022-06-24 04-34-46
ServiceVersion:1.0
ServiceUUID:a0f71aca-a9b7-4fe3-906a-2838171a1306
ServiceInvariantUUID:4635fecc-80da-4858-886a-7dba7e887a1b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624043446-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
ArtifactUUID:1130edac-8083-445e-ae0e-c657fd5a72d9
ArtifactChecksum:ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f776026-db66 0
ResourceCustomizationUUID:fa0a1310-0eb7-417d-8e31-824b887b52da
ResourceInvariantUUID:fc9884f3-274a-4268-95a8-c775a8b2afe3
ResourceName:vFW 4f776026-db66
ResourceType:VF
ResourceUUID:e7f1872b-e24e-444b-bfb6-d459304bbd52
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f776026db660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
ArtifactUUID:52161dbb-51b1-4deb-a9ea-f5ffb06c78d5
ArtifactChecksum:ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg=
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
ArtifactUUID:ba6ca317-e039-4c7c-894e-a3b75991d55e
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
ArtifactUUID:157185f1-e987-4007-b267-6551ec788cd6
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
ArtifactUUID:157185f1-e987-4007-b267-6551ec788cd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T04:38:16.544Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f71aca-a9b7-4fe3-906a-2838171a1306 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-24T04:38:16.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1130edac-8083-445e-ae0e-c657fd5a72d9 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.758Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:16.763Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar 1130edac-8083-445e-ae0e-c657fd5a72d9 99007
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar ASDC sendASDCNotification
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:16.766Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:16.766Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045496764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:16.867Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:16.868Z||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-24T04:38:16.868Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:16.889Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:16.890Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:17.767Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:38:17.769Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:17.769Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1130edac-8083-445e-ae0e-c657fd5a72d9, URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar to file: /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:18.011Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6813580748693770944/Definitions/service-Vfw20220624043446-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-24T04:38:20.553Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:38:20.553Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f776026-db66 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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|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-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=59c4e6f2-e2db-402d-9ed4-5c07be7532e5
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81ac86eb-e276-492b-ba8b-87bbc1854bb2
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-24 04-34-46
Description:catalog service description
Model UUID:a0f71aca-a9b7-4fe3-906a-2838171a1306
Model Version:NULL
Model InvariantUuid:4635fecc-80da-4858-886a-7dba7e887a1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f776026-db66
Model UUID:9c2aea11-5637-44e7-92c5-cc35d92a9801
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc9884f3-274a-4268-95a8-c775a8b2afe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa0a1310-0eb7-417d-8e31-824b887b52da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30149602-6a6b-439e-b857-66be0b8bc699
ModelName:Vfw4f776026Db66..base_vfw..module-0
ModelUuid:8d26cbc5-da22-4b0b-a36d-eec225222f8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59c4e6f2-e2db-402d-9ed4-5c07be7532e5
ModelInvariantUuid:d53a5adc-ab5a-4d7e-8af8-56dafe4b2e19
ModelName:vFW 4f776026-db66-nodes.vfwCvfc
ModelUuid:9fe14460-0c88-44f4-bd84-3a9e991148b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:69f7a358-9a66-4784-9503-fac6051121a3
ModelInvariantUuid:3db72bcf-cd24-4748-9bac-b0d53e8158a0
ModelName:Vfw4f776026Db66.compute.nodes.heat.vfw
ModelUuid:611f8e6d-bbf2-4567-bd06-b2531e023b26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:81ac86eb-e276-492b-ba8b-87bbc1854bb2
ModelInvariantUuid:3de41466-2810-470b-92e2-b02122e26905
ModelName:vFW 4f776026-db66-nodes.vsnCvfc
ModelUuid:03da9ade-f5d4-41cc-867f-12d17cd5ab38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:06b5d497-45b6-42d3-a62e-3c6a6e04011f
ModelInvariantUuid:1a68b239-62d8-4536-9b7a-da8c19c3d92b
ModelName:Vfw4f776026Db66.compute.nodes.heat.vsn
ModelUuid:3cfa9e46-390a-4c52-857e-1bd5fb369a64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
ModelInvariantUuid:94443dcd-3bc9-4590-957d-0f98d07aca59
ModelName:vFW 4f776026-db66-nodes.vpgCvfc
ModelUuid:8b7cda42-d281-4669-b6e7-d16fc09ee89e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6f8d1869-5c0d-4fa6-8bfa-d510663fa0dc
ModelInvariantUuid:2bac9d64-051c-4aed-b363-a5f13f1a6a82
ModelName:Vfw4f776026Db66.compute.nodes.heat.vpg
ModelUuid:c047c4cd-aac6-4629-892b-5f7d9c5d74ee
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-24T04:38:20.593Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e7f1872b-e24e-444b-bfb6-d459304bbd52
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-24T04:38:20.598Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||vFW 4f776026-db66 0
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7f1872b-e24e-444b-bfb6-d459304bbd52
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52161dbb-51b1-4deb-a9ea-f5ffb06c78d5 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.728Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:20.729Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json 52161dbb-51b1-4deb-a9ea-f5ffb06c78d5 785
2022-06-24T04:38:20.729Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json ASDC sendASDCNotification
2022-06-24T04:38:20.730Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.731Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:20.731Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:20.734Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:20.734Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045500729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:20.835Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:20.836Z||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-24T04:38:20.836Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:20.853Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:20.854Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:21.735Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f776026Db66..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30149602-6a6b-439e-b857-66be0b8bc699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d26cbc5-da22-4b0b-a36d-eec225222f8d",
    "vfModuleModelCustomizationUUID": "98592cc6-102b-4352-82e7-9ce19813c176",
    "isBase": true,
    "artifacts": [
      "ba6ca317-e039-4c7c-894e-a3b75991d55e",
      "157185f1-e987-4007-b267-6551ec788cd6"
    ],
    "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-24T04:38:21.740Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f776026Db66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d26cbc5-da22-4b0b-a36d-eec225222f8d
VfModuleModelInvariantUUID:30149602-6a6b-439e-b857-66be0b8bc699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba6ca317-e039-4c7c-894e-a3b75991d55e
,
157185f1-e987-4007-b267-6551ec788cd6

}
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-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f776026Db66..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30149602-6a6b-439e-b857-66be0b8bc699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d26cbc5-da22-4b0b-a36d-eec225222f8d",
    "vfModuleModelCustomizationUUID": "98592cc6-102b-4352-82e7-9ce19813c176",
    "isBase": true,
    "artifacts": [
      "ba6ca317-e039-4c7c-894e-a3b75991d55e",
      "157185f1-e987-4007-b267-6551ec788cd6"
    ],
    "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-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f776026Db66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d26cbc5-da22-4b0b-a36d-eec225222f8d
VfModuleModelInvariantUUID:30149602-6a6b-439e-b857-66be0b8bc699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba6ca317-e039-4c7c-894e-a3b75991d55e
,
157185f1-e987-4007-b267-6551ec788cd6

}
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-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba6ca317-e039-4c7c-894e-a3b75991d55e from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:21.743Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.916Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:21.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ba6ca317-e039-4c7c-894e-a3b75991d55e 20368
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:21.919Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:21.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:21.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045501918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:22.022Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:22.023Z||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-24T04:38:22.024Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:22.039Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:22.040Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:22.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 157185f1-e987-4007-b267-6551ec788cd6 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:22.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:22.925Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:23.005Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env 157185f1-e987-4007-b267-6551ec788cd6 2098
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:23.007Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:23.009Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:23.009Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045503006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:23.109Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:23.111Z||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-24T04:38:23.111Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:23.128Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:23.129Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:38:24.010Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a0f71aca-a9b7-4fe3-906a-2838171a1306
2022-06-24T04:38:24.011Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f776026-db66 0 e7f1872b-e24e-444b-bfb6-d459304bbd52 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-24T04:38:24.072Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51699072, org.onap.sdc.toscaparser.api.parameters.Input@597c45d2, org.onap.sdc.toscaparser.api.parameters.Input@6fd9c7dd, org.onap.sdc.toscaparser.api.parameters.Input@724d5bce, org.onap.sdc.toscaparser.api.parameters.Input@6fbabff5]
2022-06-24T04:38:24.073Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fa0a1310-0eb7-417d-8e31-824b887b52da
2022-06-24T04:38:24.075Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa0a1310-0eb7-417d-8e31-824b887b52da matches Tosca VF Customization UUID: fa0a1310-0eb7-417d-8e31-824b887b52da
2022-06-24T04:38:24.075Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fa0a1310-0eb7-417d-8e31-824b887b52da  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-24T04:38:24.079Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.079Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fa0a1310-0eb7-417d-8e31-824b887b52da: {\"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-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d9e412a
2022-06-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98592cc6-102b-4352-82e7-9ce19813c176
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98592cc6-102b-4352-82e7-9ce19813c176
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-24T04:38:24.085Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.085Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=59c4e6f2-e2db-402d-9ed4-5c07be7532e5
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-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.097Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81ac86eb-e276-492b-ba8b-87bbc1854bb2
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-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
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-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=fa0a1310-0eb7-417d-8e31-824b887b52da
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-24T04:38:24.113Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.113Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a0f71aca-a9b7-4fe3-906a-2838171a1306: vFW 4f776026-db66
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-24 04-34-46 
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-24T04:38:24.331Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f776026-db66 e7f1872b-e24e-444b-bfb6-d459304bbd52 1 ASDC deployResourceStructure
2022-06-24T04:38:24.331Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json ASDC sendASDCNotification
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:24.334Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:24.335Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045504331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:24.435Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:24.436Z||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-24T04:38:24.436Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:24.458Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:24.459Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:25.336Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:38:25.336Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:25.337Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:25.337Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:25.339Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:25.339Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045505336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:25.440Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:25.441Z||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-24T04:38:25.442Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:25.487Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:25.488Z||pool-31-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:26.340Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:26.344Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:26.344Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045506340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:26.445Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:26.446Z||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-24T04:38:26.446Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:26.489Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:26.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:27.345Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar ASDC sendASDCNotification
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:27.348Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:27.349Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045507345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:27.449Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:27.450Z||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-24T04:38:27.450Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:27.478Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:27.479Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:28.349Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:38:28.361Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:38:28.372Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:38:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:56.120Z||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-24T04:38:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:38:56.786Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:56.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045483721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045484749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045496764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045500729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045501918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045503006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045504331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045505336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045506340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045507345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:58.372Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472 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-24T04:38:58.382Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98f4b505-14aa-4b95-9218-34d588051472 and serviceModelVersionId: a0f71aca-a9b7-4fe3-906a-2838171a1306
2022-06-24T04:38:58.383Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4635fecc-80da-4858-886a-7dba7e887a1b
2022-06-24T04:38:58.384Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0
2022-06-24T04:38:58.391Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:38:58.450Z|98f4b505-14aa-4b95-9218-34d588051472|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/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?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-24T04:38:58.453Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|INFO|500||Invoke
2022-06-24T04:38:58.482Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:38:58.725Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|INFO|500||InvokeReturn
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|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/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-04:38:58:179-47245], vertex-id=[217104], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:38:58 GMT], Content-Type=[application/json]}
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:38:58.752Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:38:58.752Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98f4b505-14aa-4b95-9218-34d588051472 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:38:58.753Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:38:58.753Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:58.756Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:58.756Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045538752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:58.856Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:58.857Z||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-24T04:38:58.857Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:58.879Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:58.880Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-24T04:38:59.771Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:59.772Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:38:59.772Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:09.329Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:09.330Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:09.331Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:39:09.331Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:18.908Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:18.910Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:18.911Z|98f4b505-14aa-4b95-9218-34d588051472|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-24T04:39:18.911Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:24.903Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:24.904Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:39:24.905Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b831f095-75c6-4f0d-9339-c0d966dca8d3","serviceName":"vFW 2022-06-24 04-37-47","serviceVersion":"1.0","serviceUUID":"1328c84a-a285-46c5-a21a-98802897c48f","serviceDescription":"catalog service description","serviceInvariantUUID":"a86e584b-4431-4c0b-b84f-eb2cb9d3658c","resources":[{"resourceInstanceName":"vFW e4643efc-9a9c 0","resourceName":"vFW e4643efc-9a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b68b792-95d7-4ba2-91f0-16c31000846e","resourceInvariantUUID":"12b3b69f-b23b-4dbf-9a72-288ce20add9f","resourceCustomizationUUID":"53a74181-862e-4608-a627-9371e80f6b5f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml","artifactChecksum":"NGQxODEzNmQzMjU3MTk0OTEzZjI1YTI5MWMyYmFmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db873437-9365-4d72-bac2-961ed8b31f10","artifactVersion":"1"},{"artifactName":"vfwe4643efc9a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json","artifactChecksum":"ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5bb1d48-6f67-4725-aabd-9a7b20f30a21","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGQ4OWI2NThmNjYwNDQ0ZjY1ZmU5YzNiYWVmODNiMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a38115c-3f7d-4d0f-865c-76c7414b19c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f07fcc5-2a50-4d57-98d1-d58bf52e994e","artifactVersion":"2","generatedFromUUID":"498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624043747-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml","artifactChecksum":"MjcwZTAyZjI1OTgwOTBkMDAyNTU3MTZjY2ExMDk2MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e81aad5b-bdd4-4397-b158-be8bb7ddc169","artifactVersion":"1"},{"artifactName":"service-Vfw20220624043747-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar","artifactChecksum":"MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e63ab91e-961e-49e5-a8e5-e9912101ad42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:39:24.909Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:24.910Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:24.912Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:24.912Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:25.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:25.013Z||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-24T04:39:25.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:25.031Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:25.032Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:25.913Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:25.914Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:25.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:25.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:39:26.017Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:26.018Z||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-24T04:39:26.018Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:26.037Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:26.038Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:26.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:26.919Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:26.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:26.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:39:27.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:27.023Z||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-24T04:39:27.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:27.038Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:27.039Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:27.923Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:27.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:27.927Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:27.927Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:28.027Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:28.028Z||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-24T04:39:28.028Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:28.089Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:28.089Z||pool-38-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:28.928Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:28.929Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:28.931Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:28.932Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:39:29.032Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:29.033Z||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-24T04:39:29.034Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:29.090Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:29.091Z||pool-39-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:29.932Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:29.933Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:29.936Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:29.936Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:30.036Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:30.037Z||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-24T04:39:30.037Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:30.062Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:30.063Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:30.937Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:30.937Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:30.942Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:30.942Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:31.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T04:39:31.042Z||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-24T04:39:31.042Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:31.077Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:31.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:39:31.944Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "serviceName": "vFW 2022-06-24 04-37-47",
  "serviceVersion": "1.0",
  "serviceUUID": "1328c84a-a285-46c5-a21a-98802897c48f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a86e584b-4431-4c0b-b84f-eb2cb9d3658c",
  "resources": [
    {
      "resourceInstanceName": "vFW e4643efc-9a9c 0",
      "resourceCustomizationUUID": "53a74181-862e-4608-a627-9371e80f6b5f",
      "resourceName": "vFW e4643efc-9a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b68b792-95d7-4ba2-91f0-16c31000846e",
      "resourceInvariantUUID": "12b3b69f-b23b-4dbf-9a72-288ce20add9f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe4643efc9a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
          "artifactChecksum": "ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5bb1d48-6f67-4725-aabd-9a7b20f30a21",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f07fcc5-2a50-4d57-98d1-d58bf52e994e",
            "generatedFromUUID": "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f07fcc5-2a50-4d57-98d1-d58bf52e994e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220624043747-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
      "artifactChecksum": "MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e63ab91e-961e-49e5-a8e5-e9912101ad42"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:39:31.945Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:39:31.945Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1328c84a-a285-46c5-a21a-98802897c48f ASDC
2022-06-24T04:39:31.946Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b831f095-75c6-4f0d-9339-c0d966dca8d3
ServiceName:vFW 2022-06-24 04-37-47
ServiceVersion:1.0
ServiceUUID:1328c84a-a285-46c5-a21a-98802897c48f
ServiceInvariantUUID:a86e584b-4431-4c0b-b84f-eb2cb9d3658c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624043747-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
ArtifactUUID:e63ab91e-961e-49e5-a8e5-e9912101ad42
ArtifactChecksum:MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e4643efc-9a9c 0
ResourceCustomizationUUID:53a74181-862e-4608-a627-9371e80f6b5f
ResourceInvariantUUID:12b3b69f-b23b-4dbf-9a72-288ce20add9f
ResourceName:vFW e4643efc-9a9c
ResourceType:VF
ResourceUUID:8b68b792-95d7-4ba2-91f0-16c31000846e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe4643efc9a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
ArtifactUUID:e5bb1d48-6f67-4725-aabd-9a7b20f30a21
ArtifactChecksum:ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ=
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
ArtifactUUID:498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
ArtifactUUID:1f07fcc5-2a50-4d57-98d1-d58bf52e994e
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
ArtifactUUID:1f07fcc5-2a50-4d57-98d1-d58bf52e994e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T04:39:31.946Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1328c84a-a285-46c5-a21a-98802897c48f 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-24T04:39:32.006Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e63ab91e-961e-49e5-a8e5-e9912101ad42 from URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:39:32.008Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.230Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:39:32.235Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar e63ab91e-961e-49e5-a8e5-e9912101ad42 99009
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar ASDC sendASDCNotification
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:39:32.237Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:32.239Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:32.239Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045572236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:32.340Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:32.341Z||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-24T04:39:32.341Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:32.358Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:32.358Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:33.240Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:39:33.242Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:33.242Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e63ab91e-961e-49e5-a8e5-e9912101ad42, URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar to file: /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.243Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.243Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.244Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.417Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7757641416067593545/Definitions/service-Vfw20220624043747-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-24T04:39:35.829Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e4643efc-9a9c 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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:35.840Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=434c6335-3ded-4880-9a68-672ff0d4f6d2
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:35.841Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:35.842Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5bff163-6059-44f6-8339-dac44fd023dc
2022-06-24T04:39:35.843Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.844Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:39:35.845Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a86004ad-4d72-48a5-899b-ae619febaf41
2022-06-24T04:39:35.846Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.846Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.846Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.846Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.846Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.847Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.847Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:35.847Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.847Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-24 04-37-47
Description:catalog service description
Model UUID:1328c84a-a285-46c5-a21a-98802897c48f
Model Version:NULL
Model InvariantUuid:a86e584b-4431-4c0b-b84f-eb2cb9d3658c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e4643efc-9a9c
Model UUID:c3aa6261-b5ee-4cc7-b646-dc7eba6b9d78
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:12b3b69f-b23b-4dbf-9a72-288ce20add9f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53a74181-862e-4608-a627-9371e80f6b5f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:01707e68-1067-467f-9979-2a0b60e58096
ModelName:VfwE4643efc9a9c..base_vfw..module-0
ModelUuid:7925b705-b75b-49ca-922d-45d7dd001074
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:434c6335-3ded-4880-9a68-672ff0d4f6d2
ModelInvariantUuid:37b231f5-17a7-45e7-b7cb-0357088cad3e
ModelName:vFW e4643efc-9a9c-nodes.vfwCvfc
ModelUuid:e47e3968-bb2e-4d92-8798-66654d92b1a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dd5c6a4d-4d0e-41d2-b303-b7c2fec2a38d
ModelInvariantUuid:09add7bb-f6f2-450a-9d40-dff35665c785
ModelName:VfwE4643efc9a9c.compute.nodes.heat.vfw
ModelUuid:059f4d6c-a97c-4fa9-becc-4e06c2991f5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e5bff163-6059-44f6-8339-dac44fd023dc
ModelInvariantUuid:338b03fe-a54f-46b0-a841-b49c4d00b3ba
ModelName:vFW e4643efc-9a9c-nodes.vsnCvfc
ModelUuid:09845657-4728-40df-9181-651e0e5857f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:571fbd8f-f8b6-4e45-a17f-626b18a59ace
ModelInvariantUuid:713dbb97-a8a7-4ba7-be6f-cb4f1810d83e
ModelName:VfwE4643efc9a9c.compute.nodes.heat.vsn
ModelUuid:bff8b53d-929b-4e88-beb0-fa9473eb04be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a86004ad-4d72-48a5-899b-ae619febaf41
ModelInvariantUuid:d4c7a4a7-f836-43be-8137-8e4cad794fae
ModelName:vFW e4643efc-9a9c-nodes.vpgCvfc
ModelUuid:d7e1ed8c-0db9-4fba-9159-37a0cc0952d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:22e69638-de37-4d3a-b3c2-32c8ccfb76cf
ModelInvariantUuid:20e04821-8032-4c98-b821-b9cb627bcf50
ModelName:VfwE4643efc9a9c.compute.nodes.heat.vpg
ModelUuid:e8dd3e57-3bc6-4fe2-a611-9559f1fd42dc
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-24T04:39:35.858Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b68b792-95d7-4ba2-91f0-16c31000846e
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-24T04:39:35.868Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||vFW e4643efc-9a9c 0
2022-06-24T04:39:35.868Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b68b792-95d7-4ba2-91f0-16c31000846e
2022-06-24T04:39:35.868Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5bb1d48-6f67-4725-aabd-9a7b20f30a21 from URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
2022-06-24T04:39:35.868Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:39:35.869Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
2022-06-24T04:39:36.047Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:39:36.048Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json e5bb1d48-6f67-4725-aabd-9a7b20f30a21 785
2022-06-24T04:39:36.048Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json ASDC sendASDCNotification
2022-06-24T04:39:36.049Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
2022-06-24T04:39:36.049Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:39:36.049Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:36.052Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:36.053Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045576048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:36.153Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:36.154Z||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-24T04:39:36.154Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:36.174Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:36.175Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:37.053Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE4643efc9a9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "01707e68-1067-467f-9979-2a0b60e58096",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7925b705-b75b-49ca-922d-45d7dd001074",
    "vfModuleModelCustomizationUUID": "f038f09d-3b89-42cc-8ec9-c942b3f99ce1",
    "isBase": true,
    "artifacts": [
      "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5",
      "1f07fcc5-2a50-4d57-98d1-d58bf52e994e"
    ],
    "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-24T04:39:37.059Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE4643efc9a9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7925b705-b75b-49ca-922d-45d7dd001074
VfModuleModelInvariantUUID:01707e68-1067-467f-9979-2a0b60e58096
VfModuleModelDescription:NULL
Artifacts UUID List:{
498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5
,
1f07fcc5-2a50-4d57-98d1-d58bf52e994e

}
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-24T04:39:37.062Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE4643efc9a9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "01707e68-1067-467f-9979-2a0b60e58096",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7925b705-b75b-49ca-922d-45d7dd001074",
    "vfModuleModelCustomizationUUID": "f038f09d-3b89-42cc-8ec9-c942b3f99ce1",
    "isBase": true,
    "artifacts": [
      "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5",
      "1f07fcc5-2a50-4d57-98d1-d58bf52e994e"
    ],
    "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-24T04:39:37.063Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE4643efc9a9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7925b705-b75b-49ca-922d-45d7dd001074
VfModuleModelInvariantUUID:01707e68-1067-467f-9979-2a0b60e58096
VfModuleModelDescription:NULL
Artifacts UUID List:{
498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5
,
1f07fcc5-2a50-4d57-98d1-d58bf52e994e

}
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-24T04:39:37.063Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5 from URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
2022-06-24T04:39:37.063Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:39:37.063Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
2022-06-24T04:39:37.184Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:39:37.186Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml 498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5 20368
2022-06-24T04:39:37.186Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:39:37.186Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
2022-06-24T04:39:37.186Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:39:37.187Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:37.189Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:37.189Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045577186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:37.290Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:39:37.291Z||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-24T04:39:37.291Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:37.308Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:37.308Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:39:38.191Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f07fcc5-2a50-4d57-98d1-d58bf52e994e from URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
2022-06-24T04:39:38.191Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:39:38.191Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
2022-06-24T04:39:38.339Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:39:38.339Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env 1f07fcc5-2a50-4d57-98d1-d58bf52e994e 2098
2022-06-24T04:39:38.340Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:39:38.340Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
2022-06-24T04:39:38.340Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:39:38.340Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:38.343Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:38.343Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045578339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:38.443Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:39:38.444Z||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-24T04:39:38.445Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:38.464Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:38.466Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:39:39.344Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1328c84a-a285-46c5-a21a-98802897c48f
2022-06-24T04:39:39.345Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e4643efc-9a9c 0 8b68b792-95d7-4ba2-91f0-16c31000846e 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-24T04:39:39.374Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cf6cf8b, org.onap.sdc.toscaparser.api.parameters.Input@7a00db17, org.onap.sdc.toscaparser.api.parameters.Input@d072e24, org.onap.sdc.toscaparser.api.parameters.Input@71b26b8f, org.onap.sdc.toscaparser.api.parameters.Input@5b1268a5]
2022-06-24T04:39:39.376Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.376Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.377Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-24T04:39:39.377Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 53a74181-862e-4608-a627-9371e80f6b5f
2022-06-24T04:39:39.377Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53a74181-862e-4608-a627-9371e80f6b5f matches Tosca VF Customization UUID: 53a74181-862e-4608-a627-9371e80f6b5f
2022-06-24T04:39:39.377Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 53a74181-862e-4608-a627-9371e80f6b5f  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-24T04:39:39.381Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.381Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.382Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 53a74181-862e-4608-a627-9371e80f6b5f: {\"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-24T04:39:39.383Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71785b9d
2022-06-24T04:39:39.383Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.383Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:39:39.383Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f038f09d-3b89-42cc-8ec9-c942b3f99ce1
2022-06-24T04:39:39.383Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f038f09d-3b89-42cc-8ec9-c942b3f99ce1
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-24T04:39:39.388Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.388Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.388Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:39.389Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.389Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.389Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:39.390Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.390Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:39.390Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:39.390Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.391Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:39.392Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.392Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:39.392Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.392Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=434c6335-3ded-4880-9a68-672ff0d4f6d2
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-24T04:39:39.396Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.396Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.396Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:39.396Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.396Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.397Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:39.398Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:39.398Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:39:39.398Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:39.398Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.398Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:39.399Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.399Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5bff163-6059-44f6-8339-dac44fd023dc
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-24T04:39:39.402Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.403Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.403Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:39.403Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.404Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:39.404Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:39.404Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:39.404Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.405Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.405Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.405Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:39.405Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:39.405Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:39.406Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:39.406Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:39.406Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:39.406Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:39:39.406Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a86004ad-4d72-48a5-899b-ae619febaf41
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-24T04:39:39.410Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.411Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.411Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:39.411Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.411Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:39.411Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=53a74181-862e-4608-a627-9371e80f6b5f
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-24T04:39:39.414Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.414Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.414Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1328c84a-a285-46c5-a21a-98802897c48f: vFW e4643efc-9a9c
2022-06-24T04:39:39.414Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.415Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.416Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:39:39.416Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:39.416Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-24 04-37-47 
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-24T04:39:39.796Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e4643efc-9a9c 8b68b792-95d7-4ba2-91f0-16c31000846e 1 ASDC deployResourceStructure
2022-06-24T04:39:39.797Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json ASDC sendASDCNotification
2022-06-24T04:39:39.797Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
2022-06-24T04:39:39.797Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:39:39.798Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:39.800Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:39.800Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045579797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:39.901Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:39:39.902Z||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-24T04:39:39.903Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:39.920Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:39.921Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:40.801Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:39:40.802Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
2022-06-24T04:39:40.803Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:39:40.803Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:40.806Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:40.806Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045580801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:40.906Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:40.909Z||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-24T04:39:40.909Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:40.929Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:40.930Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:41.817Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:39:41.819Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
2022-06-24T04:39:41.819Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:39:41.819Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:41.823Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:41.823Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045581817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:41.922Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:39:41.923Z||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-24T04:39:41.923Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:41.953Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:41.956Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:42.824Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar ASDC sendASDCNotification
2022-06-24T04:39:42.826Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:42.826Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:39:42.826Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:42.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:42.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045582824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:42.930Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:42.932Z||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-24T04:39:42.933Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:42.952Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:42.953Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:43.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b831f095-75c6-4f0d-9339-c0d966dca8d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:39:43.848Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b831f095-75c6-4f0d-9339-c0d966dca8d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:39:43.851Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:39:43.851Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:39:43.852Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:39:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:56.120Z||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-24T04:39:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:56.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:56.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045538752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045558626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045558910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656045562008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045558967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045558207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045559408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045571895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045572052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045572236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045572838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045566549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "cds",
  "timestamp": 1656045573065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-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-24T04:39:56.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.809Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:39:56.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045573844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045573009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "policy-id",
  "timestamp": 1656045574848,
  "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-24T04:39:56.830Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.830Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:39:56.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045574236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045575434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.846Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045575288,
  "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-24T04:39:56.851Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.851Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:39:56.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045576048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656045576293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656045576439,
  "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-24T04:39:56.863Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.863Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:39:56.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045577186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045571460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:39:56.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:39:56.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045578339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045579516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045579797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045580801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045581817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045583144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045582824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045586149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "clamp",
  "timestamp": 1656045587154,
  "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-24T04:39:56.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:39:56.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045592282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:39:56.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:39:56.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:39:56.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "aai-ml",
  "timestamp": 1656045593287,
  "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-24T04:39:56.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b831f095-75c6-4f0d-9339-c0d966dca8d3
2022-06-24T04:39:56.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:40:13.852Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b831f095-75c6-4f0d-9339-c0d966dca8d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:40:13.869Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b831f095-75c6-4f0d-9339-c0d966dca8d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:40:13.874Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:40:13.875Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:40:13.875Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:40:13.875Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:40:13.876Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.876Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.877Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.877Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.877Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.877Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:40:13.878Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:40:13.884Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:40:43.884Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b831f095-75c6-4f0d-9339-c0d966dca8d3 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-24T04:40:43.893Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b831f095-75c6-4f0d-9339-c0d966dca8d3 and serviceModelVersionId: 1328c84a-a285-46c5-a21a-98802897c48f
2022-06-24T04:40:43.893Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a86e584b-4431-4c0b-b84f-eb2cb9d3658c
2022-06-24T04:40:43.895Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?depth=0
2022-06-24T04:40:43.903Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:40:43.967Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?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-24T04:40:43.970Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?depth=0|INFO|500||Invoke
2022-06-24T04:40:43.998Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:40:44.109Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?depth=0|INFO|500||InvokeReturn
2022-06-24T04:40:44.110Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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/a86e584b-4431-4c0b-b84f-eb2cb9d3658c/model-vers/model-ver/1328c84a-a285-46c5-a21a-98802897c48f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-04:40:43:690-59348], vertex-id=[192728], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:40:43 GMT], Content-Type=[application/json]}
2022-06-24T04:40:44.110Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:40:44.111Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:40:44.111Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:40:44.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:40:44.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b831f095-75c6-4f0d-9339-c0d966dca8d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:40:44.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:40:44.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:40:44.122Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:40:44.122Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045644119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:40:44.226Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-24T04:40:44.228Z||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-24T04:40:44.228Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:40:44.276Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:40:44.277Z||pool-50-thread-1|||||INFO|500||cambria reply ok (50 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-24T04:40:45.142Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:45.142Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:40:45.143Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:40:54.707Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:40:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:40:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:40:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:56.119Z||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-24T04:40:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:40:56.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:40:56.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T04:40:56.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656045644119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:40:56.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:41:05.699Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:41:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:41:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:41:56.118Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:56.119Z||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-24T04:41:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:42:05.707Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:42:05.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:42:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:42:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:42:56.118Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:56.121Z||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-24T04:42:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:43:05.676Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:43:05.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:43:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:43:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:43:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:56.119Z||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-24T04:43:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:44:05.707Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:44:05.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:44:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:44:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:44:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:56.119Z||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-24T04:44:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:45:05.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:45:05.708Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:45:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:45:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:45:56.118Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:56.120Z||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-24T04:45:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:46:05.713Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:46:05.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:46:56.114Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:56.115Z||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-24T04:46:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:46:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:56.120Z||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-24T04:46:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:47:05.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:47:05.747Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:47:56.114Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:56.116Z||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-24T04:47:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:47:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:56.120Z||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-24T04:47:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:48:05.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:05.733Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:56.114Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:56.117Z||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-24T04:48:56.118Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:48:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:56.119Z||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-24T04:48:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:48:56.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:56.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "cds",
  "timestamp": 1656046098207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046098626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046098962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "policy-id",
  "timestamp": 1656046099408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046098626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "cds",
  "timestamp": 1656046098207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046102007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046098962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "policy-id",
  "timestamp": 1656046099408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046102007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "cds",
  "timestamp": 1656046104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046104018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "policy-id",
  "timestamp": 1656046104836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "cds",
  "timestamp": 1656046105045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:48:56.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70a6430b-1e68-478d-b108-acb896dac9f0
2022-06-24T04:48:56.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:48:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "policy-id",
  "timestamp": 1656046105842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046105880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "policy-id",
  "timestamp": 1656046106846,
  "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-24T04:48:56.407Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70a6430b-1e68-478d-b108-acb896dac9f0
2022-06-24T04:48:56.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:48:56.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "clamp",
  "timestamp": 1656046106544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046106884,
  "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-24T04:48:56.427Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70a6430b-1e68-478d-b108-acb896dac9f0
2022-06-24T04:48:56.427Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:48:56.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "clamp",
  "timestamp": 1656046106544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "aai-ml",
  "timestamp": 1656046111460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "aai-ml",
  "timestamp": 1656046111460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "aai-ml",
  "timestamp": 1656046114597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "aai-ml",
  "timestamp": 1656046120236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "clamp",
  "timestamp": 1656046121241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "aai-ml",
  "timestamp": 1656046121243,
  "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-24T04:48:56.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70a6430b-1e68-478d-b108-acb896dac9f0
2022-06-24T04:48:56.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:48:56.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "clamp",
  "timestamp": 1656046123249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "clamp",
  "timestamp": 1656046124254,
  "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-24T04:48:56.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70a6430b-1e68-478d-b108-acb896dac9f0
2022-06-24T04:48:56.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:48:56.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046118626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046122007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046119408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046133018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046132530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046134026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046133745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "policy-id",
  "timestamp": 1656046135041,
  "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-24T04:48:56.513Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:48:56.514Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:48:56.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046134750,
  "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-24T04:48:56.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:48:56.529Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:48:56.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:48:56.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:56.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:48:56.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"70a6430b-1e68-478d-b108-acb896dac9f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f55d3768-4e8e-42a3-b623-601c1a6bf79b","serviceDescription":"service","serviceInvariantUUID":"195ee869-c898-4ede-9f2c-67be69b52f44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9b336741-f67b-4974-8ed3-8777cd61215a","resourceInvariantUUID":"ac89bc90-2c1e-45a0-8c6f-c6c2bdf039e7","resourceCustomizationUUID":"9d4d2a27-2728-428b-8b6f-673510a62d20","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":"ZjkwYjhkNGIyM2VjMWZkOWZjM2U2YzJjYmY0YThkOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a60c6b61-a20f-4031-bc9c-a1deffd8ebbe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWM1YjEyODMzYTA0NzRlYWIxZjUxYTY3MTMwZmE5MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:48:56.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:48:56.842Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:48:56.847Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:48:56.847Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:48:56.947Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:48:56.949Z||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-24T04:48:56.949Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:48:56.963Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:56.964Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:48:57.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:48:57.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:48:57.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:48:57.855Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:48:57.955Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:48:57.957Z||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-24T04:48:57.957Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:48:57.978Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:57.978Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:48:58.855Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f55d3768-4e8e-42a3-b623-601c1a6bf79b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "195ee869-c898-4ede-9f2c-67be69b52f44",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d4d2a27-2728-428b-8b6f-673510a62d20",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9b336741-f67b-4974-8ed3-8777cd61215a",
      "resourceInvariantUUID": "ac89bc90-2c1e-45a0-8c6f-c6c2bdf039e7",
      "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": "NWM1YjEyODMzYTA0NzRlYWIxZjUxYTY3MTMwZmE5MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:48:58.856Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:48:58.856Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f55d3768-4e8e-42a3-b623-601c1a6bf79b ASDC
2022-06-24T04:48:58.858Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:70a6430b-1e68-478d-b108-acb896dac9f0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f55d3768-4e8e-42a3-b623-601c1a6bf79b
ServiceInvariantUUID:195ee869-c898-4ede-9f2c-67be69b52f44
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:ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7
ArtifactChecksum:NWM1YjEyODMzYTA0NzRlYWIxZjUxYTY3MTMwZmE5MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d4d2a27-2728-428b-8b6f-673510a62d20
ResourceInvariantUUID:ac89bc90-2c1e-45a0-8c6f-c6c2bdf039e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9b336741-f67b-4974-8ed3-8777cd61215a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-24T04:48:58.858Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f55d3768-4e8e-42a3-b623-601c1a6bf79b 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-24T04:48:58.892Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:48:58.893Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:48:58.893Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:48:58.893Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T04:48:58.893Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T04:48:58.893Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T04:48:59.067Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T04:48:59.070Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7 52509
2022-06-24T04:48:59.070Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T04:48:59.070Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T04:48:59.070Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:48:59.071Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:48:59.073Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:48:59.073Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046139070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:48:59.174Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:48:59.175Z||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-24T04:48:59.175Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:48:59.194Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:59.195Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:00.074Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:49:00.075Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:49:00.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ebbf05d3-c5fd-48b3-a03d-bc8fb0b75dc7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-24T04:49:00.077Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.077Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.282Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11077974730536221954/Definitions/service-BasicNetwork-template.yml
2022-06-24T04:49:00.886Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.887Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.888Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T04:49:00.888Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T04:49:00.888Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.888Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.889Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T04:49:00.889Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T04:49:00.889Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:49:00.889Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.889Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.890Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.891Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.892Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f55d3768-4e8e-42a3-b623-601c1a6bf79b
Model Version:NULL
Model InvariantUuid:195ee869-c898-4ede-9f2c-67be69b52f44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ac89bc90-2c1e-45a0-8c6f-c6c2bdf039e7
Model UUID:5dfccbba-dc8d-4b49-a539-75e8e2151971
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9d4d2a27-2728-428b-8b6f-673510a62d20
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-24T04:49:00.903Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 9b336741-f67b-4974-8ed3-8777cd61215a
2022-06-24T04:49:00.903Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||No resources found for Service: f55d3768-4e8e-42a3-b623-601c1a6bf79b
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-24T04:49:00.912Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||
2022-06-24T04:49:00.913Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-24T04:49:00.914Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f55d3768-4e8e-42a3-b623-601c1a6bf79b
2022-06-24T04:49:00.914Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f55d3768-4e8e-42a3-b623-601c1a6bf79b
2022-06-24T04:49:00.914Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-24T04:49:00.914Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:49:00.922Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fc6a3aa, org.onap.sdc.toscaparser.api.parameters.Input@2e21128c, org.onap.sdc.toscaparser.api.parameters.Input@4775465f, org.onap.sdc.toscaparser.api.parameters.Input@32afeb3e, org.onap.sdc.toscaparser.api.parameters.Input@286ed532]
2022-06-24T04:49:00.924Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.924Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.925Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.925Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.925Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f55d3768-4e8e-42a3-b623-601c1a6bf79b: Generic NeutronNet
2022-06-24T04:49:00.925Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.926Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.926Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.926Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-24T04:49:00.973Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.973Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.974Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.974Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.974Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:00.974Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:00.974Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-24T04:49:01.055Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-24T04:49:01.055Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T04:49:01.055Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T04:49:01.055Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:49:01.056Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:01.058Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:01.058Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046141055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:49:01.159Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:49:01.160Z||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-24T04:49:01.160Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:01.184Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:01.184Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:02.059Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70a6430b-1e68-478d-b108-acb896dac9f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:49:02.071Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70a6430b-1e68-478d-b108-acb896dac9f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:49:02.075Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:49:02.075Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:49:02.075Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:49:02.075Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:49:02.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.076Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.077Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:49:02.077Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:49:02.082Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:49:32.083Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70a6430b-1e68-478d-b108-acb896dac9f0 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-24T04:49:32.095Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70a6430b-1e68-478d-b108-acb896dac9f0 and serviceModelVersionId: f55d3768-4e8e-42a3-b623-601c1a6bf79b
2022-06-24T04:49:32.096Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 195ee869-c898-4ede-9f2c-67be69b52f44
2022-06-24T04:49:32.098Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0
2022-06-24T04:49:32.104Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:49:32.180Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0|INFO|500||Invoke
2022-06-24T04:49:32.181Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70a6430b-1e68-478d-b108-acb896dac9f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c5bb50f-41fb-4c06-8d79-cf258b3c00fa], X-ECOMP-RequestID=[70a6430b-1e68-478d-b108-acb896dac9f0], X-TransactionId=[], X-ONAP-RequestID=[70a6430b-1e68-478d-b108-acb896dac9f0], Content-Type=[application/merge-patch+json]}
2022-06-24T04:49:32.213Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:49:32.357Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?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/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-04:49:31:879-64613], vertex-id=[237584], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:49:31 GMT], Content-Type=[application/json]}
2022-06-24T04:49:32.358Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:49:32.359Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195ee869-c898-4ede-9f2c-67be69b52f44/model-vers/model-ver/f55d3768-4e8e-42a3-b623-601c1a6bf79b?depth=0|INFO|500||InvokeReturn
2022-06-24T04:49:32.359Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:49:32.360Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:49:32.372Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:49:32.373Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70a6430b-1e68-478d-b108-acb896dac9f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:49:32.374Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:49:32.374Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:32.377Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:32.377Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046172373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:49:32.477Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:49:32.478Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:49:32.479Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:32.526Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:32.527Z||pool-55-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:49:33.393Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:49:33.394Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a48d37ed-39b2-472b-b2ac-f6f8b6c68c36","serviceName":"Demo_pNF_S58Kx16VeqWI16uZUZig","serviceVersion":"1.0","serviceUUID":"dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d","serviceDescription":"catalog service description","serviceInvariantUUID":"1b6ac509-831a-4fd9-b6b9-6eb90353465c","resources":[{"resourceInstanceName":"pNF a99119f9-cdf8 0","resourceName":"pNF a99119f9-cdf8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f40c5f61-772c-41c1-99b6-57d7181a6a0b","resourceInvariantUUID":"884a69af-8a1e-4643-ad56-887248e80a77","resourceCustomizationUUID":"cf668a7f-6ef9-4245-b649-47561af4cf7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml","artifactChecksum":"ZWU3ZDIyZDc4MmY1N2ZiNWZiYjg1NThmNWIzNTFkYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abdd234b-d60d-42d1-b686-80a5daecaed1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar","artifactChecksum":"MmM3NGE0ZmY3ZTJiZjQyN2U0Y2M2MzQwMWE2MzZlNTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd31a694-f0cd-41c9-9b57-d1561f26e9c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee3faa2c-5607-43f6-aef2-641ccc6ea479","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml","artifactChecksum":"YTU0NmVhZTAzZTI3YmM5MTE1ZWU1OWViODJkYWY0NmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f2e06957-7ad5-4f93-a296-9602d23d138c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14b81199-9b35-4e66-a2d0-3b25cdea44b2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a2a9de2-5c75-4bc5-b571-37f28ff56546","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfS58kx16veqwi16uzuzig-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml","artifactChecksum":"MjE4YjlmMWYzODYzZGNmYmQwNzY1OWMzOTFmMThmNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f7d0e30-e862-4e87-aec8-81be445b550d","artifactVersion":"1"},{"artifactName":"service-DemoPnfS58kx16veqwi16uzuzig-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar","artifactChecksum":"YTBhYWFjMTRjNzU2YWVmYTA3ZmMwYTNlMWU5N2NjMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57dcfc1e-ef82-42a9-bf19-5409b1e8090b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:49:33.394Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:33.395Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:33.398Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:33.398Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:33.498Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:33.499Z||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-24T04:49:33.499Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:33.544Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:33.545Z||pool-56-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:34.399Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:34.400Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:34.402Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:34.402Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:34.502Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:34.503Z||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-24T04:49:34.503Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:34.530Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:34.531Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:35.403Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:35.403Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:35.406Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:35.406Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:35.506Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:35.508Z||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-24T04:49:35.508Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:35.524Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:35.524Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:49:36.407Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:36.408Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:36.410Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:36.410Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:36.511Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:49:36.512Z||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-24T04:49:36.512Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:36.535Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:36.535Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:49:37.411Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:37.412Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:37.415Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:37.415Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:37.515Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:37.516Z||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-24T04:49:37.516Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:37.542Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:37.543Z||pool-60-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:38.415Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:38.416Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:38.419Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:38.419Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:38.519Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:38.520Z||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-24T04:49:38.521Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:38.588Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:38.590Z||pool-61-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:39.420Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:39.421Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:39.423Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:39.423Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:49:39.524Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:39.525Z||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-24T04:49:39.525Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:39.553Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:39.553Z||pool-62-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:40.424Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:49:40.426Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:40.428Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:40.429Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:49:40.528Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:49:40.529Z||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-24T04:49:40.530Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:40.591Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:40.592Z||pool-63-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:41.431Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "serviceName": "Demo_pNF_S58Kx16VeqWI16uZUZig",
  "serviceVersion": "1.0",
  "serviceUUID": "dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1b6ac509-831a-4fd9-b6b9-6eb90353465c",
  "resources": [
    {
      "resourceInstanceName": "pNF a99119f9-cdf8 0",
      "resourceCustomizationUUID": "cf668a7f-6ef9-4245-b649-47561af4cf7a",
      "resourceName": "pNF a99119f9-cdf8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f40c5f61-772c-41c1-99b6-57d7181a6a0b",
      "resourceInvariantUUID": "884a69af-8a1e-4643-ad56-887248e80a77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
      "artifactChecksum": "YTBhYWFjMTRjNzU2YWVmYTA3ZmMwYTNlMWU5N2NjMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57dcfc1e-ef82-42a9-bf19-5409b1e8090b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:49:41.431Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:49:41.431Z|70a6430b-1e68-478d-b108-acb896dac9f0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d ASDC
2022-06-24T04:49:41.432Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
ServiceName:Demo_pNF_S58Kx16VeqWI16uZUZig
ServiceVersion:1.0
ServiceUUID:dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d
ServiceInvariantUUID:1b6ac509-831a-4fd9-b6b9-6eb90353465c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
ArtifactUUID:57dcfc1e-ef82-42a9-bf19-5409b1e8090b
ArtifactChecksum:YTBhYWFjMTRjNzU2YWVmYTA3ZmMwYTNlMWU5N2NjMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a99119f9-cdf8 0
ResourceCustomizationUUID:cf668a7f-6ef9-4245-b649-47561af4cf7a
ResourceInvariantUUID:884a69af-8a1e-4643-ad56-887248e80a77
ResourceName:pNF a99119f9-cdf8
ResourceType:PNF
ResourceUUID:f40c5f61-772c-41c1-99b6-57d7181a6a0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T04:49:41.433Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d 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-24T04:49:41.481Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:49:41.482Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:49:41.482Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:49:41.483Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57dcfc1e-ef82-42a9-bf19-5409b1e8090b from URL: /sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:41.483Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T04:49:41.483Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:41.668Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T04:49:41.679Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar 57dcfc1e-ef82-42a9-bf19-5409b1e8090b 82655
2022-06-24T04:49:41.679Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar ASDC sendASDCNotification
2022-06-24T04:49:41.680Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:41.680Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:49:41.680Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:41.683Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:41.683Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046181679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:49:41.783Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:41.784Z||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-24T04:49:41.784Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:41.802Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:41.802Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:49:42.684Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:49:42.686Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T04:49:42.686Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 57dcfc1e-ef82-42a9-bf19-5409b1e8090b, URL: /sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar to file: /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:42.687Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:42.687Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:42.687Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:42.931Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP485049995684911592/Definitions/service-DemoPnfS58kx16veqwi16uzuzig-template.yml
2022-06-24T04:49:43.825Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:49:43.825Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T04:49:43.825Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a99119f9-cdf8 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-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T04:49:43.826Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Node template pNF a99119f9-cdf8 0 is matching search criteria
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a99119f9-cdf8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.827Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Node template pNF a99119f9-cdf8 0 is matching search criteria
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a99119f9-cdf8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.828Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.829Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_S58Kx16VeqWI16uZUZig
Description:catalog service description
Model UUID:dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d
Model Version:NULL
Model InvariantUuid:1b6ac509-831a-4fd9-b6b9-6eb90353465c
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-24T04:49:43.850Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f40c5f61-772c-41c1-99b6-57d7181a6a0b
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-24T04:49:43.856Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||pNF a99119f9-cdf8 0
2022-06-24T04:49:43.856Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f40c5f61-772c-41c1-99b6-57d7181a6a0b
2022-06-24T04:49:43.856Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||No resources found for Service: dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d
2022-06-24T04:49:43.856Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d
2022-06-24T04:49:43.857Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a99119f9-cdf8 0 f40c5f61-772c-41c1-99b6-57d7181a6a0b 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-24T04:49:43.865Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@650b8edf, org.onap.sdc.toscaparser.api.parameters.Input@6119739f, org.onap.sdc.toscaparser.api.parameters.Input@82c3854, org.onap.sdc.toscaparser.api.parameters.Input@3ceed6cf, org.onap.sdc.toscaparser.api.parameters.Input@52acafb]
2022-06-24T04:49:43.866Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.866Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.866Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d: pNF a99119f9-cdf8
2022-06-24T04:49:43.866Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Processing PNF resource: f40c5f61-772c-41c1-99b6-57d7181a6a0b
2022-06-24T04:49:43.866Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:49:43.867Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_S58Kx16VeqWI16uZUZig is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:49:43.867Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Resource customization UUID: cf668a7f-6ef9-4245-b649-47561af4cf7a is the same as notified resource customizationUUID: cf668a7f-6ef9-4245-b649-47561af4cf7a
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-24T04:49:43.935Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a99119f9-cdf8 f40c5f61-772c-41c1-99b6-57d7181a6a0b 0 ASDC deployResourceStructure
2022-06-24T04:49:43.935Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar ASDC sendASDCNotification
2022-06-24T04:49:43.935Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar
2022-06-24T04:49:43.935Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:49:43.935Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:49:43.938Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:49:43.938Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046183935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:49:44.038Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:49:44.039Z||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-24T04:49:44.039Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:49:44.056Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:44.057Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:49:44.939Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:49:44.951Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:49:44.954Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:49:44.955Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:49:44.955Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:49:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:49:56.119Z||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-24T04:49:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:49:56.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:56.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:49:56.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046128207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:49:56.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:50:14.955Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:50:14.971Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:50:14.978Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:50:14.978Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:50:14.978Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:50:44.978Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:50:44.995Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:50:44.998Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:50:44.998Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:50:44.999Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:50:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:50:56.120Z||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-24T04:50:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:50:56.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:50:56.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:50:56.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:50:56.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:14.999Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:51:15.012Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:51:15.015Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:51:15.015Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:51:15.015Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:51:45.015Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:51:45.027Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:51:45.029Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:51:45.029Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:51:45.029Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:51:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:51:56.119Z||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-24T04:51:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:51:56.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:51:56.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046128961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046137245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046137915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "cds",
  "timestamp": 1656046138258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-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-24T04:51:56.176Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:51:56.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:51:56.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046139070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046139929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046141055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046140932,
  "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-24T04:51:56.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:51:56.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:51:56.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046136543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046141460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046150689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046152256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046154286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "clamp",
  "timestamp": 1656046155300,
  "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-24T04:51:56.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:51:56.224Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:51:56.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046157138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "aai-ml",
  "timestamp": 1656046158146,
  "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-24T04:51:56.251Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
2022-06-24T04:51:56.251Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:51:56.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70a6430b-1e68-478d-b108-acb896dac9f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046172373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046158626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046166543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046162007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046159408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046176123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046176002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046176925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046177932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046177142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046171460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "policy-id",
  "timestamp": 1656046178936,
  "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-24T04:51:56.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:51:56.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/resourceInstances/pnfa99119f9cdf80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046178484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046178392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046179380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046179487,
  "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-24T04:51:56.321Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.321Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:51:56.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046179444,
  "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-24T04:51:56.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:51:56.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046173207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046136114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:51:56.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:51:56.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046180471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046181267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046182255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046181679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:51:56.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "cds",
  "timestamp": 1656046182272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:51:56.358Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:51:56.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046183935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS58kx16veqwi16uzuzig/1.0/artifacts/service-DemoPnfS58kx16veqwi16uzuzig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046185259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "clamp",
  "timestamp": 1656046186266,
  "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-24T04:51:56.375Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:51:56.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046190287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:51:56.385Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:51:56.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:51:56.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "aai-ml",
  "timestamp": 1656046191294,
  "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-24T04:51:56.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4a7ba81-5794-4899-9b5a-d5abc7493b5b
2022-06-24T04:51:56.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:52:15.029Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:52:15.044Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:52:15.050Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:52:15.050Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:52:15.051Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:52:15.051Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:52:15.051Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.051Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.051Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.052Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.052Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.052Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.052Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:52:15.052Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:52:15.058Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:52:45.059Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 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-24T04:52:45.069Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 and serviceModelVersionId: dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d
2022-06-24T04:52:45.069Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b6ac509-831a-4fd9-b6b9-6eb90353465c
2022-06-24T04:52:45.070Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0
2022-06-24T04:52:45.075Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:52:45.132Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0|INFO|500||Invoke
2022-06-24T04:52:45.133Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a48d37ed-39b2-472b-b2ac-f6f8b6c68c36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c789cca4-4d9e-4808-bb03-e00ac600f367], X-ECOMP-RequestID=[a48d37ed-39b2-472b-b2ac-f6f8b6c68c36], X-TransactionId=[], X-ONAP-RequestID=[a48d37ed-39b2-472b-b2ac-f6f8b6c68c36], Content-Type=[application/merge-patch+json]}
2022-06-24T04:52:45.155Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:52:45.368Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?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/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-04:52:44:811-53154], vertex-id=[172064], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:52:44 GMT], Content-Type=[application/json]}
2022-06-24T04:52:45.369Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:52:45.370Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b6ac509-831a-4fd9-b6b9-6eb90353465c/model-vers/model-ver/dd7c4c7b-6f07-4455-bccc-f0fd7d370e3d?depth=0|INFO|500||InvokeReturn
2022-06-24T04:52:45.371Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:52:45.371Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:52:45.380Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:52:45.381Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a48d37ed-39b2-472b-b2ac-f6f8b6c68c36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:52:45.382Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:52:45.382Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:45.384Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:45.385Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046365382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:52:45.485Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:45.486Z||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-24T04:52:45.486Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:45.512Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:45.513Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 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-24T04:52:46.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:46.405Z||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-24T04:52:46.405Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:52:51.046Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:51.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:52:51.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4a7ba81-5794-4899-9b5a-d5abc7493b5b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9ee1c68d-2c63-432e-90c4-f9f7385ef4ba","serviceDescription":"service","serviceInvariantUUID":"09405c22-4e50-4b68-845a-67d8d7573aa4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"64ec8912-8606-40fe-b2b9-84a9465e576b","resourceInvariantUUID":"c8898926-8a9f-476e-a770-ad8e2297db88","resourceCustomizationUUID":"6a55c308-ca14-45cb-846e-86aba42aea42","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":"ZTViZjBjYjc0ZTYwZjNhNWJiNmNlMGU4NzlmZTY2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e041ef8b-515f-4e2a-9de3-79a1b62dd282","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":"NWM0MDJmODQ4MTM3YTVhZjdmNTI3ZDVmOTI3OWY4NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e6b21f4-853e-4eb5-9910-b4c81f69d404","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":"d0a0cf0b-b47e-4884-afb4-d1bbfd586860","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":"52945aba-d949-4ee9-98a3-660d044c8d9b","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":"9f9f7987-dc05-44c8-b8a1-04278f82e98b","artifactVersion":"2","generatedFromUUID":"d0a0cf0b-b47e-4884-afb4-d1bbfd586860"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTljODc4MzZlMDhiYWI0MzJlOTdlMDk3ZTU1YTBmMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb199988-e000-4aac-a653-7bd1340b4b52","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODI5ODI2ZGJhYmNhOGQzZDgyMjU0NzM3ODg5MDg5NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e860b502-aa01-4954-9c0c-343e892c10a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:52:51.050Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:51.050Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:51.052Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:51.052Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:51.152Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:51.153Z||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-24T04:52:51.153Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:51.172Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:51.173Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:52:52.053Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:52.054Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:52.056Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:52.056Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:52:52.156Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:52.158Z||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-24T04:52:52.158Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:52.181Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:52.182Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:53.057Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:53.058Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:53.062Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:53.062Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:52:53.162Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:53.163Z||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-24T04:52:53.163Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:53.178Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:53.178Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:54.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:54.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:54.066Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:54.066Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:54.166Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:54.167Z||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-24T04:52:54.167Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:54.182Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:54.183Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:55.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:55.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:55.070Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:55.070Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T04:52:55.170Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:55.171Z||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-24T04:52:55.171Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:55.195Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:55.196Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:56.070Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:56.072Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:56.075Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:56.076Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:56.120Z||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-24T04:52:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:52:56.176Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:56.177Z||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-24T04:52:56.177Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:56.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:56.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.193Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:56.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.193Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:56.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046218207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046219408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046218626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046218961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046228581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046228758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046228835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046229688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "cds",
  "timestamp": 1656046229764,
  "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-24T04:52:56.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:56.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046230696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:52:56.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046229814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656046222007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "policy-id",
  "timestamp": 1656046231701,
  "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-24T04:52:56.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:56.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046231035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:52:56.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046231025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656046232040,
  "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-24T04:52:56.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:56.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046232145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046233228,
  "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-24T04:52:56.283Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.283Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:56.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656046234232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046226545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046231460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046241725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046243278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046246289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "clamp",
  "timestamp": 1656046247304,
  "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-24T04:52:56.300Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.300Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:56.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046251394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:52:56.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:52:56.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:52:56.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "aai-ml",
  "timestamp": 1656046252404,
  "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-24T04:52:56.314Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24c657f2-9d8b-41da-ba25-3667825988b7
2022-06-24T04:52:56.314Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:52:57.077Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:52:57.078Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:57.080Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:57.080Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:52:57.180Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:57.181Z||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-24T04:52:57.182Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:57.197Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:57.197Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:58.082Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9ee1c68d-2c63-432e-90c4-f9f7385ef4ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09405c22-4e50-4b68-845a-67d8d7573aa4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6a55c308-ca14-45cb-846e-86aba42aea42",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "64ec8912-8606-40fe-b2b9-84a9465e576b",
      "resourceInvariantUUID": "c8898926-8a9f-476e-a770-ad8e2297db88",
      "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": "NWM0MDJmODQ4MTM3YTVhZjdmNTI3ZDVmOTI3OWY4NTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e6b21f4-853e-4eb5-9910-b4c81f69d404",
          "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": "d0a0cf0b-b47e-4884-afb4-d1bbfd586860",
          "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": "9f9f7987-dc05-44c8-b8a1-04278f82e98b",
            "generatedFromUUID": "d0a0cf0b-b47e-4884-afb4-d1bbfd586860"
          },
          "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": "9f9f7987-dc05-44c8-b8a1-04278f82e98b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODI5ODI2ZGJhYmNhOGQzZDgyMjU0NzM3ODg5MDg5NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e860b502-aa01-4954-9c0c-343e892c10a9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:52:58.083Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:52:58.083Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ee1c68d-2c63-432e-90c4-f9f7385ef4ba ASDC
2022-06-24T04:52:58.083Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a4a7ba81-5794-4899-9b5a-d5abc7493b5b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9ee1c68d-2c63-432e-90c4-f9f7385ef4ba
ServiceInvariantUUID:09405c22-4e50-4b68-845a-67d8d7573aa4
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:e860b502-aa01-4954-9c0c-343e892c10a9
ArtifactChecksum:ODI5ODI2ZGJhYmNhOGQzZDgyMjU0NzM3ODg5MDg5NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6a55c308-ca14-45cb-846e-86aba42aea42
ResourceInvariantUUID:c8898926-8a9f-476e-a770-ad8e2297db88
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:64ec8912-8606-40fe-b2b9-84a9465e576b
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:3e6b21f4-853e-4eb5-9910-b4c81f69d404
ArtifactChecksum:NWM0MDJmODQ4MTM3YTVhZjdmNTI3ZDVmOTI3OWY4NTQ=
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:d0a0cf0b-b47e-4884-afb4-d1bbfd586860
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:9f9f7987-dc05-44c8-b8a1-04278f82e98b
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:9f9f7987-dc05-44c8-b8a1-04278f82e98b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T04:52:58.083Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ee1c68d-2c63-432e-90c4-f9f7385ef4ba 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-24T04:52:58.123Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:52:58.124Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:52:58.124Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:52:58.124Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e860b502-aa01-4954-9c0c-343e892c10a9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T04:52:58.124Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:52:58.124Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T04:52:58.470Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:52:58.478Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e860b502-aa01-4954-9c0c-343e892c10a9 71065
2022-06-24T04:52:58.479Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:52:58.479Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:52:58.479Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:52:58.479Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:52:58.482Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:52:58.482Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046378479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:52:58.582Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:52:58.583Z||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-24T04:52:58.584Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:52:58.599Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:58.599Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:52:59.483Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:52:59.484Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:52:59.486Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e860b502-aa01-4954-9c0c-343e892c10a9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:52:59.487Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-24T04:52:59.491Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:52:59.492Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:52:59.637Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5523425223105039074/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-24T04:53:00.986Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:53:00.986Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-24T04:53:00.986Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T04:53:00.987Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-24T04:53:00.988Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.988Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.988Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:00.988Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-24T04:53:00.989Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:53:00.989Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.990Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T04:53:00.991Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:00.992Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.993Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0404e1ea-0305-4e24-875d-9ccc22caf569
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.994Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.995Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.995Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.995Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:00.995Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:00.996Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9ee1c68d-2c63-432e-90c4-f9f7385ef4ba
Model Version:NULL
Model InvariantUuid:09405c22-4e50-4b68-845a-67d8d7573aa4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:577b10ad-7fe3-4a78-81a5-906254bc467d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8898926-8a9f-476e-a770-ad8e2297db88
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a55c308-ca14-45cb-846e-86aba42aea42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ec08851-6bc5-4d12-b418-d6a494fd57bf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:11abccee-b74f-4829-a853-283be6bbec17
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0404e1ea-0305-4e24-875d-9ccc22caf569
ModelInvariantUuid:e8a8aa8e-2620-4620-8620-169e5469fa6d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f22125f3-c89f-4d87-a7ff-1fa7edda2dc0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fd44d513-ba94-4389-8d19-ed6154b35c6f
ModelInvariantUuid:6d8319f1-f383-4d36-ab63-03878f19e5b5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:09bc2bd6-6928-4b89-8ca6-81bbe649ddd3
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-24T04:53:01.006Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 64ec8912-8606-40fe-b2b9-84a9465e576b
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-24T04:53:01.011Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-06-24T04:53:01.012Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 64ec8912-8606-40fe-b2b9-84a9465e576b
2022-06-24T04:53:01.012Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e6b21f4-853e-4eb5-9910-b4c81f69d404 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-24T04:53:01.012Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:01.012Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:01.250Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:01.251Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3e6b21f4-853e-4eb5-9910-b4c81f69d404 787
2022-06-24T04:53:01.251Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:01.251Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:01.251Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:01.251Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:01.254Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:01.254Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046381251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:01.354Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:01.355Z||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-24T04:53:01.355Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:01.392Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:01.393Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:02.254Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ec08851-6bc5-4d12-b418-d6a494fd57bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11abccee-b74f-4829-a853-283be6bbec17",
    "vfModuleModelCustomizationUUID": "43e36f5f-d79d-45ee-89fa-6c6384b39775",
    "isBase": true,
    "artifacts": [
      "d0a0cf0b-b47e-4884-afb4-d1bbfd586860",
      "9f9f7987-dc05-44c8-b8a1-04278f82e98b"
    ],
    "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-24T04:53:02.259Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11abccee-b74f-4829-a853-283be6bbec17
VfModuleModelInvariantUUID:3ec08851-6bc5-4d12-b418-d6a494fd57bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0a0cf0b-b47e-4884-afb4-d1bbfd586860
,
9f9f7987-dc05-44c8-b8a1-04278f82e98b

}
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-24T04:53:02.261Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ec08851-6bc5-4d12-b418-d6a494fd57bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11abccee-b74f-4829-a853-283be6bbec17",
    "vfModuleModelCustomizationUUID": "43e36f5f-d79d-45ee-89fa-6c6384b39775",
    "isBase": true,
    "artifacts": [
      "d0a0cf0b-b47e-4884-afb4-d1bbfd586860",
      "9f9f7987-dc05-44c8-b8a1-04278f82e98b"
    ],
    "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-24T04:53:02.262Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11abccee-b74f-4829-a853-283be6bbec17
VfModuleModelInvariantUUID:3ec08851-6bc5-4d12-b418-d6a494fd57bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0a0cf0b-b47e-4884-afb4-d1bbfd586860
,
9f9f7987-dc05-44c8-b8a1-04278f82e98b

}
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-24T04:53:02.262Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0a0cf0b-b47e-4884-afb4-d1bbfd586860 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-24T04:53:02.262Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:02.262Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:02.434Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:02.435Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d0a0cf0b-b47e-4884-afb4-d1bbfd586860 5033
2022-06-24T04:53:02.435Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:02.435Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:02.435Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:02.436Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:02.437Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:02.438Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046382435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:02.538Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:02.539Z||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-24T04:53:02.539Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:02.559Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:02.560Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:03.438Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f9f7987-dc05-44c8-b8a1-04278f82e98b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-24T04:53:03.439Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:03.439Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:03.668Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:03.670Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9f9f7987-dc05-44c8-b8a1-04278f82e98b 903
2022-06-24T04:53:03.670Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:03.670Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:03.670Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:03.671Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:03.673Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:03.673Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046383670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:03.774Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:03.775Z||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-24T04:53:03.775Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:03.793Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:03.794Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:04.674Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9ee1c68d-2c63-432e-90c4-f9f7385ef4ba
2022-06-24T04:53:04.675Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 64ec8912-8606-40fe-b2b9-84a9465e576b 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-24T04:53:04.693Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@788885ad, org.onap.sdc.toscaparser.api.parameters.Input@38128c44, org.onap.sdc.toscaparser.api.parameters.Input@4bc93f06, org.onap.sdc.toscaparser.api.parameters.Input@1f48de02, org.onap.sdc.toscaparser.api.parameters.Input@23d195ab]
2022-06-24T04:53:04.694Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.694Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.695Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-24T04:53:04.695Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6a55c308-ca14-45cb-846e-86aba42aea42
2022-06-24T04:53:04.695Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a55c308-ca14-45cb-846e-86aba42aea42 matches Tosca VF Customization UUID: 6a55c308-ca14-45cb-846e-86aba42aea42
2022-06-24T04:53:04.695Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6a55c308-ca14-45cb-846e-86aba42aea42  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-24T04:53:04.709Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.709Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.710Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6a55c308-ca14-45cb-846e-86aba42aea42: {\"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-24T04:53:04.710Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@545f05ba
2022-06-24T04:53:04.710Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.711Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:53:04.711Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43e36f5f-d79d-45ee-89fa-6c6384b39775
2022-06-24T04:53:04.711Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43e36f5f-d79d-45ee-89fa-6c6384b39775
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-24T04:53:04.715Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.716Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:04.716Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:04.717Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.717Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:04.717Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:04.717Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.718Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T04:53:04.718Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T04:53:04.718Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T04:53:04.718Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0404e1ea-0305-4e24-875d-9ccc22caf569
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-24T04:53:04.721Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.721Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:04.721Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:04.722Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.722Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T04:53:04.722Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6a55c308-ca14-45cb-846e-86aba42aea42
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-24T04:53:04.724Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.724Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.724Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9ee1c68d-2c63-432e-90c4-f9f7385ef4ba: basic_vm
2022-06-24T04:53:04.724Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.724Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.725Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.725Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.725Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.725Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.725Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.726Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.726Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:04.726Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:04.726Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:04.813Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 64ec8912-8606-40fe-b2b9-84a9465e576b 1 ASDC deployResourceStructure
2022-06-24T04:53:04.814Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:04.814Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:04.814Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:53:04.814Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:04.816Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:04.816Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046384814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:53:04.917Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:53:04.918Z||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-24T04:53:04.918Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:04.956Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:04.957Z||pool-78-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:05.817Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:05.817Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:05.818Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:53:05.819Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:05.821Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:05.821Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046385817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:53:05.921Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:05.922Z||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-24T04:53:05.922Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:05.949Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:05.950Z||pool-79-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:06.822Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:06.822Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:06.823Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:53:06.823Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:06.826Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:06.826Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046386822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:53:06.926Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:06.927Z||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-24T04:53:06.927Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:06.957Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:06.958Z||pool-80-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:07.827Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:07.827Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||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-24T04:53:07.827Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:53:07.828Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:07.830Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:07.830Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046387826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:53:07.930Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:07.931Z||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-24T04:53:07.931Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:07.964Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:07.964Z||pool-81-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:08.830Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4a7ba81-5794-4899-9b5a-d5abc7493b5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:53:08.844Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4a7ba81-5794-4899-9b5a-d5abc7493b5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:53:08.848Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:53:08.848Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:53:08.848Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:53:08.848Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:53:08.848Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:53:08.849Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:53:08.854Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:53:38.854Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4a7ba81-5794-4899-9b5a-d5abc7493b5b 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-24T04:53:38.861Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4a7ba81-5794-4899-9b5a-d5abc7493b5b and serviceModelVersionId: 9ee1c68d-2c63-432e-90c4-f9f7385ef4ba
2022-06-24T04:53:38.862Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09405c22-4e50-4b68-845a-67d8d7573aa4
2022-06-24T04:53:38.862Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0
2022-06-24T04:53:38.866Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:53:38.922Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0|INFO|500||Invoke
2022-06-24T04:53:38.923Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4a7ba81-5794-4899-9b5a-d5abc7493b5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09e252e0-b41c-4ff8-81a1-e782440a3de6], X-ECOMP-RequestID=[a4a7ba81-5794-4899-9b5a-d5abc7493b5b], X-TransactionId=[], X-ONAP-RequestID=[a4a7ba81-5794-4899-9b5a-d5abc7493b5b], Content-Type=[application/merge-patch+json]}
2022-06-24T04:53:38.945Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:53:39.100Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?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/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-04:53:38:598-15659], vertex-id=[213064], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:53:38 GMT], Content-Type=[application/json]}
2022-06-24T04:53:39.101Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:53:39.102Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09405c22-4e50-4b68-845a-67d8d7573aa4/model-vers/model-ver/9ee1c68d-2c63-432e-90c4-f9f7385ef4ba?depth=0|INFO|500||InvokeReturn
2022-06-24T04:53:39.102Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:53:39.102Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:53:39.110Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:53:39.111Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4a7ba81-5794-4899-9b5a-d5abc7493b5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:53:39.111Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:53:39.111Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:39.114Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:39.114Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046419111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:53:39.215Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:53:39.216Z||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-24T04:53:39.216Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:39.247Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:39.248Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 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-24T04:53:40.128Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:53:40.128Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"24c657f2-9d8b-41da-ba25-3667825988b7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"87a81601-59ce-4105-898a-2774a47be6a9","serviceDescription":"service","serviceInvariantUUID":"efe0ef52-c292-4f9d-b0d4-c2578fa78865","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"531ed09f-fa17-40d5-ae87-d51adf859716","resourceInvariantUUID":"9dab2af5-cd1f-4a2e-8b39-1854572a11d8","resourceCustomizationUUID":"cb9de984-91f3-4385-9331-8ac6bf41dfb4","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":"MTA2NTZkMjhjNWJlMGFmMDVlYzlkOGI0Yzc3MDhkMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5d9a13b-3b82-4eec-93c9-b0820710d3ea","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":"0e29e882-c538-4813-bf36-8cbb40e77c22","artifactVersion":"2","generatedFromUUID":"128d2bab-ebe9-46dd-b103-dfa8726855bb"},{"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":"128d2bab-ebe9-46dd-b103-dfa8726855bb","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":"NWE0Mzg2NGRhNDEzYjhjMGE4YjA4MGMwNzVjY2Q3YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f8d70dc-0cd0-4d88-99d1-75deae21f635","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":"fbd7695c-9a8b-4cdb-88bc-f65332db6396","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":"b3768fac-6de5-4d21-b09e-ca646657b765","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":"34b09f7e-ae7c-412e-8ecc-d20163e7c8fa","artifactVersion":"2","generatedFromUUID":"fbd7695c-9a8b-4cdb-88bc-f65332db6396"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjZjNzU2ZTNiMmE3ZmY2ZWQ3ZTUxNjNlZDEzNDNjMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f90e3aa1-2e24-4eb9-bad2-8376a15149c6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTEzMDI4MjY4MzBjZWQxYjczZDRkNjdiMzE4OGQwZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"769ff465-18f6-4a3d-a913-b5d52c593445","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:53:40.128Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:40.128Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:40.130Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:40.130Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:53:40.231Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:40.232Z||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-24T04:53:40.232Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:40.255Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:40.256Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:41.132Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:41.133Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:41.135Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:41.135Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T04:53:41.236Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:41.237Z||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-24T04:53:41.237Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:41.254Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:41.255Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:42.136Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:42.137Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:42.140Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:42.140Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T04:53:42.240Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:42.242Z||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-24T04:53:42.242Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:42.258Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:42.258Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:43.140Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:43.142Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:43.144Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:43.144Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:53:43.244Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:43.245Z||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-24T04:53:43.245Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:43.268Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:43.269Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:44.145Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:44.146Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:44.148Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:44.148Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:53:44.248Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:44.249Z||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-24T04:53:44.249Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:44.265Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:44.266Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:45.148Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:45.149Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:45.151Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:45.151Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:53:45.252Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:45.253Z||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-24T04:53:45.253Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:45.280Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:45.281Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:46.152Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:46.153Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:46.155Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:46.155Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T04:53:46.255Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:46.256Z||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-24T04:53:46.256Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:46.349Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:46.349Z||pool-89-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:47.155Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:47.157Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:47.159Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:47.159Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:53:47.260Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:53:47.260Z||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-24T04:53:47.261Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:47.293Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:47.293Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:48.161Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:53:48.161Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:48.164Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:48.164Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:53:48.264Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:48.265Z||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-24T04:53:48.266Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:48.292Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:48.293Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:49.166Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "87a81601-59ce-4105-898a-2774a47be6a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "efe0ef52-c292-4f9d-b0d4-c2578fa78865",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cb9de984-91f3-4385-9331-8ac6bf41dfb4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "531ed09f-fa17-40d5-ae87-d51adf859716",
      "resourceInvariantUUID": "9dab2af5-cd1f-4a2e-8b39-1854572a11d8",
      "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": "0e29e882-c538-4813-bf36-8cbb40e77c22",
          "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": "128d2bab-ebe9-46dd-b103-dfa8726855bb",
          "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": "NWE0Mzg2NGRhNDEzYjhjMGE4YjA4MGMwNzVjY2Q3YTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f8d70dc-0cd0-4d88-99d1-75deae21f635",
          "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": "fbd7695c-9a8b-4cdb-88bc-f65332db6396",
          "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": "34b09f7e-ae7c-412e-8ecc-d20163e7c8fa",
            "generatedFromUUID": "fbd7695c-9a8b-4cdb-88bc-f65332db6396"
          },
          "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": "34b09f7e-ae7c-412e-8ecc-d20163e7c8fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTEzMDI4MjY4MzBjZWQxYjczZDRkNjdiMzE4OGQwZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "769ff465-18f6-4a3d-a913-b5d52c593445"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T04:53:49.166Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:53:49.166Z|a4a7ba81-5794-4899-9b5a-d5abc7493b5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 87a81601-59ce-4105-898a-2774a47be6a9 ASDC
2022-06-24T04:53:49.166Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:24c657f2-9d8b-41da-ba25-3667825988b7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:87a81601-59ce-4105-898a-2774a47be6a9
ServiceInvariantUUID:efe0ef52-c292-4f9d-b0d4-c2578fa78865
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:769ff465-18f6-4a3d-a913-b5d52c593445
ArtifactChecksum:OTEzMDI4MjY4MzBjZWQxYjczZDRkNjdiMzE4OGQwZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cb9de984-91f3-4385-9331-8ac6bf41dfb4
ResourceInvariantUUID:9dab2af5-cd1f-4a2e-8b39-1854572a11d8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:531ed09f-fa17-40d5-ae87-d51adf859716
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:0e29e882-c538-4813-bf36-8cbb40e77c22
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:128d2bab-ebe9-46dd-b103-dfa8726855bb
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:9f8d70dc-0cd0-4d88-99d1-75deae21f635
ArtifactChecksum:NWE0Mzg2NGRhNDEzYjhjMGE4YjA4MGMwNzVjY2Q3YTk=
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:fbd7695c-9a8b-4cdb-88bc-f65332db6396
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:34b09f7e-ae7c-412e-8ecc-d20163e7c8fa
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:34b09f7e-ae7c-412e-8ecc-d20163e7c8fa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T04:53:49.167Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87a81601-59ce-4105-898a-2774a47be6a9 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-24T04:53:49.201Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:53:49.202Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:53:49.202Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:53:49.202Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 769ff465-18f6-4a3d-a913-b5d52c593445 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T04:53:49.202Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:49.202Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T04:53:50.010Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:50.013Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 769ff465-18f6-4a3d-a913-b5d52c593445 68957
2022-06-24T04:53:50.013Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:50.013Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:50.014Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:50.014Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:50.016Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:50.016Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046430013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:50.116Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:50.117Z||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-24T04:53:50.118Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:50.139Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:50.140Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:51.017Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:53:51.018Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-24T04:53:51.018Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 769ff465-18f6-4a3d-a913-b5d52c593445, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T04:53:51.019Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-24T04:53:51.019Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T04:53:51.019Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T04:53:51.135Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17606355906538002142/Definitions/service-BasicCnf-template.yml
2022-06-24T04:53:52.454Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.455Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T04:53:52.456Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.456Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-24T04:53:52.456Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.456Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.457Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:52.457Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-24T04:53:52.457Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:53:52.457Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.458Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.459Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:52.460Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T04:53:52.461Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb1fe572-236a-442a-bf19-eb686cec9dd5
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.462Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:52.463Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:52.463Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:87a81601-59ce-4105-898a-2774a47be6a9
Model Version:NULL
Model InvariantUuid:efe0ef52-c292-4f9d-b0d4-c2578fa78865
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:829b3891-8926-43df-9e02-4a5d4e75d176
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9dab2af5-cd1f-4a2e-8b39-1854572a11d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb9de984-91f3-4385-9331-8ac6bf41dfb4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a2667bb9-28a4-4dd3-8e86-584708b63dc5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:62763595-fb33-418e-bbad-065f08a923df
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb1fe572-236a-442a-bf19-eb686cec9dd5
ModelInvariantUuid:b99e41f9-3d0e-42ad-b569-9718b388523a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:73cbde22-8ad4-4ded-abbe-daf6ab960f66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:77493e7d-40b9-4106-b94a-0e5df5383a5c
ModelInvariantUuid:6683ca67-5576-4c16-9a09-983e54bc5ce0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:12d46c24-d06d-4f40-88fa-d65b6c95803c
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-24T04:53:52.486Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 531ed09f-fa17-40d5-ae87-d51adf859716
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-24T04:53:52.495Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-06-24T04:53:52.496Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 531ed09f-fa17-40d5-ae87-d51adf859716
2022-06-24T04:53:52.496Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e29e882-c538-4813-bf36-8cbb40e77c22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-24T04:53:52.496Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:52.496Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.694Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:52.695Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0e29e882-c538-4813-bf36-8cbb40e77c22 12
2022-06-24T04:53:52.695Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.695Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:52.695Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:52.696Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:52.699Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:52.699Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046432695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:52.799Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:52.800Z||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-24T04:53:52.801Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:52.826Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:52.827Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:53.700Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 128d2bab-ebe9-46dd-b103-dfa8726855bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-24T04:53:53.700Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:53.701Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:53.802Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:53.802Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 128d2bab-ebe9-46dd-b103-dfa8726855bb 2688
2022-06-24T04:53:53.803Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:53.803Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:53.803Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:53.803Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:53.805Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:53.805Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046433803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:53.906Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:53.907Z||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-24T04:53:53.907Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:53.926Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:53.927Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:54.807Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f8d70dc-0cd0-4d88-99d1-75deae21f635 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-24T04:53:54.807Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:54.808Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:54.901Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:54.902Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9f8d70dc-0cd0-4d88-99d1-75deae21f635 828
2022-06-24T04:53:54.902Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:54.903Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:54.903Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:54.903Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:54.907Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:54.907Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046434902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:55.007Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:53:55.008Z||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-24T04:53:55.008Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:55.032Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:55.033Z||pool-95-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:53:55.908Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a2667bb9-28a4-4dd3-8e86-584708b63dc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62763595-fb33-418e-bbad-065f08a923df",
    "vfModuleModelCustomizationUUID": "a2670660-b69a-4a63-b254-5cb837bea45f",
    "isBase": true,
    "artifacts": [
      "128d2bab-ebe9-46dd-b103-dfa8726855bb",
      "fbd7695c-9a8b-4cdb-88bc-f65332db6396",
      "34b09f7e-ae7c-412e-8ecc-d20163e7c8fa"
    ],
    "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-24T04:53:55.912Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62763595-fb33-418e-bbad-065f08a923df
VfModuleModelInvariantUUID:a2667bb9-28a4-4dd3-8e86-584708b63dc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
128d2bab-ebe9-46dd-b103-dfa8726855bb
,
fbd7695c-9a8b-4cdb-88bc-f65332db6396
,
34b09f7e-ae7c-412e-8ecc-d20163e7c8fa

}
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-24T04:53:55.916Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a2667bb9-28a4-4dd3-8e86-584708b63dc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62763595-fb33-418e-bbad-065f08a923df",
    "vfModuleModelCustomizationUUID": "a2670660-b69a-4a63-b254-5cb837bea45f",
    "isBase": true,
    "artifacts": [
      "128d2bab-ebe9-46dd-b103-dfa8726855bb",
      "fbd7695c-9a8b-4cdb-88bc-f65332db6396",
      "34b09f7e-ae7c-412e-8ecc-d20163e7c8fa"
    ],
    "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-24T04:53:55.917Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62763595-fb33-418e-bbad-065f08a923df
VfModuleModelInvariantUUID:a2667bb9-28a4-4dd3-8e86-584708b63dc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
128d2bab-ebe9-46dd-b103-dfa8726855bb
,
fbd7695c-9a8b-4cdb-88bc-f65332db6396
,
34b09f7e-ae7c-412e-8ecc-d20163e7c8fa

}
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-24T04:53:55.923Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fbd7695c-9a8b-4cdb-88bc-f65332db6396 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-24T04:53:55.923Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:55.923Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:53:56.119Z||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-24T04:53:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:53:56.161Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:56.162Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fbd7695c-9a8b-4cdb-88bc-f65332db6396 1164
2022-06-24T04:53:56.162Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:56.162Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:56.163Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:56.163Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:56.166Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:56.166Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046436162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:56.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:56.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a48d37ed-39b2-472b-b2ac-f6f8b6c68c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046365382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:53:56.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:53:56.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T04:53:56.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T04:53:56.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:53:56.266Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:56.267Z||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-24T04:53:56.267Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:56.289Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:56.289Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:57.169Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 34b09f7e-ae7c-412e-8ecc-d20163e7c8fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-24T04:53:57.170Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-24T04:53:57.171Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:57.305Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-24T04:53:57.306Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 34b09f7e-ae7c-412e-8ecc-d20163e7c8fa 200
2022-06-24T04:53:57.306Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:57.306Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:57.306Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:53:57.307Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:57.310Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:57.310Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046437306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:53:57.411Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:57.412Z||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-24T04:53:57.412Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:57.435Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:57.435Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:58.311Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87a81601-59ce-4105-898a-2774a47be6a9
2022-06-24T04:53:58.312Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 531ed09f-fa17-40d5-ae87-d51adf859716 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=?
2022-06-24T04:53:58.329Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-24T04:53:58.341Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16682d3f, org.onap.sdc.toscaparser.api.parameters.Input@76b0d0dc, org.onap.sdc.toscaparser.api.parameters.Input@71867c92, org.onap.sdc.toscaparser.api.parameters.Input@4e363c46, org.onap.sdc.toscaparser.api.parameters.Input@1960f16a]
2022-06-24T04:53:58.343Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.344Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.345Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-24T04:53:58.346Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= cb9de984-91f3-4385-9331-8ac6bf41dfb4
2022-06-24T04:53:58.346Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb9de984-91f3-4385-9331-8ac6bf41dfb4 matches Tosca VF Customization UUID: cb9de984-91f3-4385-9331-8ac6bf41dfb4
2022-06-24T04:53:58.346Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: cb9de984-91f3-4385-9331-8ac6bf41dfb4  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-24T04:53:58.351Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.352Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.354Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id cb9de984-91f3-4385-9331-8ac6bf41dfb4: {\"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-24T04:53:58.355Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54adaaca
2022-06-24T04:53:58.356Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.357Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:53:58.358Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2670660-b69a-4a63-b254-5cb837bea45f
2022-06-24T04:53:58.359Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2670660-b69a-4a63-b254-5cb837bea45f
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-24T04:53:58.363Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.364Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:58.365Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:58.365Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.366Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:58.366Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:58.367Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.367Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T04:53:58.367Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T04:53:58.368Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb1fe572-236a-442a-bf19-eb686cec9dd5
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-24T04:53:58.371Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.371Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:58.372Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:53:58.372Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.372Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T04:53:58.373Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cb9de984-91f3-4385-9331-8ac6bf41dfb4
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-24T04:53:58.375Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.375Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.376Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87a81601-59ce-4105-898a-2774a47be6a9: basic_cnf
2022-06-24T04:53:58.376Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.376Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.376Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.377Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.377Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.377Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.377Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.378Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.378Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T04:53:58.378Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:53:58.378Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:58.464Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 531ed09f-fa17-40d5-ae87-d51adf859716 1 ASDC deployResourceStructure
2022-06-24T04:53:58.465Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:58.465Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:58.466Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T04:53:58.466Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:58.468Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:58.469Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046438465,
  "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-24T04:53:58.569Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:53:58.570Z||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-24T04:53:58.571Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:58.591Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:58.591Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:53:59.470Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:59.470Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:53:59.471Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T04:53:59.471Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:53:59.473Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:53:59.473Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046439469,
  "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-24T04:53:59.573Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:53:59.575Z||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-24T04:53:59.575Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:53:59.590Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:59.591Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:54:00.475Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:00.475Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:00.476Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:54:00.476Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:54:00.479Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:54:00.479Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046440475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:54:00.579Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:54:00.581Z||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-24T04:54:00.581Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:54:00.605Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:00.606Z||pool-100-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:54:01.480Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:01.481Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:01.481Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:54:01.481Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:54:01.483Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:54:01.484Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046441480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:54:01.584Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:54:01.586Z||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-24T04:54:01.586Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:54:01.612Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:01.613Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:54:02.485Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:02.485Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:02.486Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:54:02.486Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:54:02.488Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:54:02.488Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046442485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:54:02.589Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:54:02.590Z||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-24T04:54:02.590Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:54:02.606Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:02.607Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:54:03.490Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:03.490Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||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-24T04:54:03.490Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:54:03.491Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:54:03.493Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:54:03.493Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046443489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:54:03.594Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:54:03.595Z||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-24T04:54:03.595Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:54:03.623Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:03.623Z||pool-103-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:54:04.494Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24c657f2-9d8b-41da-ba25-3667825988b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:54:04.508Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24c657f2-9d8b-41da-ba25-3667825988b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:54:04.510Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:54:04.510Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.511Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T04:54:04.512Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:54:04.516Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:54:34.516Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24c657f2-9d8b-41da-ba25-3667825988b7 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-24T04:54:34.524Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24c657f2-9d8b-41da-ba25-3667825988b7 and serviceModelVersionId: 87a81601-59ce-4105-898a-2774a47be6a9
2022-06-24T04:54:34.524Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efe0ef52-c292-4f9d-b0d4-c2578fa78865
2022-06-24T04:54:34.525Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?depth=0
2022-06-24T04:54:34.529Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:54:34.569Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?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-24T04:54:34.571Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?depth=0|INFO|500||Invoke
2022-06-24T04:54:34.599Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T04:54:34.877Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?depth=0|INFO|500||InvokeReturn
2022-06-24T04:54:34.878Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efe0ef52-c292-4f9d-b0d4-c2578fa78865/model-vers/model-ver/87a81601-59ce-4105-898a-2774a47be6a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-04:54:34:249-32846], vertex-id=[233544], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:54:34 GMT], Content-Type=[application/json]}
2022-06-24T04:54:34.879Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:54:34.879Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:54:34.879Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:54:34.886Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:54:34.886Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24c657f2-9d8b-41da-ba25-3667825988b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:54:34.887Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:54:34.887Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:54:34.889Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:54:34.890Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046474887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:54:34.990Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:54:34.991Z||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-24T04:54:34.991Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:54:35.020Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:35.021Z||pool-104-thread-1|||||INFO|500||cambria reply ok (31 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-24T04:54:35.901Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:35.902Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:54:35.902Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:54:45.521Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:45.522Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:45.522Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:54:45.523Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:54:55.177Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:55.178Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:55.179Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:54:55.179Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:54:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:56.120Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T04:54:56.120Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:54:56.166Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:56.167Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:54:56.167Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:54:56.168Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:04.853Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:04.854Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:04.855Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:55:04.855Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:55:14.506Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:14.507Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:14.508Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:55:14.508Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:55:24.163Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:56.116Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:56.117Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:55:56.117Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:55:56.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T04:55:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:55:56.171Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:56.173Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.173Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046378479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046381251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.174Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046382435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046383670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046384814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.175Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046385817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046386822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046387826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:55:56.176Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4a7ba81-5794-4899-9b5a-d5abc7493b5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046419111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.177Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.178Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046366404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T04:55:56.179Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046430013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046432695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046433803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:55:56.180Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046434902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:55:56.181Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:05.742Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:56:56.114Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:56.116Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:56:56.116Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:56:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:56.119Z||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-24T04:56:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:56:56.659Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:56:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046436162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046437306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046438465,
  "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-24T04:56:56.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046439469,
  "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-24T04:56:56.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046440475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046441480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046442485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046443489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24c657f2-9d8b-41da-ba25-3667825988b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656046474887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:56:56.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:57:05.728Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:57:56.114Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:56.115Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T04:57:56.115Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:57:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:56.119Z||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-24T04:57:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:58:05.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:58:05.738Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:58:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:56.115Z||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-24T04:58:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:58:56.118Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:56.119Z||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-24T04:58:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:59:05.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:59:05.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:59:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:56.114Z||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-24T04:59:56.114Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:59:56.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:56.120Z||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-24T04:59:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:00:05.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:00:05.746Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:00:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:56.115Z||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-24T05:00:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:00:56.118Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T05:00:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:01:05.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:01:05.735Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:01:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:56.114Z||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-24T05:01:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:01:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:56.120Z||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-24T05:01:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:02:05.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:02:05.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:02:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:56.114Z||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-24T05:02:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:02:56.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:02:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:03:05.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:03:05.700Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:03:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:56.115Z||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-24T05:03:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:03:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:56.120Z||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-24T05:03:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:04:05.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:04:05.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:04:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:56.117Z||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-24T05:04:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:04:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T05:04:56.120Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:05:05.707Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:05:05.729Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:05:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:56.115Z||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-24T05:05:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:05:56.118Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T05:05:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:06:05.760Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:06:05.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:06:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:56.115Z||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-24T05:06:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:06:56.118Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T05:06:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:07:05.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:07:05.752Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:07:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:56.114Z||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-24T05:07:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:07:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:56.119Z||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-24T05:07:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:08:05.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:08:05.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:08:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:56.115Z||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-24T05:08:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:08:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:56.121Z||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-24T05:08:56.122Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:09:05.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:09:05.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:09:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:56.115Z||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-24T05:09:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:09:56.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:56.120Z||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-24T05:09:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:10:05.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:10:05.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:10:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:56.115Z||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-24T05:10:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:10:56.118Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T05:10:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:11:05.686Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:05.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:56.115Z||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-24T05:11:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:11:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:56.119Z||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-24T05:11:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:11:56.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:56.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a2e82d0-edbe-43b4-aecb-39aa3f0260d1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"434903c0-6eb7-455c-8a7a-a78dbd004f57","serviceDescription":"service","serviceInvariantUUID":"08e1e558-9c0c-4702-9ba6-b1438a2f5605","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5723a0d-78e1-4218-9460-9e014a7159a5","resourceInvariantUUID":"b5c03168-7d5e-4d98-8493-6cc91b7965fc","resourceCustomizationUUID":"5e2e53e7-47d2-4353-8bfa-59f0acde5433","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":"NzBlMmI2OGJhMzlmNDQzNDI0MmQ3Zjk1ZjI3ZjJlYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f14fb1d-267f-41fd-9d28-d57f88095689","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":"OTVjMGQxZDg0MjgzN2Y2MDNmYTgwNDc5NWIxYzg0YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eed053e-57ab-4169-9019-4f8f863499d2","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":"832054a7-5a2d-4499-8c29-750f155da4fa","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":"713971d9-62a4-42ef-89e5-760e1f51d4db","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":"316edbb5-abbd-4457-b404-c32a648f9c51","artifactVersion":"2","generatedFromUUID":"34bb1643-394b-499e-a22c-97e3ff1f7fb2"},{"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":"0fafe9a9-5827-470b-a813-e80ca62f4cdc","artifactVersion":"2","generatedFromUUID":"832054a7-5a2d-4499-8c29-750f155da4fa"},{"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":"34bb1643-394b-499e-a22c-97e3ff1f7fb2","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":"74011953-4728-421e-988a-582401d500bd","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":"OTVmMDU4YWU4MWJhM2JiMTY4ZjQ2OWJkN2JiMmRjYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abc80045-040d-445d-a672-3192e3310618","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzJmNGNkYWNiZTUzZDQ3MDJkNzljYjgwY2RiYTk0NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b2482c0-4a76-4789-8c77-5b5c927775cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T05:11:56.829Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:11:56.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:11:56.835Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:11:56.835Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:56.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047493207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047491461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047499408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047498626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047509264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047510181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047510523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047509623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047511535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047510917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047502008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "policy-id",
  "timestamp": 1656047512539,
  "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-24T05:11:56.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:11:56.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:11:56.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "cds",
  "timestamp": 1656047512054,
  "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-24T05:11:56.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:11:56.912Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:11:56.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047512149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047513262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:11:56.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047514381,
  "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-24T05:11:56.929Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:11:56.929Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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=?
2022-06-24T05:11:56.937Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T05:11:56.938Z||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-24T05:11:56.938Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:11:56.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047515384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:11:56.943Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:11:56.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:11:56.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:56.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:11:56.961Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:56.961Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:11:57.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:11:57.837Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:11:57.840Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:11:57.840Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:11:57.940Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:11:57.941Z||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-24T05:11:57.941Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:11:57.979Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:57.980Z||pool-106-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:11:58.841Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:11:58.842Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:11:58.844Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:11:58.845Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:11:58.945Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:11:58.946Z||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-24T05:11:58.946Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:11:58.968Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:58.969Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:11:59.845Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:11:59.847Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:11:59.851Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:11:59.851Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:11:59.950Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:11:59.951Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:11:59.951Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:11:59.984Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:59.985Z||pool-108-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:00.852Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:00.853Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:00.856Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:00.856Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T05:12:00.956Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:00.957Z||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-24T05:12:00.957Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:00.981Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:00.982Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:01.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:01.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:01.860Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:01.860Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T05:12:01.960Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:01.961Z||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-24T05:12:01.961Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:02.009Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:02.009Z||pool-110-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:02.860Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:02.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:02.867Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:02.867Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T05:12:02.968Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:02.969Z||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-24T05:12:02.969Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:02.998Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:02.999Z||pool-111-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:12:03.868Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:03.871Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:03.875Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:03.875Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:12:03.975Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:03.977Z||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-24T05:12:03.977Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:03.995Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:03.996Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:04.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:04.876Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:04.879Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:04.879Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:12:04.979Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:04.980Z||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-24T05:12:04.980Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:04.999Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:05.000Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:05.880Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:12:05.882Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:05.884Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:05.884Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:12:05.984Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:05.985Z||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-24T05:12:05.985Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:06.035Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:06.036Z||pool-114-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:06.885Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "434903c0-6eb7-455c-8a7a-a78dbd004f57",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08e1e558-9c0c-4702-9ba6-b1438a2f5605",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "5e2e53e7-47d2-4353-8bfa-59f0acde5433",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5723a0d-78e1-4218-9460-9e014a7159a5",
      "resourceInvariantUUID": "b5c03168-7d5e-4d98-8493-6cc91b7965fc",
      "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": "OTVjMGQxZDg0MjgzN2Y2MDNmYTgwNDc5NWIxYzg0YWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6eed053e-57ab-4169-9019-4f8f863499d2",
          "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": "832054a7-5a2d-4499-8c29-750f155da4fa",
          "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": "0fafe9a9-5827-470b-a813-e80ca62f4cdc",
            "generatedFromUUID": "832054a7-5a2d-4499-8c29-750f155da4fa"
          },
          "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": "316edbb5-abbd-4457-b404-c32a648f9c51",
          "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": "0fafe9a9-5827-470b-a813-e80ca62f4cdc",
          "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": "34bb1643-394b-499e-a22c-97e3ff1f7fb2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzJmNGNkYWNiZTUzZDQ3MDJkNzljYjgwY2RiYTk0NjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5b2482c0-4a76-4789-8c77-5b5c927775cd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T05:12:06.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T05:12:06.886Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 434903c0-6eb7-455c-8a7a-a78dbd004f57 ASDC
2022-06-24T05:12:06.887Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:434903c0-6eb7-455c-8a7a-a78dbd004f57
ServiceInvariantUUID:08e1e558-9c0c-4702-9ba6-b1438a2f5605
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:5b2482c0-4a76-4789-8c77-5b5c927775cd
ArtifactChecksum:YzJmNGNkYWNiZTUzZDQ3MDJkNzljYjgwY2RiYTk0NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:5e2e53e7-47d2-4353-8bfa-59f0acde5433
ResourceInvariantUUID:b5c03168-7d5e-4d98-8493-6cc91b7965fc
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f5723a0d-78e1-4218-9460-9e014a7159a5
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:6eed053e-57ab-4169-9019-4f8f863499d2
ArtifactChecksum:OTVjMGQxZDg0MjgzN2Y2MDNmYTgwNDc5NWIxYzg0YWQ=
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:832054a7-5a2d-4499-8c29-750f155da4fa
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:0fafe9a9-5827-470b-a813-e80ca62f4cdc
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:316edbb5-abbd-4457-b404-c32a648f9c51
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:0fafe9a9-5827-470b-a813-e80ca62f4cdc
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:34bb1643-394b-499e-a22c-97e3ff1f7fb2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T05:12:06.887Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 434903c0-6eb7-455c-8a7a-a78dbd004f57 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-24T05:12:06.938Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:12:06.939Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:12:06.939Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:12:06.939Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b2482c0-4a76-4789-8c77-5b5c927775cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:06.939Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:06.940Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:07.135Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:07.149Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5b2482c0-4a76-4789-8c77-5b5c927775cd 158208
2022-06-24T05:12:07.150Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:07.150Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:07.150Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:07.150Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:07.153Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:07.153Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047527149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:07.253Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:12:07.254Z||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-24T05:12:07.257Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:07.277Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:07.278Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:08.154Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:12:08.155Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:12:08.156Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5b2482c0-4a76-4789-8c77-5b5c927775cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:08.156Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-24T05:12:08.157Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:08.157Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:08.455Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15942492982086095249/Definitions/service-BasicCnfMacro-template.yml
2022-06-24T05:12:09.964Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T05:12:09.965Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T05:12:09.966Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:09.966Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T05:12:09.966Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T05:12:09.966Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:09.967Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:09.967Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:09.967Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T05:12:09.967Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.968Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.969Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.969Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T05:12:09.970Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:12:09.970Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.971Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.971Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.971Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T05:12:09.972Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:12:09.972Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.972Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.973Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.973Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T05:12:09.973Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-24T05:12:09.974Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-24T05:12:09.974Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T05:12:09.974Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.974Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T05:12:09.975Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.975Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.975Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:09.975Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.976Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.976Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:09.976Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.977Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.977Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:09.977Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.977Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:09.978Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:09.978Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.978Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T05:12:09.978Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-24T05:12:09.978Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b8803d5a-2bd3-4036-a3a5-1e1df04b7c7b
2022-06-24T05:12:09.979Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.979Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.979Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.979Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.980Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.980Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.980Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:09.980Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:09.981Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:434903c0-6eb7-455c-8a7a-a78dbd004f57
Model Version:NULL
Model InvariantUuid:08e1e558-9c0c-4702-9ba6-b1438a2f5605
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c46c9688-730c-465f-8e3b-f1b4574c1627
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5c03168-7d5e-4d98-8493-6cc91b7965fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5e2e53e7-47d2-4353-8bfa-59f0acde5433
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cab72fe8-dcd0-422e-8aa9-f99b719d2a0e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e85cbfe5-941e-447f-b04c-09e9cf7751ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:aad23dc4-a745-483b-affa-dbdd23f66ea9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:d666ec16-b4d2-4e3a-97b1-7e354a8738ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8803d5a-2bd3-4036-a3a5-1e1df04b7c7b
ModelInvariantUuid:3371db89-1cf2-4993-97ae-a16dfffcb400
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5d10a4d2-da4f-4928-a306-829027c7e24f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b5251073-0435-466d-a82c-a75bcd2af722
ModelInvariantUuid:c726070d-cffa-409a-ac3b-49a1786faa8e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:310f097d-5c93-43f8-befa-c45a730e7e62
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-24T05:12:10.001Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f5723a0d-78e1-4218-9460-9e014a7159a5
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-24T05:12:10.009Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-24T05:12:10.010Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5723a0d-78e1-4218-9460-9e014a7159a5
2022-06-24T05:12:10.010Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6eed053e-57ab-4169-9019-4f8f863499d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T05:12:10.011Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:10.011Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:10.099Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:10.100Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6eed053e-57ab-4169-9019-4f8f863499d2 1565
2022-06-24T05:12:10.101Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:10.101Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:10.101Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:10.102Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:10.105Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:10.105Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047530101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:10.205Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:10.206Z||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-24T05:12:10.207Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:10.223Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:10.224Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:11.106Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "aad23dc4-a745-483b-affa-dbdd23f66ea9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d666ec16-b4d2-4e3a-97b1-7e354a8738ba",
    "vfModuleModelCustomizationUUID": "538d770f-22ce-405d-9ad1-b20289181720",
    "isBase": true,
    "artifacts": [
      "832054a7-5a2d-4499-8c29-750f155da4fa",
      "0fafe9a9-5827-470b-a813-e80ca62f4cdc"
    ],
    "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": "cab72fe8-dcd0-422e-8aa9-f99b719d2a0e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e85cbfe5-941e-447f-b04c-09e9cf7751ac",
    "vfModuleModelCustomizationUUID": "2e999e2e-56c0-4fe1-8803-511f8096a64b",
    "isBase": false,
    "artifacts": [
      "34bb1643-394b-499e-a22c-97e3ff1f7fb2"
    ],
    "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-24T05:12:11.113Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d666ec16-b4d2-4e3a-97b1-7e354a8738ba
VfModuleModelInvariantUUID:aad23dc4-a745-483b-affa-dbdd23f66ea9
VfModuleModelDescription:NULL
Artifacts UUID List:{
832054a7-5a2d-4499-8c29-750f155da4fa
,
0fafe9a9-5827-470b-a813-e80ca62f4cdc

}
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:e85cbfe5-941e-447f-b04c-09e9cf7751ac
VfModuleModelInvariantUUID:cab72fe8-dcd0-422e-8aa9-f99b719d2a0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
34bb1643-394b-499e-a22c-97e3ff1f7fb2

}
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-24T05:12:11.117Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "aad23dc4-a745-483b-affa-dbdd23f66ea9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d666ec16-b4d2-4e3a-97b1-7e354a8738ba",
    "vfModuleModelCustomizationUUID": "538d770f-22ce-405d-9ad1-b20289181720",
    "isBase": true,
    "artifacts": [
      "832054a7-5a2d-4499-8c29-750f155da4fa",
      "0fafe9a9-5827-470b-a813-e80ca62f4cdc"
    ],
    "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": "cab72fe8-dcd0-422e-8aa9-f99b719d2a0e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e85cbfe5-941e-447f-b04c-09e9cf7751ac",
    "vfModuleModelCustomizationUUID": "2e999e2e-56c0-4fe1-8803-511f8096a64b",
    "isBase": false,
    "artifacts": [
      "34bb1643-394b-499e-a22c-97e3ff1f7fb2"
    ],
    "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-24T05:12:11.118Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d666ec16-b4d2-4e3a-97b1-7e354a8738ba
VfModuleModelInvariantUUID:aad23dc4-a745-483b-affa-dbdd23f66ea9
VfModuleModelDescription:NULL
Artifacts UUID List:{
832054a7-5a2d-4499-8c29-750f155da4fa
,
0fafe9a9-5827-470b-a813-e80ca62f4cdc

}
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:e85cbfe5-941e-447f-b04c-09e9cf7751ac
VfModuleModelInvariantUUID:cab72fe8-dcd0-422e-8aa9-f99b719d2a0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
34bb1643-394b-499e-a22c-97e3ff1f7fb2

}
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-24T05:12:11.118Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 832054a7-5a2d-4499-8c29-750f155da4fa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T05:12:11.118Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:11.118Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:11.205Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:11.206Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 832054a7-5a2d-4499-8c29-750f155da4fa 914
2022-06-24T05:12:11.206Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:11.207Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:11.207Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:11.207Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:11.209Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:11.209Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047531206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:11.310Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:11.311Z||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-24T05:12:11.311Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:11.345Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:11.345Z||pool-117-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:12:12.210Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 316edbb5-abbd-4457-b404-c32a648f9c51 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-24T05:12:12.210Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:12.211Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:12.314Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:12.314Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 316edbb5-abbd-4457-b404-c32a648f9c51 12
2022-06-24T05:12:12.315Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:12.315Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:12.315Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:12.315Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:12.317Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:12.317Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047532314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:12.417Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:12.418Z||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-24T05:12:12.418Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:12.433Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:12.434Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:13.318Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0fafe9a9-5827-470b-a813-e80ca62f4cdc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T05:12:13.319Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:13.319Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:13.414Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:13.414Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0fafe9a9-5827-470b-a813-e80ca62f4cdc 96
2022-06-24T05:12:13.415Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:13.415Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:13.415Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:13.415Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:13.427Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:13.427Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047533415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:13.527Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:13.529Z||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-24T05:12:13.529Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:13.575Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:13.576Z||pool-119-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:14.428Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34bb1643-394b-499e-a22c-97e3ff1f7fb2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-24T05:12:14.429Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:12:14.429Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:14.656Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:12:14.660Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 34bb1643-394b-499e-a22c-97e3ff1f7fb2 20206
2022-06-24T05:12:14.662Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:14.663Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:14.663Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:12:14.664Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:14.667Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:14.667Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047534662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:12:14.767Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:12:14.768Z||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-24T05:12:14.769Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:14.787Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:14.788Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:12:15.675Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 434903c0-6eb7-455c-8a7a-a78dbd004f57
2022-06-24T05:12:15.676Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f5723a0d-78e1-4218-9460-9e014a7159a5 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-24T05:12:15.705Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5267f2f2, org.onap.sdc.toscaparser.api.parameters.Input@52958834, org.onap.sdc.toscaparser.api.parameters.Input@707ad1aa, org.onap.sdc.toscaparser.api.parameters.Input@522eea45, org.onap.sdc.toscaparser.api.parameters.Input@3fb37290]
2022-06-24T05:12:15.709Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.710Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.711Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-24T05:12:15.711Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5e2e53e7-47d2-4353-8bfa-59f0acde5433
2022-06-24T05:12:15.711Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e2e53e7-47d2-4353-8bfa-59f0acde5433 matches Tosca VF Customization UUID: 5e2e53e7-47d2-4353-8bfa-59f0acde5433
2022-06-24T05:12:15.712Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5e2e53e7-47d2-4353-8bfa-59f0acde5433  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-24T05:12:15.716Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.716Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.718Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5e2e53e7-47d2-4353-8bfa-59f0acde5433: {\"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-24T05:12:15.718Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4291551c
2022-06-24T05:12:15.719Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.719Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T05:12:15.719Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e999e2e-56c0-4fe1-8803-511f8096a64b
2022-06-24T05:12:15.720Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e999e2e-56c0-4fe1-8803-511f8096a64b
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-24T05:12:15.724Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.725Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:15.725Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:15.726Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.726Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:15.727Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:12:15.727Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.728Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T05:12:15.728Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5e2e53e7-47d2-4353-8bfa-59f0acde5433
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-24T05:12:15.732Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.732Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.733Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 434903c0-6eb7-455c-8a7a-a78dbd004f57: basic_cnf_macro
2022-06-24T05:12:15.733Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.733Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.733Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.734Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.734Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.734Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.734Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.734Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.735Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:12:15.735Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:12:15.735Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:15.802Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f5723a0d-78e1-4218-9460-9e014a7159a5 2 ASDC deployResourceStructure
2022-06-24T05:12:15.803Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:15.803Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:15.803Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:12:15.804Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:15.806Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:15.806Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047535803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:12:15.908Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:15.909Z||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-24T05:12:15.909Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:15.931Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:15.932Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:12:16.809Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:16.810Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:16.810Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:12:16.810Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:16.813Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:16.813Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047536809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T05:12:16.920Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-24T05:12:16.921Z||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-24T05:12:16.921Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:16.940Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:16.941Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:17.821Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:17.822Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:17.823Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T05:12:17.824Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:17.830Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:17.830Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047537821,
  "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-24T05:12:17.933Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T05:12:17.934Z||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-24T05:12:17.934Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:17.951Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:17.952Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:18.832Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:18.833Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:18.833Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:12:18.833Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:18.836Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:18.836Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047538832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T05:12:18.936Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:18.937Z||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-24T05:12:18.938Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:18.980Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:18.981Z||pool-124-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:19.838Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:19.838Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:19.838Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T05:12:19.839Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:19.842Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:19.842Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047539837,
  "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-24T05:12:19.942Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:19.943Z||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-24T05:12:19.944Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:19.959Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:19.960Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:20.843Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:20.844Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||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-24T05:12:20.844Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:12:20.844Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:12:20.847Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:12:20.847Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047540843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:12:20.947Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:12:20.949Z||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-24T05:12:20.949Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:12:20.976Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:20.977Z||pool-126-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:12:21.848Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:12:21.858Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:12:21.861Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:12:21.861Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T05:12:21.861Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T05:12:51.861Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:12:51.872Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:12:51.874Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:12:51.874Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T05:12:51.874Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T05:12:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:12:56.120Z||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-24T05:12:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:12:56.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:56.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:12:56.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:12:56.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:21.875Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:13:21.899Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:13:21.908Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:13:21.908Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T05:13:21.909Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T05:13:51.909Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:13:51.922Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:13:51.925Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:13:51.925Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T05:13:51.926Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T05:13:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:13:56.120Z||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-24T05:13:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:13:56.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:13:56.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047508961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047519922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047520953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047513060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "aai-ml",
  "timestamp": 1656047521959,
  "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-24T05:13:56.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:13:56.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:13:56.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047522163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047522453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "cds",
  "timestamp": 1656047523439,
  "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-24T05:13:56.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:13:56.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047523457,
  "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-24T05:13:56.776Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:13:56.776Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:13:56.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047519408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047518626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047527149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047527611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047528668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047529675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047528741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047522007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047530101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "policy-id",
  "timestamp": 1656047530681,
  "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-24T05:13:56.817Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.817Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:13:56.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047522964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047529909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047531206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047530976,
  "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-24T05:13:56.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.833Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:13:56.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047531945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047532314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047531980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047533415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047534662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047535803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047536809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047537821,
  "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-24T05:13:56.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047538522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047538832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047539837,
  "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-24T05:13:56.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047540843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047543529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "aai-ml",
  "timestamp": 1656047543667,
  "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-24T05:13:56.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.863Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:13:56.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "clamp",
  "timestamp": 1656047544533,
  "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-24T05:13:56.883Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
2022-06-24T05:13:56.883Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:13:56.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047538968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047548024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047550352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047551357,
  "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-24T05:13:56.913Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.914Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:13:56.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047516543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047561512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047564514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:13:56.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "clamp",
  "timestamp": 1656047565520,
  "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-24T05:13:56.926Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78dfc460-85b1-45b1-a660-6e1b2a1292d4
2022-06-24T05:13:56.926Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:14:21.926Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:14:21.937Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:14:21.940Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:14:21.940Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T05:14:21.940Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T05:14:21.941Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T05:14:21.941Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.941Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.941Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.942Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.942Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.942Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:14:21.942Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T05:14:21.948Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T05:14:51.949Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 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-24T05:14:51.959Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 and serviceModelVersionId: 434903c0-6eb7-455c-8a7a-a78dbd004f57
2022-06-24T05:14:51.960Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08e1e558-9c0c-4702-9ba6-b1438a2f5605
2022-06-24T05:14:51.961Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0
2022-06-24T05:14:51.969Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T05:14:52.030Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0|INFO|500||Invoke
2022-06-24T05:14:52.031Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2e82d0-edbe-43b4-aecb-39aa3f0260d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e1e3d53-3362-4db4-bc8c-12c35492f03b], X-ECOMP-RequestID=[1a2e82d0-edbe-43b4-aecb-39aa3f0260d1], X-TransactionId=[], X-ONAP-RequestID=[1a2e82d0-edbe-43b4-aecb-39aa3f0260d1], Content-Type=[application/merge-patch+json]}
2022-06-24T05:14:52.063Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T05:14:52.246Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?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/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-05:14:51:653-37335], vertex-id=[254016], Content-Length=[0], Date=[Fri, 24 Jun 2022 05:14:51 GMT], Content-Type=[application/json]}
2022-06-24T05:14:52.247Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T05:14:52.248Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e1e558-9c0c-4702-9ba6-b1438a2f5605/model-vers/model-ver/434903c0-6eb7-455c-8a7a-a78dbd004f57?depth=0|INFO|500||InvokeReturn
2022-06-24T05:14:52.249Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T05:14:52.249Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T05:14:52.257Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T05:14:52.257Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2e82d0-edbe-43b4-aecb-39aa3f0260d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T05:14:52.258Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T05:14:52.258Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:52.262Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:52.262Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047692257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:14:52.361Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:14:52.362Z||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-24T05:14:52.362Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:52.388Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:52.389Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T05:14:53.277Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:14:53.277Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"78dfc460-85b1-45b1-a660-6e1b2a1292d4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"90b63ce1-3cb9-4b41-8b20-268abfa48307","serviceDescription":"service","serviceInvariantUUID":"7a4f9087-5d34-4a34-8363-7c663a2edfbf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df1a39ab-2d55-430b-b3b2-d6e20eab25c5","resourceInvariantUUID":"5e32124d-73b7-488b-b14c-472687d11fc9","resourceCustomizationUUID":"4196fc30-257f-4dca-8205-fe05b413792d","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":"N2VkNjkyMTk3ZThiMDgwYzRlODBmZDBhOGQzMWNhMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f543fc03-31ce-41b9-a3ba-926f25af9e08","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":"MTZlNzUwMTZjMDVlNTI2YmQ0NTZjOTk2ZWQ3YTYzNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"777936e7-ee21-4853-aa0e-1302ae1784fb","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":"b5f95772-02ec-4fbc-8d78-f7e322756471","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":"65f87557-2b6a-4a06-9274-33e61fe80ce4","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":"f42bbd65-9345-42a6-b5fb-1082efbfe0f5","artifactVersion":"2","generatedFromUUID":"b5f95772-02ec-4fbc-8d78-f7e322756471"},{"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":"MTMzNzNlYzgwOWQ5OWE3NjdkOTNiMDBmZWFiNGFmNDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"57d763d3-2c32-49c9-ac30-63e7935df551","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":"NjkyMWE0ZDkzZWU0NTFlMWE5NjVkMTIxYWRiZDM2NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cbc3673-57a9-4cb4-86ca-d53451821e90","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzkxODU4MWMxNmZiNWEwOGRkMjAzYjhjMzE1ZWZmOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9765568b-3b4c-42fb-9cd6-0ec0bbd9e591","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T05:14:53.278Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:53.278Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:53.280Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:53.281Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:53.381Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:53.383Z||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-24T05:14:53.383Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:53.399Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:53.400Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:14:54.281Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:54.282Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:54.285Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:54.285Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:14:54.385Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:54.386Z||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-24T05:14:54.386Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:54.406Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:54.407Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:14:55.285Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:55.286Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:55.289Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:55.289Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:14:55.389Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:55.390Z||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-24T05:14:55.390Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:55.411Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:55.412Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:14:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:14:56.120Z||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-24T05:14:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:14:56.289Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:56.291Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:56.294Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:56.294Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.394Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:56.396Z||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-24T05:14:56.396Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:56.413Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:56.414Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:14:56.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:56.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047628961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047636543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047628207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047639409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656047638627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047647974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047648007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047649406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "cds",
  "timestamp": 1656047649216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T05:14:56.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.502Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047641466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047650411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047649887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:14:56.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047642007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "policy-id",
  "timestamp": 1656047651414,
  "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-24T05:14:56.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.524Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047651526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047651621,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656047650890,
  "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-24T05:14:56.543Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.543Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047651916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:14:56.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047653544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047652970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656047653974,
  "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-24T05:14:56.560Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.560Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "clamp",
  "timestamp": 1656047654549,
  "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-24T05:14:56.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.576Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047658165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:14:56.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "aai-ml",
  "timestamp": 1656047659172,
  "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-24T05:14:56.590Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e0e835b-1987-46cf-98dc-18c8c54abd6a
2022-06-24T05:14:56.590Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:14:56.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a2e82d0-edbe-43b4-aecb-39aa3f0260d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047692257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:56.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:14:56.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T05:14:56.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:14:57.295Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:57.296Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:57.299Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:57.299Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T05:14:57.399Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:57.400Z||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-24T05:14:57.401Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:57.429Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:57.429Z||pool-132-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:14:58.300Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:58.301Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:58.303Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:58.303Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:58.403Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:58.404Z||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-24T05:14:58.404Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:58.437Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:58.438Z||pool-133-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:14:59.304Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:14:59.305Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:14:59.307Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:14:59.307Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:14:59.407Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:14:59.408Z||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-24T05:14:59.408Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:14:59.426Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:59.427Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:00.307Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:00.308Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:00.311Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:00.311Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:15:00.411Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:00.412Z||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-24T05:15:00.412Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:00.429Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:00.430Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:01.312Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "90b63ce1-3cb9-4b41-8b20-268abfa48307",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a4f9087-5d34-4a34-8363-7c663a2edfbf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4196fc30-257f-4dca-8205-fe05b413792d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df1a39ab-2d55-430b-b3b2-d6e20eab25c5",
      "resourceInvariantUUID": "5e32124d-73b7-488b-b14c-472687d11fc9",
      "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": "MTZlNzUwMTZjMDVlNTI2YmQ0NTZjOTk2ZWQ3YTYzNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "777936e7-ee21-4853-aa0e-1302ae1784fb",
          "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": "b5f95772-02ec-4fbc-8d78-f7e322756471",
          "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": "f42bbd65-9345-42a6-b5fb-1082efbfe0f5",
            "generatedFromUUID": "b5f95772-02ec-4fbc-8d78-f7e322756471"
          },
          "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": "f42bbd65-9345-42a6-b5fb-1082efbfe0f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzkxODU4MWMxNmZiNWEwOGRkMjAzYjhjMzE1ZWZmOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9765568b-3b4c-42fb-9cd6-0ec0bbd9e591"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T05:15:01.313Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T05:15:01.313Z|1a2e82d0-edbe-43b4-aecb-39aa3f0260d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90b63ce1-3cb9-4b41-8b20-268abfa48307 ASDC
2022-06-24T05:15:01.315Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:78dfc460-85b1-45b1-a660-6e1b2a1292d4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:90b63ce1-3cb9-4b41-8b20-268abfa48307
ServiceInvariantUUID:7a4f9087-5d34-4a34-8363-7c663a2edfbf
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:9765568b-3b4c-42fb-9cd6-0ec0bbd9e591
ArtifactChecksum:NzkxODU4MWMxNmZiNWEwOGRkMjAzYjhjMzE1ZWZmOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4196fc30-257f-4dca-8205-fe05b413792d
ResourceInvariantUUID:5e32124d-73b7-488b-b14c-472687d11fc9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:df1a39ab-2d55-430b-b3b2-d6e20eab25c5
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:777936e7-ee21-4853-aa0e-1302ae1784fb
ArtifactChecksum:MTZlNzUwMTZjMDVlNTI2YmQ0NTZjOTk2ZWQ3YTYzNmQ=
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:b5f95772-02ec-4fbc-8d78-f7e322756471
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:f42bbd65-9345-42a6-b5fb-1082efbfe0f5
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:f42bbd65-9345-42a6-b5fb-1082efbfe0f5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T05:15:01.315Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90b63ce1-3cb9-4b41-8b20-268abfa48307 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-24T05:15:01.358Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:15:01.358Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:01.359Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:01.359Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9765568b-3b4c-42fb-9cd6-0ec0bbd9e591 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T05:15:01.359Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:15:01.359Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T05:15:01.749Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:15:01.757Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9765568b-3b4c-42fb-9cd6-0ec0bbd9e591 78806
2022-06-24T05:15:01.758Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:01.758Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:01.758Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:15:01.759Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:01.761Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:01.761Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047701758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:15:01.861Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:01.862Z||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-24T05:15:01.862Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:01.879Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:01.880Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:02.761Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:15:02.765Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:02.765Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9765568b-3b4c-42fb-9cd6-0ec0bbd9e591, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:02.766Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-24T05:15:02.767Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:02.767Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:03.014Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10903932331560879972/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-24T05:15:04.319Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T05:15:04.320Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T05:15:04.320Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.320Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T05:15:04.320Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.321Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T05:15:04.322Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T05:15:04.322Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.322Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.322Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:04.322Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T05:15:04.323Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:15:04.323Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.323Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.323Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:04.323Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T05:15:04.324Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:15:04.324Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.324Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.324Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.324Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T05:15:04.325Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-24T05:15:04.325Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-24T05:15:04.325Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-24T05:15:04.326Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T05:15:04.326Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T05:15:04.326Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.326Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T05:15:04.326Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.327Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:04.327Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:04.327Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.328Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:04.328Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:04.328Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.328Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:04.328Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:04.329Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.329Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T05:15:04.329Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T05:15:04.330Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T05:15:04.330Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cade2f26-ed34-40b6-b214-ea17e3f97acc
2022-06-24T05:15:04.330Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.330Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.331Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.331Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.331Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.331Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.331Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:04.332Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:04.332Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:90b63ce1-3cb9-4b41-8b20-268abfa48307
Model Version:NULL
Model InvariantUuid:7a4f9087-5d34-4a34-8363-7c663a2edfbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b8e618df-8dbf-4036-b765-99d8b2cc36fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e32124d-73b7-488b-b14c-472687d11fc9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4196fc30-257f-4dca-8205-fe05b413792d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e7c7dbe-578d-45de-b42c-fd0ae90e2dec
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0a963e1a-4f08-4566-8193-37b1ed51a53e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cade2f26-ed34-40b6-b214-ea17e3f97acc
ModelInvariantUuid:b64d0952-fad9-4aae-9d3b-17300ba8f0db
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4131a8b5-1262-4e3f-aaf4-81790e10cc99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:75b35210-9d44-4311-8d49-e7e4ba6e7a39
ModelInvariantUuid:0a45e33a-65ff-46fa-8edc-ad3550c40d9e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9acdf49b-1b0c-4b60-ab04-511bf513e0b9
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-24T05:15:04.345Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: df1a39ab-2d55-430b-b3b2-d6e20eab25c5
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-24T05:15:04.348Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-24T05:15:04.349Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df1a39ab-2d55-430b-b3b2-d6e20eab25c5
2022-06-24T05:15:04.349Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 777936e7-ee21-4853-aa0e-1302ae1784fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-24T05:15:04.349Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:15:04.349Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.916Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:15:04.917Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 777936e7-ee21-4853-aa0e-1302ae1784fb 792
2022-06-24T05:15:04.917Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.917Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:04.918Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:15:04.918Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:04.920Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:04.920Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047704917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:15:05.020Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:05.021Z||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-24T05:15:05.021Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:05.038Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:05.039Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:05.921Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1e7c7dbe-578d-45de-b42c-fd0ae90e2dec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a963e1a-4f08-4566-8193-37b1ed51a53e",
    "vfModuleModelCustomizationUUID": "4dadc996-4a90-4f6b-9153-d1513a101191",
    "isBase": true,
    "artifacts": [
      "b5f95772-02ec-4fbc-8d78-f7e322756471",
      "f42bbd65-9345-42a6-b5fb-1082efbfe0f5"
    ],
    "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-24T05:15:05.925Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a963e1a-4f08-4566-8193-37b1ed51a53e
VfModuleModelInvariantUUID:1e7c7dbe-578d-45de-b42c-fd0ae90e2dec
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5f95772-02ec-4fbc-8d78-f7e322756471
,
f42bbd65-9345-42a6-b5fb-1082efbfe0f5

}
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-24T05:15:05.930Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1e7c7dbe-578d-45de-b42c-fd0ae90e2dec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a963e1a-4f08-4566-8193-37b1ed51a53e",
    "vfModuleModelCustomizationUUID": "4dadc996-4a90-4f6b-9153-d1513a101191",
    "isBase": true,
    "artifacts": [
      "b5f95772-02ec-4fbc-8d78-f7e322756471",
      "f42bbd65-9345-42a6-b5fb-1082efbfe0f5"
    ],
    "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-24T05:15:05.931Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a963e1a-4f08-4566-8193-37b1ed51a53e
VfModuleModelInvariantUUID:1e7c7dbe-578d-45de-b42c-fd0ae90e2dec
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5f95772-02ec-4fbc-8d78-f7e322756471
,
f42bbd65-9345-42a6-b5fb-1082efbfe0f5

}
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-24T05:15:05.931Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b5f95772-02ec-4fbc-8d78-f7e322756471 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-24T05:15:05.931Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:15:05.932Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:06.242Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:15:06.242Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b5f95772-02ec-4fbc-8d78-f7e322756471 5033
2022-06-24T05:15:06.243Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:06.243Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:06.243Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:15:06.244Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:06.246Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:06.246Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047706243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:15:06.346Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:06.347Z||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-24T05:15:06.347Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:06.373Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:06.374Z||pool-138-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:07.247Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f42bbd65-9345-42a6-b5fb-1082efbfe0f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-24T05:15:07.248Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T05:15:07.248Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:07.405Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T05:15:07.406Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f42bbd65-9345-42a6-b5fb-1082efbfe0f5 903
2022-06-24T05:15:07.406Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:07.406Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:07.406Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:15:07.406Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:07.409Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:07.409Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047707406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:15:07.509Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:07.510Z||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-24T05:15:07.510Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:07.550Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:07.551Z||pool-139-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:08.409Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 90b63ce1-3cb9-4b41-8b20-268abfa48307
2022-06-24T05:15:08.410Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 df1a39ab-2d55-430b-b3b2-d6e20eab25c5 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-24T05:15:08.423Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67fefcdf, org.onap.sdc.toscaparser.api.parameters.Input@44d19379, org.onap.sdc.toscaparser.api.parameters.Input@5867e7fb, org.onap.sdc.toscaparser.api.parameters.Input@477f2695, org.onap.sdc.toscaparser.api.parameters.Input@57f732a1]
2022-06-24T05:15:08.425Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.426Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.426Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-24T05:15:08.426Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4196fc30-257f-4dca-8205-fe05b413792d
2022-06-24T05:15:08.426Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4196fc30-257f-4dca-8205-fe05b413792d matches Tosca VF Customization UUID: 4196fc30-257f-4dca-8205-fe05b413792d
2022-06-24T05:15:08.427Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4196fc30-257f-4dca-8205-fe05b413792d  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-24T05:15:08.430Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.430Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.431Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4196fc30-257f-4dca-8205-fe05b413792d: {\"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-24T05:15:08.431Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@463f9745
2022-06-24T05:15:08.431Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.431Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T05:15:08.432Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dadc996-4a90-4f6b-9153-d1513a101191
2022-06-24T05:15:08.432Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dadc996-4a90-4f6b-9153-d1513a101191
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-24T05:15:08.434Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.435Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:08.435Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:08.435Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.435Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:08.436Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:08.436Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.436Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T05:15:08.436Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T05:15:08.436Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T05:15:08.437Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cade2f26-ed34-40b6-b214-ea17e3f97acc
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-24T05:15:08.439Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.439Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:08.439Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T05:15:08.439Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.440Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T05:15:08.440Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4196fc30-257f-4dca-8205-fe05b413792d
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-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 90b63ce1-3cb9-4b41-8b20-268abfa48307: basic_vm_macro
2022-06-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.442Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.443Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:08.444Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:08.444Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:08.541Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro df1a39ab-2d55-430b-b3b2-d6e20eab25c5 1 ASDC deployResourceStructure
2022-06-24T05:15:08.541Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:08.541Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:08.541Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:15:08.541Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:08.543Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:08.543Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047708541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:15:08.644Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:08.644Z||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-24T05:15:08.645Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:08.735Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:08.736Z||pool-140-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:09.545Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:09.545Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:09.546Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:15:09.546Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:09.549Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:09.549Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047709545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T05:15:09.650Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:15:09.651Z||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-24T05:15:09.651Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:09.745Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:09.746Z||pool-141-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:10.551Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:10.551Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:10.551Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:15:10.552Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:10.554Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:10.554Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047710551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T05:15:10.654Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:10.655Z||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-24T05:15:10.655Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:10.689Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:10.689Z||pool-142-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:11.555Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:11.555Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||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-24T05:15:11.555Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:15:11.556Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:11.558Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:11.558Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047711555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:15:11.658Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:11.659Z||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-24T05:15:11.659Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:11.676Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:11.676Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:12.559Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78dfc460-85b1-45b1-a660-6e1b2a1292d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:15:12.579Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78dfc460-85b1-45b1-a660-6e1b2a1292d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:15:12.582Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:15:12.582Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T05:15:12.582Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T05:15:12.582Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T05:15:12.582Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:15:12.583Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T05:15:12.588Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T05:15:42.589Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78dfc460-85b1-45b1-a660-6e1b2a1292d4 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-24T05:15:42.603Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78dfc460-85b1-45b1-a660-6e1b2a1292d4 and serviceModelVersionId: 90b63ce1-3cb9-4b41-8b20-268abfa48307
2022-06-24T05:15:42.603Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a4f9087-5d34-4a34-8363-7c663a2edfbf
2022-06-24T05:15:42.604Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?depth=0
2022-06-24T05:15:42.609Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T05:15:42.656Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?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-24T05:15:42.658Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?depth=0|INFO|500||Invoke
2022-06-24T05:15:42.687Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T05:15:42.787Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?depth=0|INFO|500||InvokeReturn
2022-06-24T05:15:42.788Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a4f9087-5d34-4a34-8363-7c663a2edfbf/model-vers/model-ver/90b63ce1-3cb9-4b41-8b20-268abfa48307?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-05:15:42:277-61658], vertex-id=[278680], Content-Length=[0], Date=[Fri, 24 Jun 2022 05:15:42 GMT], Content-Type=[application/json]}
2022-06-24T05:15:42.788Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T05:15:42.789Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T05:15:42.789Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T05:15:42.798Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T05:15:42.798Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78dfc460-85b1-45b1-a660-6e1b2a1292d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T05:15:42.799Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T05:15:42.799Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:42.801Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:42.802Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047742798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:15:42.902Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T05:15:42.903Z||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-24T05:15:42.903Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:42.922Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:42.923Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T05:15:43.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:43.817Z||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-24T05:15:43.817Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:15:48.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:48.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T05:15:48.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e0e835b-1987-46cf-98dc-18c8c54abd6a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"001253e7-65cd-4f17-8e59-76af8f310cff","serviceDescription":"service","serviceInvariantUUID":"6733a8ef-1765-4b37-99ca-d9e2b538fe0c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"20bb5c4e-98ce-4238-afa9-ee8f44686c3f","resourceInvariantUUID":"10a47814-183c-4232-a995-f365f8b45d3c","resourceCustomizationUUID":"2e953c8c-032e-404e-9bf4-106be9f1b28b","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":"NWM0MmIyNzQ2NWQ3ZWIwNjFiMTQwOTU3NTI0YTY1YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d19944b-1ab6-4f12-863b-d62597ec1ee6","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":"c479326d-3002-42c2-a52c-e9347a5b6b74","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":"cb67a1c6-cde4-41c6-aaa9-8ae8b2eacf9e","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":"MDhjOGFiYjNlY2QxZDRlNjIxODA3NGNjYTdmMzE0NWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"03150ba6-488c-4e09-b926-61b620edfe74","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":"34613b1a-cf43-45bd-a75e-04dd2c27c0f1","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":"dfbd1570-9d6b-48e6-a385-c4a884d848da","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":"5749cba5-246f-4601-97f7-7b5f1552478b","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":"ZGYzODAxMmRmNWI0YWQwZDcwZDIzNGE2MWJhMmY3OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9019ff2-c654-4f0e-9885-e4a65cbe8b2c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWY2MzAxYWViZmVmYzdhNzA0ZjAxNTRjYWYyZTQ2MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1570618-2a36-4105-9427-a0d75f11d7df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T05:15:48.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:48.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:48.524Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:48.524Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:48.625Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T05:15:48.626Z||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-24T05:15:48.626Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:48.664Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:48.665Z||pool-145-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:49.525Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:49.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:49.529Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:49.529Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:49.629Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:49.631Z||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-24T05:15:49.631Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:49.670Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:49.670Z||pool-146-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:50.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:50.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:50.533Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:50.533Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:50.633Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:50.634Z||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-24T05:15:50.634Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:50.666Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:50.667Z||pool-147-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:51.534Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:51.535Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:51.537Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:51.538Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:51.638Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:51.639Z||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-24T05:15:51.640Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:51.667Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:51.668Z||pool-148-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:52.538Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:52.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:52.541Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:52.541Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:52.641Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:52.643Z||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-24T05:15:52.643Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:52.656Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:52.657Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:53.541Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:53.542Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:53.544Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:53.544Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:53.646Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T05:15:53.647Z||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-24T05:15:53.647Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:53.673Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:53.674Z||pool-150-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:54.545Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:54.546Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:54.548Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:54.548Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:54.649Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:54.649Z||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-24T05:15:54.650Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:54.669Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:54.670Z||pool-151-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:55.549Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:55.550Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:55.554Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:55.554Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:55.654Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:55.655Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:15:55.655Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:55.671Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:55.672Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:56.119Z||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-24T05:15:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:15:56.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:56.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:15:56.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:15:56.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:15:56.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T05:15:56.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:56.558Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:56.558Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:15:56.658Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:56.659Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:15:56.659Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:56.674Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:56.674Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:15:57.559Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "001253e7-65cd-4f17-8e59-76af8f310cff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6733a8ef-1765-4b37-99ca-d9e2b538fe0c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2e953c8c-032e-404e-9bf4-106be9f1b28b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "20bb5c4e-98ce-4238-afa9-ee8f44686c3f",
      "resourceInvariantUUID": "10a47814-183c-4232-a995-f365f8b45d3c",
      "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": "ZWY2MzAxYWViZmVmYzdhNzA0ZjAxNTRjYWYyZTQ2MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1570618-2a36-4105-9427-a0d75f11d7df"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T05:15:57.559Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T05:15:57.560Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 001253e7-65cd-4f17-8e59-76af8f310cff ASDC
2022-06-24T05:15:57.561Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9e0e835b-1987-46cf-98dc-18c8c54abd6a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:001253e7-65cd-4f17-8e59-76af8f310cff
ServiceInvariantUUID:6733a8ef-1765-4b37-99ca-d9e2b538fe0c
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:b1570618-2a36-4105-9427-a0d75f11d7df
ArtifactChecksum:ZWY2MzAxYWViZmVmYzdhNzA0ZjAxNTRjYWYyZTQ2MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2e953c8c-032e-404e-9bf4-106be9f1b28b
ResourceInvariantUUID:10a47814-183c-4232-a995-f365f8b45d3c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:20bb5c4e-98ce-4238-afa9-ee8f44686c3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T05:15:57.561Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 001253e7-65cd-4f17-8e59-76af8f310cff 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-24T05:15:57.597Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:15:57.598Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:57.598Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:57.598Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1570618-2a36-4105-9427-a0d75f11d7df from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T05:15:57.598Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-24T05:15:57.599Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T05:15:57.853Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-24T05:15:57.862Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b1570618-2a36-4105-9427-a0d75f11d7df 105657
2022-06-24T05:15:57.862Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||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-24T05:15:57.862Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||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-24T05:15:57.862Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T05:15:57.863Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:57.865Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:57.865Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047757862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:15:57.965Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:15:57.967Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:15:57.967Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:15:58.008Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:58.008Z||pool-154-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-24T05:15:58.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T05:15:58.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-24T05:15:58.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b1570618-2a36-4105-9427-a0d75f11d7df, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:58.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-24T05:15:58.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:58.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.018Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10431656154533259616/Definitions/service-TestPnfMacro-template.yml
2022-06-24T05:15:59.865Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||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-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.866Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.867Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T05:15:59.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-24T05:15:59.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:15:59.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.868Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.869Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.872Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.873Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:001253e7-65cd-4f17-8e59-76af8f310cff
Model Version:NULL
Model InvariantUuid:6733a8ef-1765-4b37-99ca-d9e2b538fe0c
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-24T05:15:59.892Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 20bb5c4e-98ce-4238-afa9-ee8f44686c3f
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-24T05:15:59.897Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-24T05:15:59.897Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 20bb5c4e-98ce-4238-afa9-ee8f44686c3f
2022-06-24T05:15:59.897Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 001253e7-65cd-4f17-8e59-76af8f310cff
2022-06-24T05:15:59.897Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 001253e7-65cd-4f17-8e59-76af8f310cff
2022-06-24T05:15:59.897Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 20bb5c4e-98ce-4238-afa9-ee8f44686c3f 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-24T05:15:59.905Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d97161, org.onap.sdc.toscaparser.api.parameters.Input@401025fb, org.onap.sdc.toscaparser.api.parameters.Input@721a0d6c, org.onap.sdc.toscaparser.api.parameters.Input@50506431, org.onap.sdc.toscaparser.api.parameters.Input@12c04523]
2022-06-24T05:15:59.905Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.906Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.906Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 001253e7-65cd-4f17-8e59-76af8f310cff: test-pnf
2022-06-24T05:15:59.906Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Processing PNF resource: 20bb5c4e-98ce-4238-afa9-ee8f44686c3f
2022-06-24T05:15:59.906Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T05:15:59.907Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T05:15:59.907Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2e953c8c-032e-404e-9bf4-106be9f1b28b is the same as notified resource customizationUUID: 2e953c8c-032e-404e-9bf4-106be9f1b28b
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-24T05:15:59.982Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 20bb5c4e-98ce-4238-afa9-ee8f44686c3f 0 ASDC deployResourceStructure
2022-06-24T05:15:59.983Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||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-24T05:15:59.983Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||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-24T05:15:59.983Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T05:15:59.984Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:15:59.986Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:15:59.986Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047759983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:16:00.087Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:16:00.088Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:16:00.088Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:16:00.110Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:00.111Z||pool-155-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T05:16:00.987Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0e835b-1987-46cf-98dc-18c8c54abd6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:16:01.002Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0e835b-1987-46cf-98dc-18c8c54abd6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T05:16:01.004Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T05:16:01.004Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T05:16:01.004Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T05:16:01.004Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.005Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.006Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T05:16:01.006Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T05:16:01.010Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T05:16:31.011Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e0e835b-1987-46cf-98dc-18c8c54abd6a 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-24T05:16:31.016Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e0e835b-1987-46cf-98dc-18c8c54abd6a and serviceModelVersionId: 001253e7-65cd-4f17-8e59-76af8f310cff
2022-06-24T05:16:31.017Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6733a8ef-1765-4b37-99ca-d9e2b538fe0c
2022-06-24T05:16:31.018Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0
2022-06-24T05:16:31.022Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T05:16:31.064Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0|INFO|500||Invoke
2022-06-24T05:16:31.065Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e0e835b-1987-46cf-98dc-18c8c54abd6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aa35ac9-3420-4dd6-afa3-ccb65f8545cb], X-ECOMP-RequestID=[9e0e835b-1987-46cf-98dc-18c8c54abd6a], X-TransactionId=[], X-ONAP-RequestID=[9e0e835b-1987-46cf-98dc-18c8c54abd6a], Content-Type=[application/merge-patch+json]}
2022-06-24T05:16:31.087Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T05:16:31.263Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?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/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-05:16:30:671-64760], vertex-id=[290960], Content-Length=[0], Date=[Fri, 24 Jun 2022 05:16:30 GMT], Content-Type=[application/json]}
2022-06-24T05:16:31.263Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T05:16:31.264Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6733a8ef-1765-4b37-99ca-d9e2b538fe0c/model-vers/model-ver/001253e7-65cd-4f17-8e59-76af8f310cff?depth=0|INFO|500||InvokeReturn
2022-06-24T05:16:31.264Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T05:16:31.265Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T05:16:31.270Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T05:16:31.270Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e0e835b-1987-46cf-98dc-18c8c54abd6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T05:16:31.271Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T05:16:31.271Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-24T05:16:31.274Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T05:16:31.274Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047791270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:16:31.374Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T05:16:31.375Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T05:16:31.375Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T05:16:31.399Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:31.400Z||pool-156-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T05:16:32.291Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:32.291Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:16:32.292Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:16:41.848Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:41.849Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:41.850Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:16:41.850Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:16:51.425Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:51.426Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:51.426Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:16:51.426Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:16:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:56.119Z||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-24T05:16:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:16:56.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:56.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047516114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047701758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047704917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047706243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047707406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047708541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047709545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047710551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047711555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78dfc460-85b1-45b1-a660-6e1b2a1292d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047742798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:16:56.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T05:16:56.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T05:16:56.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:17:00.986Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:17:00.987Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:00.988Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:17:00.988Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:17:10.582Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:17:56.114Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:56.114Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:17:56.115Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:17:56.118Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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-24T05:17:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:17:56.677Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:17:56.677Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:17:56.677Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047743816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T05:17:56.678Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047757862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047759983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T05:17:56.679Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0e835b-1987-46cf-98dc-18c8c54abd6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656047791270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T05:17:56.680Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T05:18:05.735Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:18:56.114Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:56.116Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:18:56.116Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:18:56.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:18:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:19:05.690Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:19:05.691Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:19:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:56.116Z||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-24T05:19:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:19:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:56.120Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:19:56.120Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:20:05.724Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:20:05.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:20:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:56.115Z||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-24T05:20:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:20:56.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:20:56.119Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:21:05.686Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:21:05.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:21:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:56.114Z||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-24T05:21:56.114Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:21:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:56.119Z||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-24T05:21:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:22:05.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:22:05.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:22:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:56.115Z||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-24T05:22:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:22:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:56.119Z||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-24T05:22:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:23:05.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:23:05.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:23:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:56.115Z||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-24T05:23:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:23:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:56.119Z||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-24T05:23:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:24:05.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:24:05.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:24:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:56.115Z||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-24T05:24:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:24:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:56.119Z||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-24T05:24:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:25:05.727Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:25:05.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:25:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:56.114Z||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-24T05:25:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:25:56.118Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:56.119Z||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-24T05:25:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:26:05.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:26:05.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:26:56.114Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:56.115Z||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-24T05:26:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:26:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:56.119Z||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-24T05:26:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:27:05.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:27:05.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:27:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:56.117Z||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-24T05:27:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:27:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:56.120Z||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-24T05:27:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:28:05.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:28:05.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:28:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:56.117Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:28:56.117Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:28:56.119Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:56.120Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:28:56.121Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:29:05.718Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:29:05.745Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:29:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:29:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:29:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T05:29:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:30:05.698Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:30:05.703Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:30:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:30:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:30:56.118Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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-24T05:30:56.119Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:31:05.722Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:31:05.771Z|a48d37ed-39b2-472b-b2ac-f6f8b6c68c36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:31:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:31:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:31:56.118Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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-24T05:31:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:32:05.718Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:32:05.718Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:32:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:32:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:32:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:56.120Z||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-24T05:32:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:33:05.699Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:05.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:33:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:33:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:56.119Z||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-24T05:33:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:34:05.705Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:05.718Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:34:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:34:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:56.119Z||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-24T05:34:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:35:05.720Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:05.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:56.117Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:35:56.118Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:35:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:56.119Z||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-24T05:35:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T05:36:05.694Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:05.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:56.114Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:56.115Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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-24T05:36:56.116Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:36:56.118Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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-24T05:36:56.119Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:37:05.700Z|78dfc460-85b1-45b1-a660-6e1b2a1292d4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:05.706Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:56.114Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:56.115Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:37:56.115Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:37:56.118Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T05:37:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:38:05.688Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:05.697Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:56.114Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:56.115Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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-24T05:38:56.115Z|9e0e835b-1987-46cf-98dc-18c8c54abd6a|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 ur5wUy48J70QDOwq) ...
2022-06-24T05:38:56.118Z|24c657f2-9d8b-41da-ba25-3667825988b7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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-24T05:38:56.119Z|24c657f2-9d8b-41da-ba25-3667825988b7|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 ur5wUy48J70QDOwq) ...