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-04-06T05:32:47.449Z||main|||||INFO|500||The following profiles are active: basic
2022-04-06T05:33:13.220Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-06T05:33:13.222Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-06T05:33:13.855Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-06T05:33:23.608Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-06T05:33:24.451Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-06T05:33:25.306Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-06T05:33:25.316Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-06T05:33:25.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-06T05:33:25.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-06T05:33:27.412Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-06T05:33:31.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-06T05:33:35.808Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-06T05:33:35.909Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-06T05:33:36.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-06T05:33:37.216Z||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-04-06T05:33:39.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-06T05:33:41.748Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-06T05:33:41.792Z||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$$30e71889.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-04-06T05:33:41.793Z||main|||||WARN|500||The sdc end point is not alive
2022-04-06T05:33:48.645Z||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-04-06T05:33:54.651Z||main|||||WARN|500||---
2022-04-06T05:33:54.652Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-06T05:33:54.653Z||main|||||WARN|500||---
2022-04-06T05:33:55.392Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-06T05:34:04.094Z||main|||||INFO|500||Started Application in 83.086 seconds (JVM running for 88.87)
2022-04-06T05:34:04.122Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:34:04.125Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:34:04.140Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:34:04.174Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:34:04.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5281323e-6069-438a-8d49-de4e11cca27b url= /sdc/v1/artifactTypes
2022-04-06T05:34:04.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:34:05.357Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.60.238] 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$$9ee9b50c.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-04-06T05:34:05.363Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b44ee31
2022-04-06T05:34:05.364Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:34:05.392Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:34:05.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:34:05.401Z||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$$9ee9b50c.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-04-06T05:34:54.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:34:54.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:34:54.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:34:54.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:34:54.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4aa60197-c3f9-413c-8675-7003a4e40a24 url= /sdc/v1/artifactTypes
2022-04-06T05:34:54.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:34:55.150Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.60.238] 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$$9ee9b50c.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-04-06T05:34:55.152Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f3f3269
2022-04-06T05:34:55.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:34:55.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:34:55.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:34:55.156Z||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$$9ee9b50c.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-04-06T05:35:44.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:35:44.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:35:44.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:35:44.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:35:44.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 389ae348-848d-4aab-a34a-8a5851d91080 url= /sdc/v1/artifactTypes
2022-04-06T05:35:44.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:35:45.127Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.60.238] 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$$9ee9b50c.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-04-06T05:35:45.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@256fae1
2022-04-06T05:35:45.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:35:45.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:35:45.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:35:45.136Z||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$$9ee9b50c.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-04-06T05:36:34.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:36:34.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:36:34.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:36:34.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:36:34.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82d0962c-bdcd-4886-8191-9b7c7f1e3ee9 url= /sdc/v1/artifactTypes
2022-04-06T05:36:34.115Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:36:35.144Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.60.238] 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$$9ee9b50c.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-04-06T05:36:35.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@696383a1
2022-04-06T05:36:35.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:36:35.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:36:35.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:36:35.147Z||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$$9ee9b50c.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-04-06T05:37:24.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:37:24.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:37:24.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:37:24.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:37:24.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0baee1d-d936-4a7c-a043-50caf22b3115 url= /sdc/v1/artifactTypes
2022-04-06T05:37:24.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:37:24.435Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-06T05:37:24.458Z||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-04-06T05:37:24.567Z||scheduling-1|||||DEBUG|500||create keys
2022-04-06T05:37:24.580Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-06T05:37:24.610Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:37:24.642Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6bf6bdb2-4055-4b40-bedc-d688d86c64ef url= /sdc/v1/registerForDistribution
2022-04-06T05:37:24.796Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6bf6bdb2-4055-4b40-bedc-d688d86c64ef url= /sdc/v1/registerForDistribution
2022-04-06T05:37:24.797Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-06T05:37:24.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:37:24.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:37:24.842Z||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-04-06T05:37:24.842Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:37:24.842Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-06T05:37:24.843Z||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-04-06T05:37:24.844Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:37:35.127Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:37:35.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:38:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:38:24.816Z||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-04-06T05:38:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:38:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:38:24.825Z||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-04-06T05:38:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:38:34.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:38:34.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:39:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:39:24.816Z||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-04-06T05:39:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:39:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:39:24.827Z||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-04-06T05:39:24.828Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:39:34.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:39:34.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:40:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:40:24.817Z||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-04-06T05:40:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:40:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:40:24.825Z||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-04-06T05:40:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:40:34.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:40:34.386Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:41:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:41:24.816Z||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-04-06T05:41:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:41:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:41:24.824Z||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-04-06T05:41:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:41:34.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:41:34.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:42:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:42:24.816Z||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-04-06T05:42:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:42:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:42:24.825Z||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-04-06T05:42:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:42:34.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:42:34.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:43:19.808Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-06T05:43:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:43:24.816Z||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-04-06T05:43:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:43:24.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:43:24.826Z||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-04-06T05:43:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:43:34.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:43:34.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:44:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:44:24.816Z||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-04-06T05:44:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:44:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:44:24.825Z||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-04-06T05:44:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:44:34.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:44:34.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:45:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:45:24.817Z||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-04-06T05:45:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:45:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:45:24.825Z||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-04-06T05:45:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:45:34.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:45:34.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:46:24.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:46:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:46:24.824Z||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-04-06T05:46:24.825Z||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-04-06T05:46:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:46:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:46:34.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:46:34.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:47:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:47:24.816Z||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-04-06T05:47:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:47:24.823Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:47:24.824Z||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-04-06T05:47:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:47:34.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:47:34.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:48:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:48:24.817Z||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-04-06T05:48:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:48:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:48:24.824Z||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-04-06T05:48:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:48:34.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:48:34.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:49:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:49:24.816Z||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-04-06T05:49:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:49:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:49:24.824Z||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-04-06T05:49:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:49:34.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:49:34.363Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:50:24.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:50:24.817Z||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-04-06T05:50:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:50:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:50:24.824Z||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-04-06T05:50:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:50:34.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:50:34.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:51:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:51:24.816Z||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-04-06T05:51:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:51:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:51:24.825Z||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-04-06T05:51:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:51:34.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:51:34.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:52:24.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:52:24.818Z||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-04-06T05:52:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:52:24.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:52:24.825Z||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-04-06T05:52:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:52:34.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:52:34.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:53:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:53:24.816Z||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-04-06T05:53:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:53:24.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:53:24.831Z||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-04-06T05:53:24.831Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:53:34.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:53:34.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:54:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:54:24.816Z||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-04-06T05:54:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:54:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:54:24.825Z||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-04-06T05:54:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:54:34.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:54:34.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:55:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:55:24.817Z||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-04-06T05:55:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:55:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:55:24.825Z||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-04-06T05:55:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:55:34.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:55:34.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:56:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:56:24.816Z||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-04-06T05:56:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:56:24.823Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:56:24.825Z||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-04-06T05:56:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:56:34.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:56:34.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:57:24.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:57:24.815Z||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-04-06T05:57:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:57:24.825Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:57:24.827Z||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-04-06T05:57:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:57:34.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:57:34.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:58:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:58:24.816Z||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-04-06T05:58:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:58:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:58:24.832Z||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-04-06T05:58:24.833Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:58:34.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:58:34.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:59:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:59:24.817Z||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-04-06T05:59:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:59:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:59:24.825Z||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-04-06T05:59:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:59:34.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T05:59:34.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:00:24.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:00:24.818Z||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-04-06T06:00:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:00:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:00:24.824Z||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-04-06T06:00:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:00:34.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:00:34.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:01:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:01:24.819Z||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-04-06T06:01:24.820Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:01:24.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:01:24.826Z||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-04-06T06:01:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:01:34.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:01:34.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:02:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:02:24.816Z||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-04-06T06:02:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:02:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:02:24.824Z||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-04-06T06:02:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:02:34.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:02:34.389Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:03:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:03:24.816Z||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-04-06T06:03:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:03:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:03:24.825Z||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-04-06T06:03:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:03:34.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:03:34.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:04:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:04:24.816Z||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-04-06T06:04:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:04:24.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:04:24.827Z||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-04-06T06:04:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:04:34.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:04:34.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:05:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:05:24.817Z||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-04-06T06:05:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:05:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:05:24.825Z||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-04-06T06:05:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:05:34.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:05:34.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:06:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:06:24.816Z||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-04-06T06:06:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:06:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:06:24.824Z||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-04-06T06:06:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:06:34.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:06:34.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:07:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:07:24.817Z||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-04-06T06:07:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:07:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:07:24.826Z||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-04-06T06:07:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:07:34.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:07:34.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:08:24.814Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:08:24.816Z||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-04-06T06:08:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:08:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:08:24.825Z||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-04-06T06:08:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:08:34.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:08:34.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:09:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:09:24.816Z||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-04-06T06:09:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:09:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:09:24.825Z||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-04-06T06:09:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:09:34.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:09:34.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:10:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:10:24.816Z||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-04-06T06:10:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:10:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:10:24.824Z||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-04-06T06:10:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:10:34.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:10:34.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:11:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:11:24.817Z||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-04-06T06:11:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:11:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:11:24.824Z||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-04-06T06:11:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:11:34.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:11:34.363Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:12:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:12:24.816Z||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-04-06T06:12:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:12:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:12:24.824Z||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-04-06T06:12:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:12:34.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:12:34.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:13:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:13:24.817Z||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-04-06T06:13:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:13:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:13:24.824Z||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-04-06T06:13:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:13:34.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:13:34.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:14:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:14:24.816Z||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-04-06T06:14:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:14:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:14:24.825Z||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-04-06T06:14:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:14:34.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:14:34.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:15:24.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:15:24.817Z||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-04-06T06:15:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:15:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:15:24.826Z||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-04-06T06:15:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:15:34.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:15:34.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:16:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:16:24.816Z||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-04-06T06:16:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:16:24.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:16:24.826Z||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-04-06T06:16:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:16:34.386Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:16:34.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:17:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:17:24.816Z||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-04-06T06:17:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:17:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:17:24.825Z||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-04-06T06:17:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:17:34.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:17:34.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:18:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:18:24.816Z||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-04-06T06:18:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:18:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:18:24.824Z||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-04-06T06:18:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:18:34.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:18:34.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:19:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:19:24.816Z||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-04-06T06:19:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:19:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:19:24.824Z||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-04-06T06:19:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:19:34.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:19:34.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:20:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:20:24.816Z||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-04-06T06:20:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:20:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:20:24.825Z||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-04-06T06:20:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:20:34.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:20:34.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:21:24.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:21:24.816Z||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-04-06T06:21:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:21:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:21:24.824Z||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-04-06T06:21:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:21:34.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:21:34.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:22:24.816Z||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-04-06T06:22:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:22:24.826Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:22:24.827Z||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-04-06T06:22:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:22:24.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:24.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226128043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226122240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226138480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226133088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226139975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226141124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226141447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "cds",
  "timestamp": 1649226142163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-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-04-06T06:22:25.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:22:25.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:22:25.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226142546,
  "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-04-06T06:22:25.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:22:25.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:22:25.444Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:25.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:22:25.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"68da94e6-5d88-406c-9c8c-47577d1a1c23","serviceName":"basic_onboard_nVpQeW","serviceVersion":"1.0","serviceUUID":"0ab4d332-14da-48ae-be00-637a7752cf2e","serviceDescription":"service","serviceInvariantUUID":"6e1ae172-9139-4b76-bfea-657905ecc70f","resources":[{"resourceInstanceName":"basic_onboard_nVpQeW 0","resourceName":"basic_onboard_nVpQeW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10fa553a-c04c-4256-ba27-a80823192aeb","resourceInvariantUUID":"7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65","resourceCustomizationUUID":"4b358ba9-04b7-4139-b630-937f221a42fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY0NjFiMGU1MTU0N2ZjMTk0YjU5ZGZhYTFlYzI3MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ce3e7c0-a522-45f2-a67e-a5280e5167f7","artifactVersion":"1"},{"artifactName":"basic_onboard_nvpqew0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json","artifactChecksum":"NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b4cf011-dda3-407b-bb1f-7200afdc17a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8de94bf2-93d0-4e54-8edc-55f20556b60e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45d5279e-f44f-4aeb-89e5-66e051ef6e74","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fdca14e5-3b62-4e8a-b3f7-92608f67127a","artifactVersion":"2","generatedFromUUID":"8de94bf2-93d0-4e54-8edc-55f20556b60e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvpqew-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml","artifactChecksum":"MzkyNWZiYWI3MDU2MDcxNzhmMmUyZDg4Y2UyMDE1YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1618960-7f64-4679-9b86-e909583c0a68","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvpqew-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar","artifactChecksum":"NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc84a5e0-d58e-4d3f-9aba-0765b339acac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:22:25.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226143553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:22:25.464Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:25.475Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:25.495Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:25.496Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-06T06:22:25.607Z||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-04-06T06:22:25.608Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:25.627Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:25.630Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:26.507Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:26.508Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:26.511Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:26.511Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:22:26.611Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:26.613Z||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-04-06T06:22:26.613Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:26.630Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:26.631Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:27.521Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:27.524Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:27.527Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:27.528Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:22:27.628Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:27.629Z||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-04-06T06:22:27.629Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:27.643Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:27.645Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:28.529Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:28.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:28.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:28.534Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:28.634Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:28.635Z||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-04-06T06:22:28.635Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:28.649Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:28.650Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:29.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:29.537Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:29.542Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:29.543Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:22:29.641Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:22:29.643Z||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-04-06T06:22:29.643Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:29.657Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:29.658Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:30.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:30.545Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:30.549Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:30.549Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:22:30.649Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:30.650Z||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-04-06T06:22:30.650Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:30.689Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:30.690Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:31.550Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:31.552Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:31.556Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:31.556Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:22:31.656Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:31.658Z||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-04-06T06:22:31.658Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:31.671Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:31.672Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:32.559Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "serviceName": "basic_onboard_nVpQeW",
  "serviceVersion": "1.0",
  "serviceUUID": "0ab4d332-14da-48ae-be00-637a7752cf2e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e1ae172-9139-4b76-bfea-657905ecc70f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nVpQeW 0",
      "resourceCustomizationUUID": "4b358ba9-04b7-4139-b630-937f221a42fa",
      "resourceName": "basic_onboard_nVpQeW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "10fa553a-c04c-4256-ba27-a80823192aeb",
      "resourceInvariantUUID": "7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nvpqew0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
          "artifactChecksum": "NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b4cf011-dda3-407b-bb1f-7200afdc17a2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8de94bf2-93d0-4e54-8edc-55f20556b60e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fdca14e5-3b62-4e8a-b3f7-92608f67127a",
            "generatedFromUUID": "8de94bf2-93d0-4e54-8edc-55f20556b60e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fdca14e5-3b62-4e8a-b3f7-92608f67127a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNvpqew-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
      "artifactChecksum": "NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc84a5e0-d58e-4d3f-9aba-0765b339acac"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:22:32.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:22:32.562Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ab4d332-14da-48ae-be00-637a7752cf2e ASDC
2022-04-06T06:22:32.733Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:68da94e6-5d88-406c-9c8c-47577d1a1c23
ServiceName:basic_onboard_nVpQeW
ServiceVersion:1.0
ServiceUUID:0ab4d332-14da-48ae-be00-637a7752cf2e
ServiceInvariantUUID:6e1ae172-9139-4b76-bfea-657905ecc70f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNvpqew-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
ArtifactUUID:bc84a5e0-d58e-4d3f-9aba-0765b339acac
ArtifactChecksum:NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nVpQeW 0
ResourceCustomizationUUID:4b358ba9-04b7-4139-b630-937f221a42fa
ResourceInvariantUUID:7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65
ResourceName:basic_onboard_nVpQeW
ResourceType:VF
ResourceUUID:10fa553a-c04c-4256-ba27-a80823192aeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nvpqew0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
ArtifactUUID:8b4cf011-dda3-407b-bb1f-7200afdc17a2
ArtifactChecksum:NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY=
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8de94bf2-93d0-4e54-8edc-55f20556b60e
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
ArtifactUUID:fdca14e5-3b62-4e8a-b3f7-92608f67127a
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
ArtifactUUID:fdca14e5-3b62-4e8a-b3f7-92608f67127a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:22:32.734Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ab4d332-14da-48ae-be00-637a7752cf2e 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-04-06T06:22:32.818Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:22:32.824Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:32.825Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:32.826Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc84a5e0-d58e-4d3f-9aba-0765b339acac from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:32.826Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:32.828Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:33.102Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:33.125Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar bc84a5e0-d58e-4d3f-9aba-0765b339acac 71584
2022-04-06T06:22:33.126Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar ASDC sendASDCNotification
2022-04-06T06:22:33.127Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:33.128Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:33.130Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:33.133Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:33.133Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226153125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:33.233Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:33.235Z||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-04-06T06:22:33.236Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:33.253Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:33.254Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:34.134Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:22:34.135Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:34.136Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bc84a5e0-d58e-4d3f-9aba-0765b339acac, URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.137Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.281Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.282Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:35.281Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7627809843164446766/Definitions/service-BasicOnboardNvpqew-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-04-06T06:22:37.832Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:22:37.840Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nVpQeW 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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:22:37.851Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.852Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.857Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.858Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:22:37.859Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.864Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.869Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.869Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.875Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.876Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.878Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.884Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.885Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:37.885Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:22:37.886Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:37.886Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f712a0c-e1a9-4155-8bef-702c3b03f234
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.888Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.888Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.890Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nVpQeW
Description:service
Model UUID:0ab4d332-14da-48ae-be00-637a7752cf2e
Model Version:NULL
Model InvariantUuid:6e1ae172-9139-4b76-bfea-657905ecc70f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nVpQeW
Model UUID:737ce6de-3c32-476b-b8c5-940d9db42ced
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b358ba9-04b7-4139-b630-937f221a42fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1b75cb9-4551-437f-999a-5c5dc909b8c2
ModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
ModelUuid:d0d20682-0cfe-4678-afe9-acf5faaf0075
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f712a0c-e1a9-4155-8bef-702c3b03f234
ModelInvariantUuid:22c3cd40-56a5-46bc-b3c6-772f9d155339
ModelName:basic_onboard_nVpQeW-nodes.ubuntu18Cvfc
ModelUuid:d619c876-47c9-499d-bc8c-9515c2c5ea74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:414ee7c1-bc9f-4518-8ae0-2aac323c7880
ModelInvariantUuid:406464d1-ba8d-49de-817c-c1b454b512a0
ModelName:BasicOnboardNvpqew.compute.nodes.heat.ubuntu18
ModelUuid:2ad45e67-6501-48fb-a50f-d9b2e1f232cd
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-04-06T06:22:37.920Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 10fa553a-c04c-4256-ba27-a80823192aeb
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-04-06T06:22:38.062Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||basic_onboard_nVpQeW 0
2022-04-06T06:22:38.075Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10fa553a-c04c-4256-ba27-a80823192aeb
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b4cf011-dda3-407b-bb1f-7200afdc17a2 from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.385Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json 8b4cf011-dda3-407b-bb1f-7200afdc17a2 798
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json ASDC sendASDCNotification
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.388Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:38.389Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:38.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:38.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226158387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:38.492Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:38.493Z||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-04-06T06:22:38.494Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:38.508Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:38.509Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:39.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNvpqew..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f1b75cb9-4551-437f-999a-5c5dc909b8c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d20682-0cfe-4678-afe9-acf5faaf0075",
    "vfModuleModelCustomizationUUID": "24ea735f-4eec-4414-9ebe-55d43d7769f7",
    "isBase": true,
    "artifacts": [
      "8de94bf2-93d0-4e54-8edc-55f20556b60e",
      "fdca14e5-3b62-4e8a-b3f7-92608f67127a"
    ],
    "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-04-06T06:22:39.413Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d20682-0cfe-4678-afe9-acf5faaf0075
VfModuleModelInvariantUUID:f1b75cb9-4551-437f-999a-5c5dc909b8c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8de94bf2-93d0-4e54-8edc-55f20556b60e
,
fdca14e5-3b62-4e8a-b3f7-92608f67127a

}
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-04-06T06:22:39.419Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNvpqew..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f1b75cb9-4551-437f-999a-5c5dc909b8c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d20682-0cfe-4678-afe9-acf5faaf0075",
    "vfModuleModelCustomizationUUID": "24ea735f-4eec-4414-9ebe-55d43d7769f7",
    "isBase": true,
    "artifacts": [
      "8de94bf2-93d0-4e54-8edc-55f20556b60e",
      "fdca14e5-3b62-4e8a-b3f7-92608f67127a"
    ],
    "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-04-06T06:22:39.424Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d20682-0cfe-4678-afe9-acf5faaf0075
VfModuleModelInvariantUUID:f1b75cb9-4551-437f-999a-5c5dc909b8c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8de94bf2-93d0-4e54-8edc-55f20556b60e
,
fdca14e5-3b62-4e8a-b3f7-92608f67127a

}
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-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8de94bf2-93d0-4e54-8edc-55f20556b60e from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.770Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:39.771Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml 8de94bf2-93d0-4e54-8edc-55f20556b60e 5033
2022-04-06T06:22:39.771Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:22:39.772Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.774Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:39.775Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:39.779Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:39.779Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226159771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:39.879Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:39.880Z||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-04-06T06:22:39.880Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:39.910Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:39.911Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:40.781Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fdca14e5-3b62-4e8a-b3f7-92608f67127a from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:40.782Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:40.783Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:41.252Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:41.253Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env fdca14e5-3b62-4e8a-b3f7-92608f67127a 909
2022-04-06T06:22:41.254Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:22:41.254Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:41.255Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:41.256Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:41.260Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:41.261Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226161254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:22:41.361Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:41.363Z||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-04-06T06:22:41.363Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:41.377Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:41.378Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:42.262Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0ab4d332-14da-48ae-be00-637a7752cf2e
2022-04-06T06:22:42.263Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nVpQeW 0 10fa553a-c04c-4256-ba27-a80823192aeb 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-04-06T06:22:42.321Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43864ac2, org.onap.sdc.toscaparser.api.parameters.Input@5c8eace2, org.onap.sdc.toscaparser.api.parameters.Input@64c62741, org.onap.sdc.toscaparser.api.parameters.Input@49b605c3, org.onap.sdc.toscaparser.api.parameters.Input@3817966d]
2022-04-06T06:22:42.327Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.328Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.332Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:22:42.333Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4b358ba9-04b7-4139-b630-937f221a42fa
2022-04-06T06:22:42.334Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b358ba9-04b7-4139-b630-937f221a42fa matches Tosca VF Customization UUID: 4b358ba9-04b7-4139-b630-937f221a42fa
2022-04-06T06:22:42.335Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4b358ba9-04b7-4139-b630-937f221a42fa  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-04-06T06:22:42.344Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.345Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.347Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4b358ba9-04b7-4139-b630-937f221a42fa: {\"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-04-06T06:22:42.350Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b063d4d
2022-04-06T06:22:42.355Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.356Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:22:42.357Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24ea735f-4eec-4414-9ebe-55d43d7769f7
2022-04-06T06:22:42.358Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24ea735f-4eec-4414-9ebe-55d43d7769f7
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-04-06T06:22:42.368Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.369Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.369Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.371Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.372Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.374Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.374Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:42.376Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f712a0c-e1a9-4155-8bef-702c3b03f234
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-04-06T06:22:42.385Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.386Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.386Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.388Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=4b358ba9-04b7-4139-b630-937f221a42fa
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-04-06T06:22:42.390Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.391Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.392Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0ab4d332-14da-48ae-be00-637a7752cf2e: basic_onboard_nVpQeW
2022-04-06T06:22:42.392Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.394Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.394Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nVpQeW 
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-04-06T06:22:42.655Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nVpQeW 10fa553a-c04c-4256-ba27-a80823192aeb 1 ASDC deployResourceStructure
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json ASDC sendASDCNotification
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:42.658Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:42.659Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226162655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:22:42.759Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:42.760Z||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-04-06T06:22:42.761Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:42.783Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:42.783Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:43.660Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:43.664Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:43.664Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226163660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:22:43.765Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:22:43.766Z||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-04-06T06:22:43.766Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:43.789Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:43.789Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:44.665Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:44.669Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:44.669Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226164665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:22:44.769Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:44.770Z||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-04-06T06:22:44.771Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:44.784Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:44.785Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:45.670Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar ASDC sendASDCNotification
2022-04-06T06:22:45.670Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:45.671Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:45.672Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:45.675Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:45.676Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226165670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:22:45.776Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:45.778Z||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-04-06T06:22:45.780Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:45.807Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:22:45.809Z||pool-17-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:46.677Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:22:46.703Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:22:46.709Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:22:46.710Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:22:46.711Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:23:16.711Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:23:16.738Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:23:16.747Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:23:16.748Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:23:16.748Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:23:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:23:24.825Z||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-04-06T06:23:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:23:24.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:23:24.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:23:24.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:23:24.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:23:46.749Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:23:46.770Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:23:46.775Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:23:46.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:23:46.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:16.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:24:16.795Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:24:24.825Z||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-04-06T06:24:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:24:24.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:24:25.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226146781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226148421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226149429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "policy-id",
  "timestamp": 1649226150434,
  "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-04-06T06:24:25.386Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.387Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226144559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226152250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226152714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226153257,
  "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-04-06T06:24:25.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226153125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226154299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226148044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226148088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226155680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226156142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226156714,
  "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-04-06T06:24:25.469Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "cds",
  "timestamp": 1649226157151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-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-04-06T06:24:25.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226140137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226157719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226157963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226158387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226158730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226159741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226138481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226159771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "policy-id",
  "timestamp": 1649226160746,
  "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-04-06T06:24:25.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.517Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226161878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226161254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226162655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226164053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226163660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226164665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226166093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226165670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226166796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "clamp",
  "timestamp": 1649226167100,
  "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-04-06T06:24:25.539Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.540Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226167807,
  "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-04-06T06:24:25.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.561Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226147775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226175292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "aai-ml",
  "timestamp": 1649226176299,
  "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-04-06T06:24:25.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226182054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226149866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226184545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226185052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "clamp",
  "timestamp": 1649226186057,
  "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-04-06T06:24:25.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226197977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "aai-ml",
  "timestamp": 1649226198982,
  "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-04-06T06:24:25.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.660Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:46.802Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:24:46.827Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.835Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:24:46.835Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:24:46.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:25:16.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:25:16.857Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23 and serviceModelVersionId: 0ab4d332-14da-48ae-be00-637a7752cf2e
2022-04-06T06:25:16.858Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e1ae172-9139-4b76-bfea-657905ecc70f
2022-04-06T06:25:24.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:25:24.825Z||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-04-06T06:25:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:25:34.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:40.430Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0
2022-04-06T06:25:40.657Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:25:41.474Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?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-04-06T06:25:41.483Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|INFO|500||Invoke
2022-04-06T06:25:41.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:25:42.084Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|INFO|500||InvokeReturn
2022-04-06T06:25:42.088Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:25:41:982-32067], vertex-id=[164080], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:25:41 GMT], Content-Type=[application/json]}
2022-04-06T06:25:42.088Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:25:42.096Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:25:42.096Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:25:42.104Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:25:42.105Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68da94e6-5d88-406c-9c8c-47577d1a1c23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:25:42.108Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:25:42.108Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:42.113Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:42.113Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226342106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:25:42.213Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:42.215Z||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-04-06T06:25:42.216Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:42.230Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:42.231Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:25:43.138Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:25:43.139Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8055505e-4340-41d1-b611-ce3c4aa2b54b","serviceName":"vFW 2022-04-06 06-19-06","serviceVersion":"1.0","serviceUUID":"c4af5452-b2b6-4faf-aa92-acbca781439f","serviceDescription":"catalog service description","serviceInvariantUUID":"4042ea76-931b-4cef-9970-2f8aadfee5b2","resources":[{"resourceInstanceName":"vFW e059f1c8-910b 0","resourceName":"vFW e059f1c8-910b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17087f5d-fb69-4050-b754-e03e16451f15","resourceInvariantUUID":"e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089","resourceCustomizationUUID":"91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml","artifactChecksum":"OTllYmJiNDYyNzczODhiYTUyNjYxZGVhMzRkMGI4OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f525d17d-e83b-4046-919b-6fdcd6dd78bb","artifactVersion":"1"},{"artifactName":"vfwe059f1c8910b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json","artifactChecksum":"Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75aec34c-ea51-4d72-8193-e6f0df61b855","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e26ba19b-aa2e-4b4a-a660-93a823a47134","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVlMDhiMmM0N2UwNmQ3N2M4N2ZiMjE1M2M3MjNlNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d0624ed-9973-43db-9423-2c6bd715b44d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6917c364-2dcc-4437-bf67-4eb40e33f014","artifactVersion":"2","generatedFromUUID":"e26ba19b-aa2e-4b4a-a660-93a823a47134"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220406061906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml","artifactChecksum":"NWJkNGQwZGZhODE2ZGY5YjhlYzc3M2NlYjg1NmNlYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd1475d5-b966-45af-9a96-0bbdb30ee16a","artifactVersion":"1"},{"artifactName":"service-Vfw20220406061906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar","artifactChecksum":"ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62ea3d51-80a6-46c5-aeb6-3a9d7524563b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:25:43.140Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:43.140Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:43.142Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:43.143Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:25:43.243Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:43.244Z||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-04-06T06:25:43.245Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:43.260Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:43.261Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:44.144Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:44.145Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:44.148Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:44.149Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:25:44.251Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:25:44.253Z||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-04-06T06:25:44.253Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:44.277Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:44.278Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:45.149Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:45.151Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:45.156Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:45.156Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:25:45.256Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:45.257Z||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-04-06T06:25:45.258Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:45.271Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:45.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:46.157Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:46.159Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:46.164Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:46.164Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:25:46.264Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:46.265Z||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-04-06T06:25:46.265Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:46.281Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:46.282Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:47.167Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:47.169Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:47.173Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:47.173Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-06T06:25:47.272Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:25:47.274Z||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-04-06T06:25:47.274Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:47.290Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:47.291Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:48.174Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:48.176Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:48.179Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:48.179Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:25:48.279Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:48.280Z||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-04-06T06:25:48.281Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:48.295Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:48.296Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:49.187Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:49.192Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:49.196Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:49.196Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:25:49.296Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:49.297Z||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-04-06T06:25:49.298Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:49.310Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:49.311Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:50.198Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "serviceName": "vFW 2022-04-06 06-19-06",
  "serviceVersion": "1.0",
  "serviceUUID": "c4af5452-b2b6-4faf-aa92-acbca781439f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4042ea76-931b-4cef-9970-2f8aadfee5b2",
  "resources": [
    {
      "resourceInstanceName": "vFW e059f1c8-910b 0",
      "resourceCustomizationUUID": "91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b",
      "resourceName": "vFW e059f1c8-910b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17087f5d-fb69-4050-b754-e03e16451f15",
      "resourceInvariantUUID": "e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe059f1c8910b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
          "artifactChecksum": "Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75aec34c-ea51-4d72-8193-e6f0df61b855",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e26ba19b-aa2e-4b4a-a660-93a823a47134",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6917c364-2dcc-4437-bf67-4eb40e33f014",
            "generatedFromUUID": "e26ba19b-aa2e-4b4a-a660-93a823a47134"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6917c364-2dcc-4437-bf67-4eb40e33f014",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220406061906-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
      "artifactChecksum": "ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62ea3d51-80a6-46c5-aeb6-3a9d7524563b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:25:50.198Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:25:50.199Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4af5452-b2b6-4faf-aa92-acbca781439f ASDC
2022-04-06T06:25:50.199Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8055505e-4340-41d1-b611-ce3c4aa2b54b
ServiceName:vFW 2022-04-06 06-19-06
ServiceVersion:1.0
ServiceUUID:c4af5452-b2b6-4faf-aa92-acbca781439f
ServiceInvariantUUID:4042ea76-931b-4cef-9970-2f8aadfee5b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220406061906-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
ArtifactUUID:62ea3d51-80a6-46c5-aeb6-3a9d7524563b
ArtifactChecksum:ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e059f1c8-910b 0
ResourceCustomizationUUID:91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
ResourceInvariantUUID:e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089
ResourceName:vFW e059f1c8-910b
ResourceType:VF
ResourceUUID:17087f5d-fb69-4050-b754-e03e16451f15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe059f1c8910b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
ArtifactUUID:75aec34c-ea51-4d72-8193-e6f0df61b855
ArtifactChecksum:Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg=
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
ArtifactUUID:e26ba19b-aa2e-4b4a-a660-93a823a47134
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
ArtifactUUID:6917c364-2dcc-4437-bf67-4eb40e33f014
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
ArtifactUUID:6917c364-2dcc-4437-bf67-4eb40e33f014
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:25:50.200Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4af5452-b2b6-4faf-aa92-acbca781439f 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-04-06T06:25:50.253Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 62ea3d51-80a6-46c5-aeb6-3a9d7524563b from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:50.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.902Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar 62ea3d51-80a6-46c5-aeb6-3a9d7524563b 98970
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar ASDC sendASDCNotification
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.913Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:50.913Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:50.917Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:50.918Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226350912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:25:51.017Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:51.018Z||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-04-06T06:25:51.019Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:51.039Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:51.040Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:51.919Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:25:51.922Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:51.928Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 62ea3d51-80a6-46c5-aeb6-3a9d7524563b, URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar to file: /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.930Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.931Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.931Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:52.182Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10166419261477273814/Definitions/service-Vfw20220406061906-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-04-06T06:25:55.589Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e059f1c8-910b 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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.597Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.597Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.598Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:25:55.598Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.601Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.601Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.603Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.603Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.604Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.604Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.610Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.610Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.612Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.612Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.616Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.616Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a9e40881-1c87-4d65-860d-d68ea8ad15ed
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c004a-775e-4b81-944f-dba5ebfbc0e4
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.623Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.624Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=836b0ac7-c578-42e2-9722-e7caa056e04b
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.629Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-06 06-19-06
Description:catalog service description
Model UUID:c4af5452-b2b6-4faf-aa92-acbca781439f
Model Version:NULL
Model InvariantUuid:4042ea76-931b-4cef-9970-2f8aadfee5b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e059f1c8-910b
Model UUID:05a32634-f228-4500-a75b-e5739c1e10db
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
ModelName:VfwE059f1c8910b..base_vfw..module-0
ModelUuid:e891d661-c265-4368-9ea1-d85b7f108d84
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a9e40881-1c87-4d65-860d-d68ea8ad15ed
ModelInvariantUuid:e6ae037c-d230-4360-a6a3-e854c65fc687
ModelName:vFW e059f1c8-910b-nodes.vfwCvfc
ModelUuid:a3dce22e-6639-45e1-918e-a8dc7d95691c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:10bcb046-2757-4227-a230-6bbff8270b82
ModelInvariantUuid:b0eec3c1-b503-47e8-8e00-aa2b3f909c52
ModelName:VfwE059f1c8910b.compute.nodes.heat.vfw
ModelUuid:2e441b3c-0533-4b05-8ac1-06f689330613
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1a0c004a-775e-4b81-944f-dba5ebfbc0e4
ModelInvariantUuid:02a55ec1-82a2-4acb-bf3f-68982fcfd84c
ModelName:vFW e059f1c8-910b-nodes.vsnCvfc
ModelUuid:763189d7-ae08-4608-bdcd-00cfad5d4567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3dcf4c74-9856-4e68-bd5d-0e7abf8b1bc3
ModelInvariantUuid:13ec968e-3cbb-4293-a206-1f9388331c0d
ModelName:VfwE059f1c8910b.compute.nodes.heat.vsn
ModelUuid:9755d4c1-1cee-4581-b818-dde950a4cdfc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:836b0ac7-c578-42e2-9722-e7caa056e04b
ModelInvariantUuid:cf5ce774-3516-449b-b5a2-11163bbaa4ac
ModelName:vFW e059f1c8-910b-nodes.vpgCvfc
ModelUuid:038786f4-b043-43bb-9cbd-9c3bdbde73b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0e8b2da0-c544-4e36-acfd-3b49d7b914e6
ModelInvariantUuid:d591f792-f7f4-4c4d-b664-12fdfd3d7cb0
ModelName:VfwE059f1c8910b.compute.nodes.heat.vpg
ModelUuid:0e57c818-c758-4a23-a0cb-6b4cfc796ddc
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-04-06T06:25:55.644Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 17087f5d-fb69-4050-b754-e03e16451f15
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-04-06T06:25:55.650Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||vFW e059f1c8-910b 0
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17087f5d-fb69-4050-b754-e03e16451f15
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75aec34c-ea51-4d72-8193-e6f0df61b855 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.808Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:55.809Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json 75aec34c-ea51-4d72-8193-e6f0df61b855 785
2022-04-06T06:25:55.809Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json ASDC sendASDCNotification
2022-04-06T06:25:55.810Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.810Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:55.811Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:55.813Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:55.813Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226355809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:25:55.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:55.915Z||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-04-06T06:25:55.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:55.933Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:55.934Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:56.815Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE059f1c8910b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "768c4ee9-f671-4c98-8b6a-1e36ca4f3d33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e891d661-c265-4368-9ea1-d85b7f108d84",
    "vfModuleModelCustomizationUUID": "982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a",
    "isBase": true,
    "artifacts": [
      "e26ba19b-aa2e-4b4a-a660-93a823a47134",
      "6917c364-2dcc-4437-bf67-4eb40e33f014"
    ],
    "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-04-06T06:25:56.820Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE059f1c8910b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e891d661-c265-4368-9ea1-d85b7f108d84
VfModuleModelInvariantUUID:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
VfModuleModelDescription:NULL
Artifacts UUID List:{
e26ba19b-aa2e-4b4a-a660-93a823a47134
,
6917c364-2dcc-4437-bf67-4eb40e33f014

}
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-04-06T06:25:56.822Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE059f1c8910b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "768c4ee9-f671-4c98-8b6a-1e36ca4f3d33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e891d661-c265-4368-9ea1-d85b7f108d84",
    "vfModuleModelCustomizationUUID": "982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a",
    "isBase": true,
    "artifacts": [
      "e26ba19b-aa2e-4b4a-a660-93a823a47134",
      "6917c364-2dcc-4437-bf67-4eb40e33f014"
    ],
    "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-04-06T06:25:56.822Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE059f1c8910b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e891d661-c265-4368-9ea1-d85b7f108d84
VfModuleModelInvariantUUID:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
VfModuleModelDescription:NULL
Artifacts UUID List:{
e26ba19b-aa2e-4b4a-a660-93a823a47134
,
6917c364-2dcc-4437-bf67-4eb40e33f014

}
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-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e26ba19b-aa2e-4b4a-a660-93a823a47134 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:57.421Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:57.422Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml e26ba19b-aa2e-4b4a-a660-93a823a47134 20368
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:57.424Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:57.427Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:57.427Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226357423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:25:57.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:57.529Z||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-04-06T06:25:57.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:57.541Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:57.542Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:58.431Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6917c364-2dcc-4437-bf67-4eb40e33f014 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.434Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:58.434Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.905Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:58.906Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env 6917c364-2dcc-4437-bf67-4eb40e33f014 2098
2022-04-06T06:25:58.906Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:58.910Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:58.911Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226358906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:25:59.011Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:59.012Z||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-04-06T06:25:59.013Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:59.033Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:25:59.034Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:59.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c4af5452-b2b6-4faf-aa92-acbca781439f
2022-04-06T06:25:59.915Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e059f1c8-910b 0 17087f5d-fb69-4050-b754-e03e16451f15 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-04-06T06:25:59.961Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ab4a9f, org.onap.sdc.toscaparser.api.parameters.Input@6413a313, org.onap.sdc.toscaparser.api.parameters.Input@76d1fa62, org.onap.sdc.toscaparser.api.parameters.Input@12217312, org.onap.sdc.toscaparser.api.parameters.Input@5c103c7b]
2022-04-06T06:25:59.963Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.963Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b matches Tosca VF Customization UUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b  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-04-06T06:25:59.971Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.978Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:59.982Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b: {\"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-04-06T06:25:59.983Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4539aa87
2022-04-06T06:25:59.985Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.985Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:25:59.987Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a
2022-04-06T06:25:59.987Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a
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-04-06T06:25:59.992Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.994Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:59.994Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:59.996Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:25:59.996Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:59.997Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:59.997Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:59.999Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.000Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:26:00.001Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.001Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:26:00.002Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.002Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a9e40881-1c87-4d65-860d-d68ea8ad15ed
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-04-06T06:26:00.006Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.008Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.008Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.009Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.009Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.012Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:26:00.012Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:26:00.014Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.015Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c004a-775e-4b81-944f-dba5ebfbc0e4
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-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.022Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.023Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:26:00.023Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=836b0ac7-c578-42e2-9722-e7caa056e04b
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-04-06T06:26:00.030Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.031Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.032Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.032Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.033Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.033Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
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-04-06T06:26:00.035Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.036Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.036Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c4af5452-b2b6-4faf-aa92-acbca781439f: vFW e059f1c8-910b
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.039Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.039Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-06 06-19-06 
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-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e059f1c8-910b 17087f5d-fb69-4050-b754-e03e16451f15 1 ASDC deployResourceStructure
2022-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json ASDC sendASDCNotification
2022-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:26:00.240Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:00.240Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:00.243Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:00.243Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:00.343Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:00.345Z||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-04-06T06:26:00.345Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:00.373Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:00.377Z||pool-30-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:01.244Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:01.248Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:01.248Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226361244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:01.348Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:01.350Z||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-04-06T06:26:01.350Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:01.365Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:01.366Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:02.249Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-06T06:26:02.250Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:26:02.250Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:02.251Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:02.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:02.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226362249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:02.354Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:02.355Z||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-04-06T06:26:02.356Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:02.369Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:02.371Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:03.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar ASDC sendASDCNotification
2022-04-06T06:26:03.256Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:26:03.256Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:03.257Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:03.261Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:03.261Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226363255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:03.361Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:03.362Z||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-04-06T06:26:03.362Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:03.376Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:03.377Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:04.262Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:26:04.282Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:26:04.290Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:26:04.290Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:26:04.306Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:26:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:26:24.825Z||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-04-06T06:26:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:26:25.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:25.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226342106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:26:25.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226144815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226350912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226355809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226357423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226358906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226361244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226362249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226348480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226348044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226363255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226357775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226358088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226365342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226366036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226359866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226360137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "cds",
  "timestamp": 1649226367045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-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-04-06T06:26:25.557Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.557Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226367741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226368271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226368051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226369279,
  "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-04-06T06:26:25.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226362240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:25.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:26:25.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226369056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "policy-id",
  "timestamp": 1649226370059,
  "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-04-06T06:26:25.608Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.608Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226370284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226371581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226372861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226373889,
  "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-04-06T06:26:25.629Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226374895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226377091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226377770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "aai-ml",
  "timestamp": 1649226378775,
  "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-04-06T06:26:25.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.651Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226380094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "clamp",
  "timestamp": 1649226381100,
  "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-04-06T06:26:25.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.673Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:34.307Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:26:34.314Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b and serviceModelVersionId: c4af5452-b2b6-4faf-aa92-acbca781439f
2022-04-06T06:26:34.315Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4042ea76-931b-4cef-9970-2f8aadfee5b2
2022-04-06T06:26:34.316Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0
2022-04-06T06:26:34.325Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:26:34.421Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?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-04-06T06:26:34.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|INFO|500||Invoke
2022-04-06T06:26:34.462Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:26:34.877Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|INFO|500||InvokeReturn
2022-04-06T06:26:34.878Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220406-06:26:34:780-60124], vertex-id=[163872], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:26:34 GMT], Content-Type=[application/json]}
2022-04-06T06:26:34.878Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:26:34.879Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:26:34.879Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:26:34.889Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:26:34.890Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8055505e-4340-41d1-b611-ce3c4aa2b54b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:26:34.891Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:26:34.891Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:34.895Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:34.895Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226394891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:26:34.995Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:34.997Z||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-04-06T06:26:34.997Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:35.012Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:35.013Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:26:35.924Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:26:35.926Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|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-04-06T06:26:35.926Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|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 AxToUswXPORdylw2) ...
2022-04-06T06:26:40.307Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:40.308Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:26:40.308Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3714bb39-97e2-46a2-b19a-62f2615246f3","serviceName":"basic_onboard_FSMoCZ","serviceVersion":"1.0","serviceUUID":"bf7107ee-a6f8-4e2c-84ea-2a27674a7962","serviceDescription":"service","serviceInvariantUUID":"0c797988-324a-4fe2-ae3a-a57d3b3877e6","resources":[{"resourceInstanceName":"basic_onboard_FSMoCZ 0","resourceName":"basic_onboard_FSMoCZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0e916d7-d4f8-462f-b869-13f1b1fac7bf","resourceInvariantUUID":"9fe4851b-ac26-48ff-b515-2e5768acbee8","resourceCustomizationUUID":"909e11b5-29d7-402f-b5fd-7e37258cf78b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml","artifactChecksum":"MzdkNDk3ZDRlMWI2MmZhYzMyMzA5MjhkYWU3NmM1YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5147be4-c608-49aa-b43a-25067f32f731","artifactVersion":"1"},{"artifactName":"basic_onboard_fsmocz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json","artifactChecksum":"ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab28fbd1-2605-46c4-a24b-91ad74d4da98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7406a344-9d8f-476d-bf70-8d0a92556ae8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c834573-99ef-4c13-ae33-f58e79a0abdd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da4cc4ce-8c2b-4630-be07-b41eabfda074","artifactVersion":"2","generatedFromUUID":"7406a344-9d8f-476d-bf70-8d0a92556ae8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFsmocz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml","artifactChecksum":"OTg0MzczMTM0YTZlMTA3YmFlMDkwYzNkYWNmYTA4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"590846bd-01a4-4717-af2e-d3a4f81254af","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFsmocz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar","artifactChecksum":"ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f638d662-7553-4de6-ac27-7a3244d3f90a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:26:40.314Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:40.315Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:40.320Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:40.321Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:40.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:26:40.420Z||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-04-06T06:26:40.420Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:40.433Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:40.433Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:41.322Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:41.323Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:41.326Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:41.326Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:26:41.426Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:41.427Z||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-04-06T06:26:41.428Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:41.441Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:41.442Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:42.327Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:42.328Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:42.330Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:42.331Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:26:42.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:42.432Z||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-04-06T06:26:42.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:42.446Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:42.447Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:43.331Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:43.333Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:43.338Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:43.338Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:43.438Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:43.439Z||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-04-06T06:26:43.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:43.455Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:43.457Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:44.342Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:44.343Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:44.349Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:44.349Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:26:44.448Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:26:44.449Z||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-04-06T06:26:44.449Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:44.462Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:44.463Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:45.350Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:45.352Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:45.355Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:45.356Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:26:45.456Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:26:45.457Z||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-04-06T06:26:45.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:45.478Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:45.479Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:46.357Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:46.358Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:46.361Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:46.361Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:26:46.461Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:46.462Z||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-04-06T06:26:46.462Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:46.574Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:46.575Z||pool-41-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "serviceName": "basic_onboard_FSMoCZ",
  "serviceVersion": "1.0",
  "serviceUUID": "bf7107ee-a6f8-4e2c-84ea-2a27674a7962",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c797988-324a-4fe2-ae3a-a57d3b3877e6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FSMoCZ 0",
      "resourceCustomizationUUID": "909e11b5-29d7-402f-b5fd-7e37258cf78b",
      "resourceName": "basic_onboard_FSMoCZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0e916d7-d4f8-462f-b869-13f1b1fac7bf",
      "resourceInvariantUUID": "9fe4851b-ac26-48ff-b515-2e5768acbee8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fsmocz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
          "artifactChecksum": "ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ab28fbd1-2605-46c4-a24b-91ad74d4da98",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7406a344-9d8f-476d-bf70-8d0a92556ae8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "da4cc4ce-8c2b-4630-be07-b41eabfda074",
            "generatedFromUUID": "7406a344-9d8f-476d-bf70-8d0a92556ae8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da4cc4ce-8c2b-4630-be07-b41eabfda074",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFsmocz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
      "artifactChecksum": "ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f638d662-7553-4de6-ac27-7a3244d3f90a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf7107ee-a6f8-4e2c-84ea-2a27674a7962 ASDC
2022-04-06T06:26:47.364Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3714bb39-97e2-46a2-b19a-62f2615246f3
ServiceName:basic_onboard_FSMoCZ
ServiceVersion:1.0
ServiceUUID:bf7107ee-a6f8-4e2c-84ea-2a27674a7962
ServiceInvariantUUID:0c797988-324a-4fe2-ae3a-a57d3b3877e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFsmocz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
ArtifactUUID:f638d662-7553-4de6-ac27-7a3244d3f90a
ArtifactChecksum:ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FSMoCZ 0
ResourceCustomizationUUID:909e11b5-29d7-402f-b5fd-7e37258cf78b
ResourceInvariantUUID:9fe4851b-ac26-48ff-b515-2e5768acbee8
ResourceName:basic_onboard_FSMoCZ
ResourceType:VF
ResourceUUID:d0e916d7-d4f8-462f-b869-13f1b1fac7bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fsmocz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
ArtifactUUID:ab28fbd1-2605-46c4-a24b-91ad74d4da98
ArtifactChecksum:ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY=
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7406a344-9d8f-476d-bf70-8d0a92556ae8
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
ArtifactUUID:da4cc4ce-8c2b-4630-be07-b41eabfda074
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
ArtifactUUID:da4cc4ce-8c2b-4630-be07-b41eabfda074
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:26:47.364Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf7107ee-a6f8-4e2c-84ea-2a27674a7962 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-04-06T06:26:47.412Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f638d662-7553-4de6-ac27-7a3244d3f90a from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:47.415Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.829Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:47.833Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar f638d662-7553-4de6-ac27-7a3244d3f90a 71572
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar ASDC sendASDCNotification
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:47.838Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:47.838Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226407834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:47.938Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:47.939Z||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-04-06T06:26:47.939Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:47.955Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:47.956Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:48.839Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f638d662-7553-4de6-ac27-7a3244d3f90a, URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar to file: /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.843Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.843Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:49.089Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2026355979735749628/Definitions/service-BasicOnboardFsmocz-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-04-06T06:26:51.224Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FSMoCZ 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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is not matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3b460ca-e21a-47ea-8da1-605bbbe217d9
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FSMoCZ
Description:service
Model UUID:bf7107ee-a6f8-4e2c-84ea-2a27674a7962
Model Version:NULL
Model InvariantUuid:0c797988-324a-4fe2-ae3a-a57d3b3877e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FSMoCZ
Model UUID:25dd90cd-74c5-4e61-8979-a27bedfaf2e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9fe4851b-ac26-48ff-b515-2e5768acbee8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:909e11b5-29d7-402f-b5fd-7e37258cf78b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
ModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
ModelUuid:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b3b460ca-e21a-47ea-8da1-605bbbe217d9
ModelInvariantUuid:36d2a9b1-fae0-426e-8e98-096c80f40371
ModelName:basic_onboard_FSMoCZ-nodes.ubuntu18Cvfc
ModelUuid:1b78a4f8-f960-446b-9903-91690702fad5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:56ddac45-80c2-4d04-b522-4614425833a0
ModelInvariantUuid:5fdbd016-fe05-4b5e-b763-988010cf314e
ModelName:BasicOnboardFsmocz.compute.nodes.heat.ubuntu18
ModelUuid:2eec62bc-29b3-433e-abcc-b2575a7f6a33
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-04-06T06:26:51.248Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d0e916d7-d4f8-462f-b869-13f1b1fac7bf
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-04-06T06:26:51.252Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||basic_onboard_FSMoCZ 0
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0e916d7-d4f8-462f-b869-13f1b1fac7bf
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab28fbd1-2605-46c4-a24b-91ad74d4da98 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.420Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json ab28fbd1-2605-46c4-a24b-91ad74d4da98 798
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json ASDC sendASDCNotification
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.422Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:51.422Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:51.425Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:51.426Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226411421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:51.529Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-06T06:26:51.531Z||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-04-06T06:26:51.531Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:51.544Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:51.545Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:52.426Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFsmocz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6a54a4ab-ad29-49a4-a45b-beab33c7a02e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1618bdc8-c5c9-452c-b151-cd1dbca7f0b9",
    "vfModuleModelCustomizationUUID": "cc102f3c-59f2-4faf-b4ce-98c34adfbab2",
    "isBase": true,
    "artifacts": [
      "7406a344-9d8f-476d-bf70-8d0a92556ae8",
      "da4cc4ce-8c2b-4630-be07-b41eabfda074"
    ],
    "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-04-06T06:26:52.432Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
VfModuleModelInvariantUUID:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7406a344-9d8f-476d-bf70-8d0a92556ae8
,
da4cc4ce-8c2b-4630-be07-b41eabfda074

}
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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFsmocz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6a54a4ab-ad29-49a4-a45b-beab33c7a02e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1618bdc8-c5c9-452c-b151-cd1dbca7f0b9",
    "vfModuleModelCustomizationUUID": "cc102f3c-59f2-4faf-b4ce-98c34adfbab2",
    "isBase": true,
    "artifacts": [
      "7406a344-9d8f-476d-bf70-8d0a92556ae8",
      "da4cc4ce-8c2b-4630-be07-b41eabfda074"
    ],
    "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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
VfModuleModelInvariantUUID:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7406a344-9d8f-476d-bf70-8d0a92556ae8
,
da4cc4ce-8c2b-4630-be07-b41eabfda074

}
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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7406a344-9d8f-476d-bf70-8d0a92556ae8 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:52.437Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.559Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml 7406a344-9d8f-476d-bf70-8d0a92556ae8 5033
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:52.563Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:52.564Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226412560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:52.664Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:52.666Z||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-04-06T06:26:52.666Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:52.679Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:52.680Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:53.565Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da4cc4ce-8c2b-4630-be07-b41eabfda074 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.565Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:53.566Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.709Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:53.710Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env da4cc4ce-8c2b-4630-be07-b41eabfda074 909
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:53.712Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:53.714Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:53.714Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226413711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:26:53.814Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:53.815Z||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-04-06T06:26:53.816Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:53.832Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:53.833Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:54.715Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bf7107ee-a6f8-4e2c-84ea-2a27674a7962
2022-04-06T06:26:54.716Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FSMoCZ 0 d0e916d7-d4f8-462f-b869-13f1b1fac7bf 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-04-06T06:26:54.733Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b93cec5, org.onap.sdc.toscaparser.api.parameters.Input@4b632001, org.onap.sdc.toscaparser.api.parameters.Input@21f7cd81, org.onap.sdc.toscaparser.api.parameters.Input@11628900, org.onap.sdc.toscaparser.api.parameters.Input@34a2980f]
2022-04-06T06:26:54.735Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.735Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.736Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:26:54.736Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 909e11b5-29d7-402f-b5fd-7e37258cf78b
2022-04-06T06:26:54.737Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b matches Tosca VF Customization UUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b
2022-04-06T06:26:54.737Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b  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-04-06T06:26:54.739Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.739Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.740Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 909e11b5-29d7-402f-b5fd-7e37258cf78b: {\"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-04-06T06:26:54.740Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c383b8f
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc102f3c-59f2-4faf-b4ce-98c34adfbab2
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc102f3c-59f2-4faf-b4ce-98c34adfbab2
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-04-06T06:26:54.744Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.744Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:54.744Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:54.745Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.745Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:54.745Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:54.746Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.746Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is not matching search criteria
2022-04-06T06:26:54.746Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:26:54.746Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:26:54.747Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3b460ca-e21a-47ea-8da1-605bbbe217d9
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-04-06T06:26:54.749Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.749Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:54.749Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:54.750Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.750Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:54.750Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=909e11b5-29d7-402f-b5fd-7e37258cf78b
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-04-06T06:26:54.752Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.752Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.752Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bf7107ee-a6f8-4e2c-84ea-2a27674a7962: basic_onboard_FSMoCZ
2022-04-06T06:26:54.753Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.753Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.753Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.753Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.753Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.754Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.754Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.754Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.754Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:26:54.755Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.755Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_FSMoCZ 
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-04-06T06:26:54.855Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FSMoCZ d0e916d7-d4f8-462f-b869-13f1b1fac7bf 1 ASDC deployResourceStructure
2022-04-06T06:26:54.855Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json ASDC sendASDCNotification
2022-04-06T06:26:54.855Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:54.856Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:54.856Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:54.858Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:54.858Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226414855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:54.959Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:26:54.961Z||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-04-06T06:26:54.961Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:54.988Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:54.988Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:55.860Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:26:55.860Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:55.860Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:55.861Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:55.865Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:55.866Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226415859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:55.964Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:26:55.965Z||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-04-06T06:26:55.965Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:55.982Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:55.982Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:56.868Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:26:56.870Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:56.870Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:56.870Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:56.874Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:56.874Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226416868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:56.974Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:56.975Z||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-04-06T06:26:56.975Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:56.989Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:56.991Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:57.875Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar ASDC sendASDCNotification
2022-04-06T06:26:57.876Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:57.876Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:57.876Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:57.879Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:57.879Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226417875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:26:57.982Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:26:57.983Z||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-04-06T06:26:57.983Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:58.001Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:26:58.002Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:58.880Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3714bb39-97e2-46a2-b19a-62f2615246f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:26:58.900Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3714bb39-97e2-46a2-b19a-62f2615246f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:26:58.905Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.906Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.907Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.907Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.907Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:26:58.907Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:26:58.917Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:27:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:27:24.825Z||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-04-06T06:27:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:27:25.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:27:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226394891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:27:25.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226395924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226407834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226411421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226412560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226413711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226414855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226415859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226416868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:27:25.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226417875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:27:25.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:27:28.918Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:27:28.941Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3714bb39-97e2-46a2-b19a-62f2615246f3 and serviceModelVersionId: bf7107ee-a6f8-4e2c-84ea-2a27674a7962
2022-04-06T06:27:28.942Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c797988-324a-4fe2-ae3a-a57d3b3877e6
2022-04-06T06:27:28.943Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?depth=0
2022-04-06T06:27:28.954Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:27:29.041Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?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-04-06T06:27:29.042Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?depth=0|INFO|500||Invoke
2022-04-06T06:27:29.096Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:27:29.674Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?depth=0|INFO|500||InvokeReturn
2022-04-06T06:27:29.675Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c797988-324a-4fe2-ae3a-a57d3b3877e6/model-vers/model-ver/bf7107ee-a6f8-4e2c-84ea-2a27674a7962?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220406-06:27:29:412-66095], vertex-id=[184560], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:27:29 GMT], Content-Type=[application/json]}
2022-04-06T06:27:29.676Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:27:29.676Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:27:29.676Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:27:29.686Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:27:29.687Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3714bb39-97e2-46a2-b19a-62f2615246f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:27:29.687Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:27:29.688Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:27:29.690Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:27:29.690Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226449687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:27:29.791Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:27:29.792Z||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-04-06T06:27:29.792Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:27:29.807Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:27:29.808Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:27:30.705Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:27:30.706Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:27:30.706Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:27:40.248Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:27:40.249Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:27:40.250Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:27:40.250Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:27:49.788Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:27:49.789Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:27:49.790Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:27:49.790Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:27:59.337Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:27:59.339Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:27:59.341Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:27:59.341Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:28:08.883Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:28:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:28:24.817Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:28:24.817Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:28:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:28:24.824Z||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-04-06T06:28:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:28:25.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:28:25.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:28:25.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226449687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:28:25.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:28:34.372Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:29:24.815Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:29:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:29:24.817Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:29:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:29:24.825Z||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-04-06T06:29:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:29:34.370Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:29:34.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:30:24.826Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:30:24.827Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:30:24.827Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:30:24.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:30:24.833Z||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-04-06T06:30:24.833Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:30:34.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:30:34.369Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:31:24.819Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:31:24.820Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:31:24.820Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:31:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:31:24.823Z||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-04-06T06:31:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:31:34.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:31:34.373Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:32:24.815Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:32:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:32:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:32:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:32:24.830Z||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-04-06T06:32:24.831Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:32:34.370Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:32:34.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:33:24.815Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:33:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:33:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:33:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:33:24.824Z||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-04-06T06:33:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:33:34.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:33:34.371Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:24.815Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:34:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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-04-06T06:34:24.816Z|3714bb39-97e2-46a2-b19a-62f2615246f3|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 AxToUswXPORdylw2) ...
2022-04-06T06:34:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:34:24.824Z||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-04-06T06:34:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:34:25.463Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:25.465Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.465Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8d6d5fa6-a8da-460d-a7dd-86f781996537","serviceDescription":"service","serviceInvariantUUID":"7579182c-9c22-4949-a329-43b3a3819999","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"afb89699-e0ab-43b5-9049-127ce7ae9b63","resourceInvariantUUID":"e286e8dc-7bc6-4e4a-a9da-19605807312b","resourceCustomizationUUID":"2869c845-0fdf-4cd0-b27a-b75171635183","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":"OWUwNmU3YWYzYWU2MGFjY2M5Yzc5MTI4YmM0MmFmMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"646af997-1b83-43ad-9c08-983b72edb200","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGJiNTBmYjUyMjljNTRmMzEzNzE0NjEwZjNiN2Q4ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cc70b7d-ff80-4009-8885-c456019deec7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:34:25.469Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:34:25.470Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:34:25.473Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:34:25.473Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226864814,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:25.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649226809866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649226809866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "policy-id",
  "timestamp": 1649226820137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "policy-id",
  "timestamp": 1649226820137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649226822181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226822240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "policy-id",
  "timestamp": 1649226823523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "cds",
  "timestamp": 1649226823088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226822240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "policy-id",
  "timestamp": 1649226824533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:34:25.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "cds",
  "timestamp": 1649226823088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "policy-id",
  "timestamp": 1649226825541,
  "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-04-06T06:34:25.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
2022-04-06T06:34:25.531Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:34:25.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "cds",
  "timestamp": 1649226826258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:25.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "cds",
  "timestamp": 1649226827272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-06T06:34:25.579Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-06T06:34:25.581Z||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-04-06T06:34:25.581Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:34:25.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
2022-04-06T06:34:25.589Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:34:25.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226828044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649226828759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:34:25.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226828481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226828044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226828481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649226829763,
  "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-04-06T06:34:25.618Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
2022-04-06T06:34:25.618Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:34:25.630Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:25.630Z||pool-51-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:34:25.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226831399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:25.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226833420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:34:25.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226834425,
  "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-04-06T06:34:25.642Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
2022-04-06T06:34:25.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:34:25.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "clamp",
  "timestamp": 1649226837775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:34:25.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "clamp",
  "timestamp": 1649226837775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:25.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "clamp",
  "timestamp": 1649226848205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "clamp",
  "timestamp": 1649226850210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:34:25.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:34:25.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "clamp",
  "timestamp": 1649226851214,
  "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-04-06T06:34:25.671Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
2022-04-06T06:34:25.672Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:34:26.474Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:34:26.475Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:34:26.478Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:34:26.478Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226864814,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:34:26.578Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:34:26.580Z||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-04-06T06:34:26.580Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:34:26.628Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:26.629Z||pool-52-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:34:27.480Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8d6d5fa6-a8da-460d-a7dd-86f781996537",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7579182c-9c22-4949-a329-43b3a3819999",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2869c845-0fdf-4cd0-b27a-b75171635183",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "afb89699-e0ab-43b5-9049-127ce7ae9b63",
      "resourceInvariantUUID": "e286e8dc-7bc6-4e4a-a9da-19605807312b",
      "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": "MGJiNTBmYjUyMjljNTRmMzEzNzE0NjEwZjNiN2Q4ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cc70b7d-ff80-4009-8885-c456019deec7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:34:27.480Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:34:27.481Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8d6d5fa6-a8da-460d-a7dd-86f781996537 ASDC
2022-04-06T06:34:27.482Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8d6d5fa6-a8da-460d-a7dd-86f781996537
ServiceInvariantUUID:7579182c-9c22-4949-a329-43b3a3819999
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:6cc70b7d-ff80-4009-8885-c456019deec7
ArtifactChecksum:MGJiNTBmYjUyMjljNTRmMzEzNzE0NjEwZjNiN2Q4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2869c845-0fdf-4cd0-b27a-b75171635183
ResourceInvariantUUID:e286e8dc-7bc6-4e4a-a9da-19605807312b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:afb89699-e0ab-43b5-9049-127ce7ae9b63
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-06T06:34:27.482Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d6d5fa6-a8da-460d-a7dd-86f781996537 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-04-06T06:34:27.545Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:34:27.546Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:34:27.547Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:34:27.547Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6cc70b7d-ff80-4009-8885-c456019deec7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-06T06:34:27.547Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:34:27.548Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-06T06:34:27.915Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:34:27.924Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6cc70b7d-ff80-4009-8885-c456019deec7 52507
2022-04-06T06:34:27.925Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-06T06:34:27.925Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-06T06:34:27.925Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:34:27.926Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:34:27.931Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:34:27.931Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226867925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:34:28.030Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:34:28.031Z||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-04-06T06:34:28.032Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:34:28.074Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:28.077Z||pool-53-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":3,"count":1}
2022-04-06T06:34:28.932Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:34:28.935Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:34:28.938Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6cc70b7d-ff80-4009-8885-c456019deec7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-06T06:34:28.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-06T06:34:28.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-06T06:34:28.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-06T06:34:29.118Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6718300806136001782/Definitions/service-BasicNetwork-template.yml
2022-04-06T06:34:29.935Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:34:29.937Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:34:29.937Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-06T06:34:29.937Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-06T06:34:29.938Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.938Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.938Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-06T06:34:29.939Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.940Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.940Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.940Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:34:29.941Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.941Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.942Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-06T06:34:29.942Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:34:29.943Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:34:29.943Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.943Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.944Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-06T06:34:29.944Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:34:29.945Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:34:29.945Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.945Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.946Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.946Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.946Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.947Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.947Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.947Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.948Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.948Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.948Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8d6d5fa6-a8da-460d-a7dd-86f781996537
Model Version:NULL
Model InvariantUuid:7579182c-9c22-4949-a329-43b3a3819999
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e286e8dc-7bc6-4e4a-a9da-19605807312b
Model UUID:300fe0b9-d50b-450d-a690-acb9181ae6d0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2869c845-0fdf-4cd0-b27a-b75171635183
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-04-06T06:34:29.962Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: afb89699-e0ab-43b5-9049-127ce7ae9b63
2022-04-06T06:34:29.963Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||No resources found for Service: 8d6d5fa6-a8da-460d-a7dd-86f781996537
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-04-06T06:34:29.978Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||
2022-04-06T06:34:29.978Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-06T06:34:29.979Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 8d6d5fa6-a8da-460d-a7dd-86f781996537
2022-04-06T06:34:29.979Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8d6d5fa6-a8da-460d-a7dd-86f781996537
2022-04-06T06:34:29.980Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-06T06:34:29.980Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:29.987Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21c5ea9e, org.onap.sdc.toscaparser.api.parameters.Input@5c7710c0, org.onap.sdc.toscaparser.api.parameters.Input@531c36c8, org.onap.sdc.toscaparser.api.parameters.Input@738e30d, org.onap.sdc.toscaparser.api.parameters.Input@9a7786e]
2022-04-06T06:34:29.989Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.990Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.990Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.990Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.991Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8d6d5fa6-a8da-460d-a7dd-86f781996537: Generic NeutronNet
2022-04-06T06:34:29.991Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.991Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:29.991Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:29.991Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:30.043Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:30.043Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:30.044Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:30.044Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:30.044Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:34:30.045Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:34:30.045Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||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-04-06T06:34:30.194Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-06T06:34:30.194Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-06T06:34:30.195Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-06T06:34:30.195Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:34:30.197Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:34:30.201Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:34:30.202Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226870194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:34:30.301Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:34:30.303Z||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-04-06T06:34:30.303Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:34:30.336Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:34:30.337Z||pool-54-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:34:31.205Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:34:31.229Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:34:31.237Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:34:31.238Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:34:31.238Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:34:31.238Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:34:31.239Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:34:31.247Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:35:01.248Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc 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-04-06T06:35:01.258Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc and serviceModelVersionId: 8d6d5fa6-a8da-460d-a7dd-86f781996537
2022-04-06T06:35:01.259Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7579182c-9c22-4949-a329-43b3a3819999
2022-04-06T06:35:01.261Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?depth=0
2022-04-06T06:35:01.287Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:35:01.400Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?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-04-06T06:35:01.402Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?depth=0|INFO|500||Invoke
2022-04-06T06:35:01.444Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:35:02.708Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?depth=0|INFO|500||InvokeReturn
2022-04-06T06:35:02.710Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7579182c-9c22-4949-a329-43b3a3819999/model-vers/model-ver/8d6d5fa6-a8da-460d-a7dd-86f781996537?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220406-06:35:01:785-8560], vertex-id=[430232], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:35:01 GMT], Content-Type=[application/json]}
2022-04-06T06:35:02.710Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:35:02.711Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:35:02.712Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:35:02.718Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:35:02.719Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:35:02.719Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:35:02.720Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:35:02.723Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:35:02.723Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226902719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:35:02.827Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-06T06:35:02.830Z||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-04-06T06:35:02.830Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:35:02.864Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:35:02.865Z||pool-55-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:35:24.817Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:35:24.818Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|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-04-06T06:35:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:35:24.824Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|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 AxToUswXPORdylw2) ...
2022-04-06T06:35:24.825Z||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-04-06T06:35:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:35:24.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:35:24.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:35:24.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226864814,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:35:24.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:35:34.424Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:24.814Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:36:24.816Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|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-04-06T06:36:24.816Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|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 AxToUswXPORdylw2) ...
2022-04-06T06:36:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:36:24.824Z||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-04-06T06:36:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:36:24.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:24.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:36:24.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226864814,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226867925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226870194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:36:24.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:36:24.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226902719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:36:24.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:36:25.456Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:25.457Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:36:25.458Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"432ce1cf-c456-4e33-8d68-e30b59d79dca","serviceName":"Demo_pNF_v1ZgHkn7x56HAACzgmB4","serviceVersion":"1.0","serviceUUID":"6d431172-de51-4ff0-b97b-43964acf116f","serviceDescription":"catalog service description","serviceInvariantUUID":"bfb4ab9d-1f5d-4dad-84b2-136056435248","resources":[{"resourceInstanceName":"pNF c3b4b722-3bd9 0","resourceName":"pNF c3b4b722-3bd9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ab546f44-e8e7-4713-9420-41d82185c4bb","resourceInvariantUUID":"dd53e82d-e75b-479d-b630-330ad2264246","resourceCustomizationUUID":"9ea7099a-84ed-49ce-9398-a21ee24a93f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml","artifactChecksum":"MGQ2OGYzN2E3MWVhY2U5YWZlZTdjN2JkNWQxYmJiYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80aaa1ac-3557-4011-a5f3-6fcf6413b99c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar","artifactChecksum":"YzM4ZDZjYzg2YzAyODFmZGU4Mzc2NjVmMDg5MzIyYzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a564cf7-7be1-4c73-a46c-f4a6d4fb4281","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd759b51-e9ae-466c-9f98-35538fd133ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml","artifactChecksum":"ZTAwOWJkYjVlYjljNmUyOGQ2NmE1MGUzMGU4ZjkwZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc0d78f7-9216-4783-a7ed-5e938276d27d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88441c25-4839-42b2-abdd-e0fc97ae5131","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"416ba8e7-f5dd-4222-bf66-adfefeed5b50","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV1zghkn7x56haaczgmb4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml","artifactChecksum":"ZjczZTg1ZTU0ZDUyYTJhYzZjMzFjYzBjODY1NjY5NDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21bb8ab4-0ea5-47e5-bb7f-5b037e7b34a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar","artifactChecksum":"MGQ1MDZhMTllOGEwZDgyMzc3NmE4YWZjMzY0N2I0ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1c9da32-ba84-495c-9618-2fef2de27313","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:36:25.461Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:25.462Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:25.464Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:25.464Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:25.564Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:25.565Z||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-04-06T06:36:25.566Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:25.581Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:25.582Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:26.465Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:26.466Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:26.473Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:26.473Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:26.570Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:36:26.572Z||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-04-06T06:36:26.572Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:26.611Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:26.612Z||pool-57-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:27.474Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:27.475Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:27.479Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:27.479Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:27.579Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:27.580Z||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-04-06T06:36:27.580Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:27.633Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:27.634Z||pool-58-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:36:28.480Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:28.481Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:28.484Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:28.484Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:28.584Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:28.586Z||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-04-06T06:36:28.586Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:28.632Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:28.633Z||pool-59-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:29.485Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:29.486Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:29.489Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:29.489Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:29.589Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:29.591Z||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-04-06T06:36:29.591Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:29.649Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:29.650Z||pool-60-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:36:30.490Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:30.492Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:30.496Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:30.497Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:30.596Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:36:30.598Z||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-04-06T06:36:30.598Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:30.626Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:30.627Z||pool-61-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:31.498Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:31.505Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:31.508Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:31.508Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:36:31.609Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:31.610Z||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-04-06T06:36:31.611Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:31.655Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:31.656Z||pool-62-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:36:32.509Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:36:32.510Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:32.514Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:32.514Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:36:32.614Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:36:32.615Z||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-04-06T06:36:32.615Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:32.679Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:32.680Z||pool-63-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:33.520Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "serviceName": "Demo_pNF_v1ZgHkn7x56HAACzgmB4",
  "serviceVersion": "1.0",
  "serviceUUID": "6d431172-de51-4ff0-b97b-43964acf116f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bfb4ab9d-1f5d-4dad-84b2-136056435248",
  "resources": [
    {
      "resourceInstanceName": "pNF c3b4b722-3bd9 0",
      "resourceCustomizationUUID": "9ea7099a-84ed-49ce-9398-a21ee24a93f6",
      "resourceName": "pNF c3b4b722-3bd9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ab546f44-e8e7-4713-9420-41d82185c4bb",
      "resourceInvariantUUID": "dd53e82d-e75b-479d-b630-330ad2264246",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
      "artifactChecksum": "MGQ1MDZhMTllOGEwZDgyMzc3NmE4YWZjMzY0N2I0ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c1c9da32-ba84-495c-9618-2fef2de27313"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:36:33.520Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:36:33.521Z|f2b1b801-2f8e-4d95-aed0-a4ddb6985ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d431172-de51-4ff0-b97b-43964acf116f ASDC
2022-04-06T06:36:33.521Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:432ce1cf-c456-4e33-8d68-e30b59d79dca
ServiceName:Demo_pNF_v1ZgHkn7x56HAACzgmB4
ServiceVersion:1.0
ServiceUUID:6d431172-de51-4ff0-b97b-43964acf116f
ServiceInvariantUUID:bfb4ab9d-1f5d-4dad-84b2-136056435248
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
ArtifactUUID:c1c9da32-ba84-495c-9618-2fef2de27313
ArtifactChecksum:MGQ1MDZhMTllOGEwZDgyMzc3NmE4YWZjMzY0N2I0ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c3b4b722-3bd9 0
ResourceCustomizationUUID:9ea7099a-84ed-49ce-9398-a21ee24a93f6
ResourceInvariantUUID:dd53e82d-e75b-479d-b630-330ad2264246
ResourceName:pNF c3b4b722-3bd9
ResourceType:PNF
ResourceUUID:ab546f44-e8e7-4713-9420-41d82185c4bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-06T06:36:33.522Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d431172-de51-4ff0-b97b-43964acf116f 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-04-06T06:36:33.557Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:36:33.557Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:36:33.558Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:36:33.558Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c1c9da32-ba84-495c-9618-2fef2de27313 from URL: /sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:33.558Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:36:33.558Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:34.304Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:36:34.316Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar c1c9da32-ba84-495c-9618-2fef2de27313 82660
2022-04-06T06:36:34.322Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar ASDC sendASDCNotification
2022-04-06T06:36:34.323Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:34.324Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:36:34.325Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:34.329Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:34.330Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226994322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:36:34.428Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:36:34.429Z||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-04-06T06:36:34.429Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:34.448Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:34.449Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:35.331Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:36:35.332Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:36:35.333Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c1c9da32-ba84-495c-9618-2fef2de27313, URL: /sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar to file: /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:35.333Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:35.334Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:35.334Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:35.639Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6272785063808332603/Definitions/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml
2022-04-06T06:36:37.389Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:36:37.390Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:36:37.390Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.390Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c3b4b722-3bd9 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-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.391Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.392Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:36:37.392Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.392Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.392Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Node template pNF c3b4b722-3bd9 0 is matching search criteria
2022-04-06T06:36:37.393Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:36:37.393Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c3b4b722-3bd9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:36:37.393Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.393Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.393Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Node template pNF c3b4b722-3bd9 0 is matching search criteria
2022-04-06T06:36:37.394Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:36:37.394Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c3b4b722-3bd9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:36:37.394Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.394Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.394Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.395Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.395Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.395Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.395Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.395Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.396Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.396Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.396Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_v1ZgHkn7x56HAACzgmB4
Description:catalog service description
Model UUID:6d431172-de51-4ff0-b97b-43964acf116f
Model Version:NULL
Model InvariantUuid:bfb4ab9d-1f5d-4dad-84b2-136056435248
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-04-06T06:36:37.432Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: ab546f44-e8e7-4713-9420-41d82185c4bb
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-04-06T06:36:37.438Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||pNF c3b4b722-3bd9 0
2022-04-06T06:36:37.438Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ab546f44-e8e7-4713-9420-41d82185c4bb
2022-04-06T06:36:37.439Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6d431172-de51-4ff0-b97b-43964acf116f
2022-04-06T06:36:37.439Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6d431172-de51-4ff0-b97b-43964acf116f
2022-04-06T06:36:37.439Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c3b4b722-3bd9 0 ab546f44-e8e7-4713-9420-41d82185c4bb 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-04-06T06:36:37.447Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb0977, org.onap.sdc.toscaparser.api.parameters.Input@2f31f628, org.onap.sdc.toscaparser.api.parameters.Input@2e5d9d94, org.onap.sdc.toscaparser.api.parameters.Input@1e01caa8, org.onap.sdc.toscaparser.api.parameters.Input@435cf8ae]
2022-04-06T06:36:37.448Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.448Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.449Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6d431172-de51-4ff0-b97b-43964acf116f: pNF c3b4b722-3bd9
2022-04-06T06:36:37.449Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Processing PNF resource: ab546f44-e8e7-4713-9420-41d82185c4bb
2022-04-06T06:36:37.449Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:36:37.450Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_v1ZgHkn7x56HAACzgmB4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:36:37.450Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9ea7099a-84ed-49ce-9398-a21ee24a93f6 is the same as notified resource customizationUUID: 9ea7099a-84ed-49ce-9398-a21ee24a93f6
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-04-06T06:36:37.576Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c3b4b722-3bd9 ab546f44-e8e7-4713-9420-41d82185c4bb 0 ASDC deployResourceStructure
2022-04-06T06:36:37.577Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar ASDC sendASDCNotification
2022-04-06T06:36:37.577Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar
2022-04-06T06:36:37.577Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:36:37.578Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:36:37.583Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:36:37.583Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226997577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:36:37.683Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:36:37.684Z||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-04-06T06:36:37.686Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:36:37.736Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:36:37.738Z||pool-65-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:36:38.584Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:36:38.618Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:36:38.624Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:36:38.625Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:36:38.626Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:37:08.626Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:37:08.666Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:37:08.686Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:37:08.687Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:37:08.687Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:37:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:37:24.825Z||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-04-06T06:37:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:37:24.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:37:24.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649226962241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:37:24.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226968044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226980667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226973088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226981981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226982247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:37:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649226982991,
  "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-04-06T06:37:24.921Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:37:24.922Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:37:24.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "cds",
  "timestamp": 1649226983268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-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-04-06T06:37:24.943Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:37:24.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:37:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:37:24.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:37:24.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:37:38.687Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:37:38.707Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:37:38.718Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:37:38.719Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:37:38.719Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:38:08.720Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:38:08.741Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:38:08.752Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:38:08.752Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:38:08.752Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:38:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:38:24.824Z||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-04-06T06:38:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:38:24.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:38:24.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226978480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226987972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226980137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226989612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226990209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:38:24.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226990620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:38:24.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649226991213,
  "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-04-06T06:38:24.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:38:24.902Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:38:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "policy-id",
  "timestamp": 1649226991623,
  "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-04-06T06:38:24.931Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:38:24.931Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:38:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226984814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226994322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:38:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649226987775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/resourceInstances/pnfc3b4b7223bd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226989866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649226997577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649226998880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649227006249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649227006661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649227007291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1zghkn7x56haaczgmb4/1.0/artifacts/service-DemoPnfV1zghkn7x56haaczgmb4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "aai-ml",
  "timestamp": 1649227007667,
  "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-04-06T06:38:24.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:38:24.958Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:38:24.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:38:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "clamp",
  "timestamp": 1649227008296,
  "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-04-06T06:38:25.002Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 432ce1cf-c456-4e33-8d68-e30b59d79dca
2022-04-06T06:38:25.003Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:38:38.753Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:38:38.771Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:38:38.777Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:38:38.777Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:38:38.777Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:38:38.777Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:38:38.777Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:38:38.778Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:38:38.786Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:39:08.790Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca 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-04-06T06:39:08.804Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 432ce1cf-c456-4e33-8d68-e30b59d79dca and serviceModelVersionId: 6d431172-de51-4ff0-b97b-43964acf116f
2022-04-06T06:39:08.805Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfb4ab9d-1f5d-4dad-84b2-136056435248
2022-04-06T06:39:08.806Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0
2022-04-06T06:39:08.839Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:39:08.976Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0|INFO|500||Invoke
2022-04-06T06:39:08.977Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[432ce1cf-c456-4e33-8d68-e30b59d79dca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4eebd50d-4e90-4681-83f9-aaefa0693e0e], X-ECOMP-RequestID=[432ce1cf-c456-4e33-8d68-e30b59d79dca], X-TransactionId=[], X-ONAP-RequestID=[432ce1cf-c456-4e33-8d68-e30b59d79dca], Content-Type=[application/merge-patch+json]}
2022-04-06T06:39:09.021Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:39:10.207Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?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/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:39:09:343-75760], vertex-id=[483368], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:39:09 GMT], Content-Type=[application/json]}
2022-04-06T06:39:10.208Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:39:10.209Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb4ab9d-1f5d-4dad-84b2-136056435248/model-vers/model-ver/6d431172-de51-4ff0-b97b-43964acf116f?depth=0|INFO|500||InvokeReturn
2022-04-06T06:39:10.209Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:39:10.210Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:39:10.237Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:39:10.237Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 432ce1cf-c456-4e33-8d68-e30b59d79dca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:39:10.238Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:39:10.239Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:10.245Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:10.245Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227150238,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:39:10.343Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:39:10.345Z||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-04-06T06:39:10.346Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:10.391Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:10.392Z||pool-66-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-04-06T06:39:11.320Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:39:11.322Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|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-04-06T06:39:11.322Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|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 AxToUswXPORdylw2) ...
2022-04-06T06:39:15.795Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:15.796Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:39:15.797Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"68b615e4-0e82-4b73-81c3-35cfbb908551","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d8534461-d039-4c31-bdbd-19b5ae552ddd","serviceDescription":"service","serviceInvariantUUID":"5444bf3a-4350-418c-8f2d-4db639ca4e7b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"050542e6-79f7-4164-8423-4103a6ac7ca4","resourceInvariantUUID":"e1226262-470e-475f-b780-3f9a4908d2e6","resourceCustomizationUUID":"05b6016a-f615-49e7-a481-498bdaa2d934","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":"MGVjMTdkOTRlYjA4ZGY2OTNmNGQzNTBjZjQ2ZjUzMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b50e5274-2c75-4f66-8546-7bf2cb2c8491","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":"102570d6-fa09-4843-999d-57a294c45679","artifactVersion":"2","generatedFromUUID":"08d073aa-1647-418e-9141-4a674cf338f8"},{"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":"08d073aa-1647-418e-9141-4a674cf338f8","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":"ZTQwZTI0ODVhMmY5NDliNWIxYjY3NjcwYWYyOTZmMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62f56336-2b21-4d2e-84cc-3ee18cfcb130","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":"e875c25a-e9af-4b7b-b103-8e96edf9d2c1","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":"74ed7bd9-cf80-44dc-9b20-d40619e3ed77","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":"4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4","artifactVersion":"2","generatedFromUUID":"e875c25a-e9af-4b7b-b103-8e96edf9d2c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTIwZTRjZDNhN2I1YTA4MDM1YjE3ZmMwNjEzNTIyZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"875f6c53-2718-40aa-8fa1-c7254fabcbc6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmI0MTE0OWE5YTE2MWNhOWIwMzE5ZjY1NDVmNTI1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffd8f047-98f9-47db-95f8-0a6fe9d1435b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:39:15.802Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:15.804Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:15.810Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:15.811Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:15.909Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:39:15.910Z||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-04-06T06:39:15.910Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:15.958Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:15.960Z||pool-67-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:16.815Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:16.816Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:16.821Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:16.821Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:16.921Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:39:16.922Z||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-04-06T06:39:16.922Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:16.938Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:16.940Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:17.822Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:17.822Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:17.824Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:17.825Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:39:17.940Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-04-06T06:39:17.941Z||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-04-06T06:39:17.942Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:17.974Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:17.974Z||pool-69-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:18.840Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:18.842Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:18.853Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:18.854Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:18.950Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:39:18.952Z||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-04-06T06:39:18.952Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:18.980Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:18.981Z||pool-70-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:19.856Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:19.857Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:19.872Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:19.874Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:19.961Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-04-06T06:39:19.965Z||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-04-06T06:39:19.966Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:19.995Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:19.996Z||pool-71-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:20.882Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:20.883Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:20.938Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:20.939Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:21.000Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2022-04-06T06:39:21.001Z||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-04-06T06:39:21.001Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:21.048Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:21.049Z||pool-72-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:21.939Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:21.942Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:21.944Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:21.945Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:22.046Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:39:22.047Z||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-04-06T06:39:22.047Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:22.074Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:22.075Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:22.946Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:22.946Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:22.952Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:22.952Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:23.053Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:39:23.054Z||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-04-06T06:39:23.054Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:23.081Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:23.082Z||pool-74-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:23.954Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:39:23.954Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:23.958Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:23.958Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.057Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:39:24.058Z||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-04-06T06:39:24.059Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:24.079Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:24.080Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:39:24.824Z||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-04-06T06:39:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:39:24.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:24.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227049866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227047777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227048088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227042244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227048044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227061429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227061523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227061630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:24.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:24.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:24.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:24.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "cds",
  "timestamp": 1649227062442,
  "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-04-06T06:39:24.962Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d8534461-d039-4c31-bdbd-19b5ae552ddd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5444bf3a-4350-418c-8f2d-4db639ca4e7b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "05b6016a-f615-49e7-a481-498bdaa2d934",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "050542e6-79f7-4164-8423-4103a6ac7ca4",
      "resourceInvariantUUID": "e1226262-470e-475f-b780-3f9a4908d2e6",
      "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": "102570d6-fa09-4843-999d-57a294c45679",
          "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": "08d073aa-1647-418e-9141-4a674cf338f8",
          "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": "ZTQwZTI0ODVhMmY5NDliNWIxYjY3NjcwYWYyOTZmMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "62f56336-2b21-4d2e-84cc-3ee18cfcb130",
          "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": "e875c25a-e9af-4b7b-b103-8e96edf9d2c1",
          "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": "4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4",
            "generatedFromUUID": "e875c25a-e9af-4b7b-b103-8e96edf9d2c1"
          },
          "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": "4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmI0MTE0OWE5YTE2MWNhOWIwMzE5ZjY1NDVmNTI1NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffd8f047-98f9-47db-95f8-0a6fe9d1435b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:39:24.963Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:39:24.963Z|432ce1cf-c456-4e33-8d68-e30b59d79dca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d8534461-d039-4c31-bdbd-19b5ae552ddd ASDC
2022-04-06T06:39:24.964Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:68b615e4-0e82-4b73-81c3-35cfbb908551
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d8534461-d039-4c31-bdbd-19b5ae552ddd
ServiceInvariantUUID:5444bf3a-4350-418c-8f2d-4db639ca4e7b
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:ffd8f047-98f9-47db-95f8-0a6fe9d1435b
ArtifactChecksum:ZmI0MTE0OWE5YTE2MWNhOWIwMzE5ZjY1NDVmNTI1NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:05b6016a-f615-49e7-a481-498bdaa2d934
ResourceInvariantUUID:e1226262-470e-475f-b780-3f9a4908d2e6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:050542e6-79f7-4164-8423-4103a6ac7ca4
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:102570d6-fa09-4843-999d-57a294c45679
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:08d073aa-1647-418e-9141-4a674cf338f8
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:62f56336-2b21-4d2e-84cc-3ee18cfcb130
ArtifactChecksum:ZTQwZTI0ODVhMmY5NDliNWIxYjY3NjcwYWYyOTZmMmY=
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:e875c25a-e9af-4b7b-b103-8e96edf9d2c1
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:4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4
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:4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:39:24.964Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8534461-d039-4c31-bdbd-19b5ae552ddd ASDC treatNotification
2022-04-06T06:39:24.981Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:24.981Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 and ComponentName cds
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: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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 watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:39:25.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227063436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227065055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227066266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227066651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227067768,
  "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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:39:25.031Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:25.031Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:39:25.035Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:39:25.035Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:39:25.035Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:39:25.035Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffd8f047-98f9-47db-95f8-0a6fe9d1435b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-06T06:39:25.035Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:25.036Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:39:25.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227068279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227068773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "clamp",
  "timestamp": 1649227069285,
  "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-04-06T06:39:25.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:25.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:39:25.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227063448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227070151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227071157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "policy-id",
  "timestamp": 1649227072160,
  "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-04-06T06:39:25.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:25.142Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:39:25.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227072860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "cds",
  "timestamp": 1649227073871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:39:25.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227068043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227074662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "aai-ml",
  "timestamp": 1649227075667,
  "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-04-06T06:39:25.232Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:25.232Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:39:25.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227069780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227078216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227078962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227060137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227079822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227081748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227082023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227082755,
  "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-04-06T06:39:25.282Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68b615e4-0e82-4b73-81c3-35cfbb908551
2022-04-06T06:39:25.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:39:25.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227082775,
  "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-04-06T06:39:25.310Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.311Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "policy-id",
  "timestamp": 1649227083048,
  "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-04-06T06:39:25.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227077775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227083781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227079866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227087275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227087773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227068482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227091553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "cds",
  "timestamp": 1649227091305,
  "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-04-06T06:39:25.385Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:39:25.386Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:39:25.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227093332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227094273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227093863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227094695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227094337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227095261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227095700,
  "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-04-06T06:39:25.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "policy-id",
  "timestamp": 1649227095363,
  "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-04-06T06:39:25.439Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:39:25.439Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:39:25.449Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:25.453Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ffd8f047-98f9-47db-95f8-0a6fe9d1435b 68961
2022-04-06T06:39:25.453Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-06T06:39:25.453Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-06T06:39:25.453Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:25.454Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:25.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227096280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227096653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "clamp",
  "timestamp": 1649227097283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-04-06T06:39:25.459Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:25.460Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227165453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:39:25.465Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.465Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227097688,
  "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-04-06T06:39:25.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:39:25.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:39:25.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227098700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227099249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:25.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "aai-ml",
  "timestamp": 1649227100255,
  "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-04-06T06:39:25.515Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aefb11fc-bb3a-4a16-a518-099e320df3ce
2022-04-06T06:39:25.515Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:39:25.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227078088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227103369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:25.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-06T06:39:25.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:39:25.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:39:25.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:39:25.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "cds",
  "timestamp": 1649227104859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:39:25.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:39:25.547Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:39:25.557Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:39:25.558Z||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-04-06T06:39:25.558Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:25.583Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:25.584Z||pool-76-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:26.465Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:39:26.466Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:39:26.467Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ffd8f047-98f9-47db-95f8-0a6fe9d1435b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-06T06:39:26.467Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-06T06:39:26.468Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-06T06:39:26.468Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-06T06:39:26.675Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12905999018085587200/Definitions/service-BasicCnf-template.yml
2022-04-06T06:39:29.133Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:39:29.134Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:39:29.135Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.136Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.136Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:29.136Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:39:29.136Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:39:29.137Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.138Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.138Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:29.138Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:39:29.138Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:39:29.138Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-06T06:39:29.139Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:39:29.140Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.140Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:39:29.140Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.141Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:29.141Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:29.141Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.141Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:29.141Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-06T06:39:29.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=64c01387-3a93-40dd-955f-3aa2cef5f73a
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.144Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.144Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:29.144Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:29.144Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d8534461-d039-4c31-bdbd-19b5ae552ddd
Model Version:NULL
Model InvariantUuid:5444bf3a-4350-418c-8f2d-4db639ca4e7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fe919865-9566-4322-965b-c96a17df6782
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1226262-470e-475f-b780-3f9a4908d2e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05b6016a-f615-49e7-a481-498bdaa2d934
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bfd6d66c-eb62-4918-8dcd-ca3e7e18959c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3ea16c97-4189-408e-815e-6cc771d11b82
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64c01387-3a93-40dd-955f-3aa2cef5f73a
ModelInvariantUuid:051aeef3-6f6c-4095-aafc-f70eb990f9ab
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:86dec923-2c87-4c51-beeb-45253930f0be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e87ec826-12b8-4cd8-9609-ba2bbf1f99d9
ModelInvariantUuid:70fc14f1-145c-450d-be37-072b50c8a99d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:157d471b-7b94-42e7-a639-d396d27e14a8
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-04-06T06:39:29.191Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 050542e6-79f7-4164-8423-4103a6ac7ca4
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-04-06T06:39:29.209Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-04-06T06:39:29.210Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 050542e6-79f7-4164-8423-4103a6ac7ca4
2022-04-06T06:39:29.210Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 102570d6-fa09-4843-999d-57a294c45679 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-06T06:39:29.211Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:29.211Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.901Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:29.901Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 102570d6-fa09-4843-999d-57a294c45679 12
2022-04-06T06:39:29.901Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.902Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:29.902Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:29.903Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:29.912Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:29.913Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227169901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:30.013Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:39:30.014Z||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-04-06T06:39:30.014Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:30.061Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:30.076Z||pool-77-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:39:30.914Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08d073aa-1647-418e-9141-4a674cf338f8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-06T06:39:30.915Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:30.915Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:31.821Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:31.821Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 08d073aa-1647-418e-9141-4a674cf338f8 2688
2022-04-06T06:39:31.824Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:31.824Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:31.825Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:31.826Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:31.831Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:31.832Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227171824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:31.932Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:39:31.933Z||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-04-06T06:39:31.933Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:32.022Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:32.023Z||pool-78-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:32.834Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 62f56336-2b21-4d2e-84cc-3ee18cfcb130 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-06T06:39:32.834Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:32.835Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:33.470Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:33.471Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 62f56336-2b21-4d2e-84cc-3ee18cfcb130 828
2022-04-06T06:39:33.472Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:33.472Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:33.474Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:33.475Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:33.482Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:33.483Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227173472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:33.583Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:39:33.584Z||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-04-06T06:39:33.584Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:33.648Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:33.649Z||pool-79-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:34.484Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfd6d66c-eb62-4918-8dcd-ca3e7e18959c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ea16c97-4189-408e-815e-6cc771d11b82",
    "vfModuleModelCustomizationUUID": "2f9da4fd-cebf-4e87-bbee-49c65b1b72ad",
    "isBase": true,
    "artifacts": [
      "e875c25a-e9af-4b7b-b103-8e96edf9d2c1",
      "08d073aa-1647-418e-9141-4a674cf338f8",
      "4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4"
    ],
    "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-04-06T06:39:34.493Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ea16c97-4189-408e-815e-6cc771d11b82
VfModuleModelInvariantUUID:bfd6d66c-eb62-4918-8dcd-ca3e7e18959c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e875c25a-e9af-4b7b-b103-8e96edf9d2c1
,
08d073aa-1647-418e-9141-4a674cf338f8
,
4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4

}
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-04-06T06:39:34.498Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfd6d66c-eb62-4918-8dcd-ca3e7e18959c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ea16c97-4189-408e-815e-6cc771d11b82",
    "vfModuleModelCustomizationUUID": "2f9da4fd-cebf-4e87-bbee-49c65b1b72ad",
    "isBase": true,
    "artifacts": [
      "e875c25a-e9af-4b7b-b103-8e96edf9d2c1",
      "08d073aa-1647-418e-9141-4a674cf338f8",
      "4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4"
    ],
    "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-04-06T06:39:34.498Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ea16c97-4189-408e-815e-6cc771d11b82
VfModuleModelInvariantUUID:bfd6d66c-eb62-4918-8dcd-ca3e7e18959c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e875c25a-e9af-4b7b-b103-8e96edf9d2c1
,
08d073aa-1647-418e-9141-4a674cf338f8
,
4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4

}
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-04-06T06:39:34.498Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e875c25a-e9af-4b7b-b103-8e96edf9d2c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-06T06:39:34.498Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:34.499Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:35.014Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:35.015Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e875c25a-e9af-4b7b-b103-8e96edf9d2c1 1164
2022-04-06T06:39:35.015Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:35.017Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:35.018Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:35.018Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:35.020Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:35.021Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227175015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:35.123Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:39:35.142Z||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-04-06T06:39:35.142Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:35.183Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:35.184Z||pool-80-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:36.022Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-06T06:39:36.047Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:39:36.047Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:36.443Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:39:36.446Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4c6b03b0-7bb1-4b9f-b5ca-192a01ddcaf4 200
2022-04-06T06:39:36.446Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:36.446Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:36.447Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:39:36.447Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:36.450Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:36.465Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227176446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:39:36.550Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-04-06T06:39:36.551Z||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-04-06T06:39:36.551Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:36.640Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:36.645Z||pool-81-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:37.466Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d8534461-d039-4c31-bdbd-19b5ae552ddd
2022-04-06T06:39:37.467Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 050542e6-79f7-4164-8423-4103a6ac7ca4 ASDC
2022-04-06T06:39:37.491Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:39:37.511Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@633b5012, org.onap.sdc.toscaparser.api.parameters.Input@7b6b3977, org.onap.sdc.toscaparser.api.parameters.Input@137df1c7, org.onap.sdc.toscaparser.api.parameters.Input@6834e76c, org.onap.sdc.toscaparser.api.parameters.Input@513681b8]
2022-04-06T06:39:37.513Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.513Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.514Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:39:37.514Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 05b6016a-f615-49e7-a481-498bdaa2d934
2022-04-06T06:39:37.515Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05b6016a-f615-49e7-a481-498bdaa2d934 matches Tosca VF Customization UUID: 05b6016a-f615-49e7-a481-498bdaa2d934
2022-04-06T06:39:37.515Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 05b6016a-f615-49e7-a481-498bdaa2d934  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-04-06T06:39:37.518Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.518Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.519Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 05b6016a-f615-49e7-a481-498bdaa2d934: {\"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-04-06T06:39:37.519Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@407b070c
2022-04-06T06:39:37.520Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.520Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:39:37.520Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f9da4fd-cebf-4e87-bbee-49c65b1b72ad
2022-04-06T06:39:37.521Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f9da4fd-cebf-4e87-bbee-49c65b1b72ad
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-04-06T06:39:37.524Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.524Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:37.524Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:37.525Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.525Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:37.525Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:37.526Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.526Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-06T06:39:37.526Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-06T06:39:37.527Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=64c01387-3a93-40dd-955f-3aa2cef5f73a
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-04-06T06:39:37.536Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.537Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:37.538Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:39:37.538Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.539Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-06T06:39:37.539Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=05b6016a-f615-49e7-a481-498bdaa2d934
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-04-06T06:39:37.542Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.543Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.543Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d8534461-d039-4c31-bdbd-19b5ae552ddd: basic_cnf
2022-04-06T06:39:37.543Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.543Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.544Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.544Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.544Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.544Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.545Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.545Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.545Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:39:37.546Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:39:37.546Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:37.728Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 050542e6-79f7-4164-8423-4103a6ac7ca4 1 ASDC deployResourceStructure
2022-04-06T06:39:37.733Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:37.733Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:37.734Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-06T06:39:37.735Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:37.738Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:37.739Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227177729,
  "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-04-06T06:39:37.839Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:39:37.841Z||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-04-06T06:39:37.841Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:37.919Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:37.921Z||pool-82-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:38.741Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:38.741Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:38.742Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-06T06:39:38.742Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:38.745Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:38.746Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227178741,
  "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-04-06T06:39:38.845Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:39:38.846Z||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-04-06T06:39:38.847Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:38.917Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:38.918Z||pool-83-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:39.747Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:39.747Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:39.748Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:39:39.748Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:39.750Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:39.765Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227179747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:39.868Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-06T06:39:39.869Z||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-04-06T06:39:39.869Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:39.924Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:39.925Z||pool-84-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:40.766Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:40.766Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:40.766Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:39:40.767Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:40.781Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:40.790Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227180766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:40.876Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-04-06T06:39:40.886Z||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-04-06T06:39:40.886Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:40.949Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:40.950Z||pool-85-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:41.794Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:41.794Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||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-04-06T06:39:41.794Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:39:41.795Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:41.813Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:41.835Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227181794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:41.907Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-04-06T06:39:41.909Z||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-04-06T06:39:41.909Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:41.947Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:41.949Z||pool-86-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:42.836Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-06T06:39:42.837Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-06T06:39:42.837Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:39:42.838Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:39:42.847Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:39:42.848Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227182836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:39:42.944Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:39:42.945Z||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-04-06T06:39:42.945Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:39:42.977Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:39:42.978Z||pool-87-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:39:43.849Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68b615e4-0e82-4b73-81c3-35cfbb908551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:39:45.076Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68b615e4-0e82-4b73-81c3-35cfbb908551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:39:45.099Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:39:45.099Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:39:45.099Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:39:45.099Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:39:45.100Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.100Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.100Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.101Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.101Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.101Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:39:45.101Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:39:45.115Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:40:15.116Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68b615e4-0e82-4b73-81c3-35cfbb908551 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-04-06T06:40:15.142Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68b615e4-0e82-4b73-81c3-35cfbb908551 and serviceModelVersionId: d8534461-d039-4c31-bdbd-19b5ae552ddd
2022-04-06T06:40:15.143Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5444bf3a-4350-418c-8f2d-4db639ca4e7b
2022-04-06T06:40:15.144Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?depth=0
2022-04-06T06:40:15.154Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:40:15.279Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?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-04-06T06:40:15.281Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?depth=0|INFO|500||Invoke
2022-04-06T06:40:15.346Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:40:15.704Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?depth=0|INFO|500||InvokeReturn
2022-04-06T06:40:15.704Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5444bf3a-4350-418c-8f2d-4db639ca4e7b/model-vers/model-ver/d8534461-d039-4c31-bdbd-19b5ae552ddd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:40:15:671-15382], vertex-id=[233584], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:40:15 GMT], Content-Type=[application/json]}
2022-04-06T06:40:15.705Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:40:15.705Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:40:15.705Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:40:15.731Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:40:15.731Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68b615e4-0e82-4b73-81c3-35cfbb908551 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:40:15.732Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:40:15.732Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:15.735Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:15.735Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227215732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:40:15.840Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-06T06:40:15.841Z||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-04-06T06:40:15.842Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:15.927Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:15.928Z||pool-88-thread-1|||||INFO|500||cambria reply ok (87 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-04-06T06:40:16.777Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:40:16.778Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aefb11fc-bb3a-4a16-a518-099e320df3ce","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4ef78777-b0b1-4704-af2b-3422e4e161c9","serviceDescription":"service","serviceInvariantUUID":"45fe85b5-f525-45cd-be62-d845efa24367","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c143169a-f5cc-4b4e-a43d-7fc7ae255714","resourceInvariantUUID":"9a0a5a26-7791-40bc-8ef6-44add9d2f0ee","resourceCustomizationUUID":"cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1","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":"NzdkYzljZTdkNjYzMWI1M2ZlM2IxNmFmYzdhNmM5N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d55f593-7832-4594-a4dd-7a3c8ba3af1c","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":"ZTZhOGY1MDE3MjRhMjE5NTE5ZGZlODZmMjM0ZjQxNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dafbad73-6850-4465-b26f-5fd52efc2fb9","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":"dca55353-7509-40cf-9b99-cb5fe1229a24","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":"be245147-d6ac-4bea-9af1-10b39b8865ac","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":"615b7775-a817-4f62-864e-ee6766c87534","artifactVersion":"2","generatedFromUUID":"dca55353-7509-40cf-9b99-cb5fe1229a24"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjUwNmY4MmI3MzQzMDVlZWViMGYyZDNkYjNiZjk5NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"533d2793-7c21-4846-835c-ad3290e0ef53","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmIwZGM0YjY0MTEyMjQ3MWI0N2Q5NWQyMGE3ZTIyYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4699918c-f548-468e-b42e-d7dc9bd933b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:40:16.778Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:16.779Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:16.783Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:16.783Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:40:16.882Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:40:16.883Z||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-04-06T06:40:16.884Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:16.925Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:16.926Z||pool-89-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:17.787Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:17.788Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:17.794Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:17.795Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:40:17.894Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:40:17.895Z||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-04-06T06:40:17.896Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:17.922Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:17.923Z||pool-90-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:40:18.797Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:18.800Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:18.804Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:18.804Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:40:18.907Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-06T06:40:18.908Z||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-04-06T06:40:18.908Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:18.925Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:18.926Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:19.805Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:19.807Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:19.811Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:19.812Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:40:19.911Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:40:19.913Z||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-04-06T06:40:19.913Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:19.952Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:19.953Z||pool-92-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:40:20.812Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:20.813Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:20.816Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:20.822Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:40:20.919Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:40:20.920Z||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-04-06T06:40:20.920Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:20.956Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:20.957Z||pool-93-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:21.823Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:21.826Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:21.849Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:21.849Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:40:21.937Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-06T06:40:21.944Z||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-04-06T06:40:21.944Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:21.961Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:21.962Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:40:22.850Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:40:22.852Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:22.855Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:22.855Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:40:22.955Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:40:22.956Z||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-04-06T06:40:22.956Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:22.971Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:22.972Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:23.857Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4ef78777-b0b1-4704-af2b-3422e4e161c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45fe85b5-f525-45cd-be62-d845efa24367",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c143169a-f5cc-4b4e-a43d-7fc7ae255714",
      "resourceInvariantUUID": "9a0a5a26-7791-40bc-8ef6-44add9d2f0ee",
      "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": "ZTZhOGY1MDE3MjRhMjE5NTE5ZGZlODZmMjM0ZjQxNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dafbad73-6850-4465-b26f-5fd52efc2fb9",
          "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": "dca55353-7509-40cf-9b99-cb5fe1229a24",
          "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": "615b7775-a817-4f62-864e-ee6766c87534",
            "generatedFromUUID": "dca55353-7509-40cf-9b99-cb5fe1229a24"
          },
          "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": "615b7775-a817-4f62-864e-ee6766c87534",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmIwZGM0YjY0MTEyMjQ3MWI0N2Q5NWQyMGE3ZTIyYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4699918c-f548-468e-b42e-d7dc9bd933b7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:40:23.857Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:40:23.858Z|68b615e4-0e82-4b73-81c3-35cfbb908551|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ef78777-b0b1-4704-af2b-3422e4e161c9 ASDC
2022-04-06T06:40:23.858Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:aefb11fc-bb3a-4a16-a518-099e320df3ce
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4ef78777-b0b1-4704-af2b-3422e4e161c9
ServiceInvariantUUID:45fe85b5-f525-45cd-be62-d845efa24367
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:4699918c-f548-468e-b42e-d7dc9bd933b7
ArtifactChecksum:NmIwZGM0YjY0MTEyMjQ3MWI0N2Q5NWQyMGE3ZTIyYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1
ResourceInvariantUUID:9a0a5a26-7791-40bc-8ef6-44add9d2f0ee
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c143169a-f5cc-4b4e-a43d-7fc7ae255714
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:dafbad73-6850-4465-b26f-5fd52efc2fb9
ArtifactChecksum:ZTZhOGY1MDE3MjRhMjE5NTE5ZGZlODZmMjM0ZjQxNTQ=
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:dca55353-7509-40cf-9b99-cb5fe1229a24
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:615b7775-a817-4f62-864e-ee6766c87534
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:615b7775-a817-4f62-864e-ee6766c87534
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:40:23.859Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ef78777-b0b1-4704-af2b-3422e4e161c9 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-04-06T06:40:23.987Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:40:23.987Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:40:23.988Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:40:23.988Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4699918c-f548-468e-b42e-d7dc9bd933b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-06T06:40:23.988Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:40:23.988Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-06T06:40:24.526Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:40:24.530Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4699918c-f548-468e-b42e-d7dc9bd933b7 71073
2022-04-06T06:40:24.531Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-06T06:40:24.531Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-06T06:40:24.531Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:40:24.532Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:24.536Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:24.536Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227224531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:40:24.640Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-06T06:40:24.641Z||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-04-06T06:40:24.641Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:24.665Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:24.665Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:40:24.824Z||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-04-06T06:40:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:40:24.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:24.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:40:24.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227084051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:40:24.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:40:25.537Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:40:25.537Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:40:25.539Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4699918c-f548-468e-b42e-d7dc9bd933b7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:25.539Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-06T06:40:25.540Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:25.540Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:25.745Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14070652008382967248/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-04-06T06:40:28.360Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.361Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:40:28.362Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.363Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.363Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:28.363Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:40:28.363Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:40:28.364Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.364Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.364Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:28.364Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:40:28.364Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-06T06:40:28.365Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:40:28.366Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.367Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:28.367Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:28.367Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.368Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:28.368Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:28.368Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.368Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:28.369Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:28.369Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.369Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-06T06:40:28.371Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-06T06:40:28.371Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:40:28.371Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e28d4eb-80df-4970-af86-15e82250ee5a
2022-04-06T06:40:28.371Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.372Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.372Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.372Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.372Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.372Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.373Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:28.373Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:28.373Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4ef78777-b0b1-4704-af2b-3422e4e161c9
Model Version:NULL
Model InvariantUuid:45fe85b5-f525-45cd-be62-d845efa24367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9d3ef6b9-35d6-4628-a340-79463214c747
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a0a5a26-7791-40bc-8ef6-44add9d2f0ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c700224-970f-452e-9af6-f262c5fe0ec0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:39bdb172-6475-427d-b2f8-0baa69ac35e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e28d4eb-80df-4970-af86-15e82250ee5a
ModelInvariantUuid:320c9b04-9b59-4c26-989c-df581d6a86db
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:55e37d08-e273-4909-84c8-33ad807bf70e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0539f5a4-5f38-48c6-bbba-5b8419bc8520
ModelInvariantUuid:11abdf82-0e7e-4971-955b-e7926296f4f4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a9b49ae1-2895-4b72-b384-a28504a91ae4
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-04-06T06:40:28.407Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c143169a-f5cc-4b4e-a43d-7fc7ae255714
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-04-06T06:40:28.417Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-04-06T06:40:28.418Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c143169a-f5cc-4b4e-a43d-7fc7ae255714
2022-04-06T06:40:28.420Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dafbad73-6850-4465-b26f-5fd52efc2fb9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-06T06:40:28.420Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:40:28.428Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:29.211Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:40:29.212Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dafbad73-6850-4465-b26f-5fd52efc2fb9 787
2022-04-06T06:40:29.213Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:29.213Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:29.213Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:40:29.213Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:29.221Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:29.221Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227229213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:40:29.317Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:40:29.318Z||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-04-06T06:40:29.318Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:29.346Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:29.347Z||pool-97-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:40:30.222Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6c700224-970f-452e-9af6-f262c5fe0ec0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39bdb172-6475-427d-b2f8-0baa69ac35e5",
    "vfModuleModelCustomizationUUID": "8c88b45b-2872-4766-99f1-06666809deb6",
    "isBase": true,
    "artifacts": [
      "dca55353-7509-40cf-9b99-cb5fe1229a24",
      "615b7775-a817-4f62-864e-ee6766c87534"
    ],
    "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-04-06T06:40:30.228Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39bdb172-6475-427d-b2f8-0baa69ac35e5
VfModuleModelInvariantUUID:6c700224-970f-452e-9af6-f262c5fe0ec0
VfModuleModelDescription:NULL
Artifacts UUID List:{
dca55353-7509-40cf-9b99-cb5fe1229a24
,
615b7775-a817-4f62-864e-ee6766c87534

}
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-04-06T06:40:30.236Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6c700224-970f-452e-9af6-f262c5fe0ec0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39bdb172-6475-427d-b2f8-0baa69ac35e5",
    "vfModuleModelCustomizationUUID": "8c88b45b-2872-4766-99f1-06666809deb6",
    "isBase": true,
    "artifacts": [
      "dca55353-7509-40cf-9b99-cb5fe1229a24",
      "615b7775-a817-4f62-864e-ee6766c87534"
    ],
    "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-04-06T06:40:30.236Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39bdb172-6475-427d-b2f8-0baa69ac35e5
VfModuleModelInvariantUUID:6c700224-970f-452e-9af6-f262c5fe0ec0
VfModuleModelDescription:NULL
Artifacts UUID List:{
dca55353-7509-40cf-9b99-cb5fe1229a24
,
615b7775-a817-4f62-864e-ee6766c87534

}
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-04-06T06:40:30.237Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dca55353-7509-40cf-9b99-cb5fe1229a24 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-06T06:40:30.237Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:40:30.238Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:31.695Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:40:31.696Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dca55353-7509-40cf-9b99-cb5fe1229a24 5033
2022-04-06T06:40:31.696Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:31.696Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:31.697Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:40:31.697Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:31.700Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:31.701Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227231696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:40:31.802Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:40:31.803Z||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-04-06T06:40:31.803Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:31.826Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:31.826Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:40:32.701Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 615b7775-a817-4f62-864e-ee6766c87534 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-06T06:40:32.702Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:40:32.703Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:33.506Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:40:33.509Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 615b7775-a817-4f62-864e-ee6766c87534 903
2022-04-06T06:40:33.511Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:33.511Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:33.511Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:40:33.512Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:33.515Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:33.515Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227233511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:40:33.615Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:40:33.616Z||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-04-06T06:40:33.617Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:33.656Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:33.658Z||pool-99-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:34.516Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4ef78777-b0b1-4704-af2b-3422e4e161c9
2022-04-06T06:40:34.518Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c143169a-f5cc-4b4e-a43d-7fc7ae255714 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-04-06T06:40:34.553Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f9424a3, org.onap.sdc.toscaparser.api.parameters.Input@74dc54af, org.onap.sdc.toscaparser.api.parameters.Input@762518ba, org.onap.sdc.toscaparser.api.parameters.Input@7dd5b61b, org.onap.sdc.toscaparser.api.parameters.Input@23ba343e]
2022-04-06T06:40:34.555Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.556Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.556Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:40:34.556Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1
2022-04-06T06:40:34.556Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1 matches Tosca VF Customization UUID: cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1
2022-04-06T06:40:34.556Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1  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-04-06T06:40:34.568Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.568Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1: {\"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-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b5e4d0a
2022-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c88b45b-2872-4766-99f1-06666809deb6
2022-04-06T06:40:34.570Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c88b45b-2872-4766-99f1-06666809deb6
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-04-06T06:40:34.575Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.575Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:34.576Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:34.577Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.577Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:34.577Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:34.577Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.580Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-06T06:40:34.580Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-06T06:40:34.581Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:40:34.581Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e28d4eb-80df-4970-af86-15e82250ee5a
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-04-06T06:40:34.595Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.596Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:34.596Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:40:34.596Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.600Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-06T06:40:34.600Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cb6ca73c-2e4b-4ac8-9dd0-2c58e6b8b8f1
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-04-06T06:40:34.606Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.607Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.607Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4ef78777-b0b1-4704-af2b-3422e4e161c9: basic_vm
2022-04-06T06:40:34.607Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.607Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.608Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.608Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.608Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.608Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.609Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.610Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.610Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:40:34.611Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:40:34.612Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:34.873Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c143169a-f5cc-4b4e-a43d-7fc7ae255714 1 ASDC deployResourceStructure
2022-04-06T06:40:34.874Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:34.874Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:34.874Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:40:34.875Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:34.880Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:34.880Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227234874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:40:34.981Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:40:34.982Z||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-04-06T06:40:34.982Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:35.017Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:35.018Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:35.881Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:35.885Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:35.885Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:40:35.886Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:35.888Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:35.888Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227235881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:40:35.989Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:40:35.990Z||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-04-06T06:40:35.991Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:36.037Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:36.038Z||pool-101-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:36.891Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:36.892Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||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-04-06T06:40:36.892Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:40:36.892Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:36.899Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:36.899Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227236891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:40:37.000Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:40:37.001Z||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-04-06T06:40:37.001Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:37.019Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:37.020Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:37.901Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-06T06:40:37.901Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-06T06:40:37.901Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:40:37.901Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:40:37.907Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:40:37.907Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227237901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:40:38.004Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:40:38.005Z||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-04-06T06:40:38.006Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:40:38.062Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:40:38.063Z||pool-103-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:40:38.909Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aefb11fc-bb3a-4a16-a518-099e320df3ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:40:41.741Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aefb11fc-bb3a-4a16-a518-099e320df3ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:40:41.755Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:40:41.755Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:40:41.755Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:40:41.755Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:40:41.756Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:40:41.782Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:41:11.785Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aefb11fc-bb3a-4a16-a518-099e320df3ce 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-04-06T06:41:11.813Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aefb11fc-bb3a-4a16-a518-099e320df3ce and serviceModelVersionId: 4ef78777-b0b1-4704-af2b-3422e4e161c9
2022-04-06T06:41:11.813Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45fe85b5-f525-45cd-be62-d845efa24367
2022-04-06T06:41:11.814Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0
2022-04-06T06:41:11.820Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:41:11.908Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0|INFO|500||Invoke
2022-04-06T06:41:11.909Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aefb11fc-bb3a-4a16-a518-099e320df3ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d127ce50-659d-41f6-9486-23396115c7a7], X-ECOMP-RequestID=[aefb11fc-bb3a-4a16-a518-099e320df3ce], X-TransactionId=[], X-ONAP-RequestID=[aefb11fc-bb3a-4a16-a518-099e320df3ce], Content-Type=[application/merge-patch+json]}
2022-04-06T06:41:11.962Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:41:12.599Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?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/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220406-06:41:12:282-25903], vertex-id=[249968], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:41:12 GMT], Content-Type=[application/json]}
2022-04-06T06:41:12.603Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:41:12.604Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45fe85b5-f525-45cd-be62-d845efa24367/model-vers/model-ver/4ef78777-b0b1-4704-af2b-3422e4e161c9?depth=0|INFO|500||InvokeReturn
2022-04-06T06:41:12.604Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:41:12.604Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:41:12.613Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:41:12.614Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aefb11fc-bb3a-4a16-a518-099e320df3ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:41:12.615Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:41:12.615Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:12.619Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:12.620Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227272614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:41:12.721Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:41:12.723Z||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-04-06T06:41:12.723Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:12.747Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:12.748Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:41:13.667Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:41:13.668Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb743468-9dac-4bcd-8a85-106ea29b3ffc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"87d43564-b059-4a71-a2e1-9a4742124ef1","serviceDescription":"service","serviceInvariantUUID":"0d67dadb-5699-46bf-8ca2-ce30ff4a7655","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80ad4455-bc02-4b97-9d5a-a452d48a005d","resourceInvariantUUID":"947f5f10-d4ef-4be7-aca3-5ca22e1da6cf","resourceCustomizationUUID":"0ea7ee88-5e50-4d12-93aa-2cf64df17fff","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":"NTQ3ODE2YjllY2Y2MzY4N2FiZTQ1NDQzMjFjYzdiMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc55e6fd-0ef2-4f0c-a6a2-9b5ca1bde037","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":"OGQyOGY0MWE4NDYwNTQ4OWJkMTZjYmVjNDZlZWE1Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89f0c0a1-c099-4ac1-b48b-01354b0aa21a","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":"079246ee-733c-4c72-9890-9710491ccfca","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":"673dd45d-cc8d-4475-bac1-6aad4bc3c4be","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":"d12d9dae-7173-4479-9883-202b935352b4","artifactVersion":"2","generatedFromUUID":"079246ee-733c-4c72-9890-9710491ccfca"},{"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":"OGYwYmVjM2MyOWZjMDc3OTNmNzI2ZTIzMjVhMTFiY2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9621964c-78ee-4691-b164-795171cd076a","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":"YWFjYmI4NWZkMGI1NjVkZDI4N2JkMmVjNjEwNjA5YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d80b5b1f-5436-44fa-80ff-b4036a6f8585","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzFmN2Q4Y2QwNDM4ODljMzM3YmNlMWQ5NDQyZDhhMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a77902e-9ac4-411b-bc77-bd028d796ec7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:41:13.669Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:13.669Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:13.674Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:13.674Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:13.781Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-06T06:41:13.783Z||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-04-06T06:41:13.783Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:13.809Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:13.811Z||pool-105-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:14.677Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:14.678Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:14.683Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:14.684Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:41:14.782Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:41:14.784Z||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-04-06T06:41:14.785Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:14.802Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:14.804Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:15.685Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:15.685Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:15.688Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:15.689Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:41:15.791Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:41:15.792Z||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-04-06T06:41:15.792Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:15.811Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:15.812Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:16.689Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:16.690Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:16.732Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:16.733Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:16.793Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 60 ms
2022-04-06T06:41:16.794Z||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-04-06T06:41:16.795Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:16.808Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:16.809Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:17.733Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:17.734Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:17.737Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:17.738Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:41:17.838Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:41:17.839Z||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-04-06T06:41:17.840Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:17.914Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:17.914Z||pool-109-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:18.738Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:18.739Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:18.748Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:18.753Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:18.853Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:41:18.855Z||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-04-06T06:41:18.856Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:18.890Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:18.897Z||pool-110-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:19.754Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:19.758Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:19.769Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:19.769Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:19.868Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:41:19.874Z||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-04-06T06:41:19.874Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:19.901Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:19.902Z||pool-111-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:41:20.771Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:41:20.771Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:20.775Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:20.776Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:20.875Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:41:20.876Z||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-04-06T06:41:20.877Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:20.898Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:20.899Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:21.781Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87d43564-b059-4a71-a2e1-9a4742124ef1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d67dadb-5699-46bf-8ca2-ce30ff4a7655",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0ea7ee88-5e50-4d12-93aa-2cf64df17fff",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80ad4455-bc02-4b97-9d5a-a452d48a005d",
      "resourceInvariantUUID": "947f5f10-d4ef-4be7-aca3-5ca22e1da6cf",
      "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": "OGQyOGY0MWE4NDYwNTQ4OWJkMTZjYmVjNDZlZWE1Yjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "89f0c0a1-c099-4ac1-b48b-01354b0aa21a",
          "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": "079246ee-733c-4c72-9890-9710491ccfca",
          "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": "d12d9dae-7173-4479-9883-202b935352b4",
            "generatedFromUUID": "079246ee-733c-4c72-9890-9710491ccfca"
          },
          "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": "d12d9dae-7173-4479-9883-202b935352b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzFmN2Q4Y2QwNDM4ODljMzM3YmNlMWQ5NDQyZDhhMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a77902e-9ac4-411b-bc77-bd028d796ec7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:41:21.781Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:41:21.781Z|aefb11fc-bb3a-4a16-a518-099e320df3ce|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87d43564-b059-4a71-a2e1-9a4742124ef1 ASDC
2022-04-06T06:41:21.782Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:fb743468-9dac-4bcd-8a85-106ea29b3ffc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:87d43564-b059-4a71-a2e1-9a4742124ef1
ServiceInvariantUUID:0d67dadb-5699-46bf-8ca2-ce30ff4a7655
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:3a77902e-9ac4-411b-bc77-bd028d796ec7
ArtifactChecksum:NzFmN2Q4Y2QwNDM4ODljMzM3YmNlMWQ5NDQyZDhhMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0ea7ee88-5e50-4d12-93aa-2cf64df17fff
ResourceInvariantUUID:947f5f10-d4ef-4be7-aca3-5ca22e1da6cf
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:80ad4455-bc02-4b97-9d5a-a452d48a005d
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:89f0c0a1-c099-4ac1-b48b-01354b0aa21a
ArtifactChecksum:OGQyOGY0MWE4NDYwNTQ4OWJkMTZjYmVjNDZlZWE1Yjg=
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:079246ee-733c-4c72-9890-9710491ccfca
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:d12d9dae-7173-4479-9883-202b935352b4
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:d12d9dae-7173-4479-9883-202b935352b4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:41:21.782Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87d43564-b059-4a71-a2e1-9a4742124ef1 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-04-06T06:41:21.942Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:41:21.943Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:41:21.943Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:41:21.943Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3a77902e-9ac4-411b-bc77-bd028d796ec7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-06T06:41:21.944Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:41:21.944Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-06T06:41:22.953Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:41:22.959Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3a77902e-9ac4-411b-bc77-bd028d796ec7 78795
2022-04-06T06:41:22.960Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:41:22.960Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-06T06:41:22.960Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:41:22.960Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:22.978Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:22.979Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227282960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:23.066Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-04-06T06:41:23.067Z||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-04-06T06:41:23.067Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:23.084Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:23.084Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:23.987Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:41:23.989Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:41:23.990Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3a77902e-9ac4-411b-bc77-bd028d796ec7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:23.991Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-06T06:41:23.994Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:23.995Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:24.225Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15779417703715395037/Definitions/service-BasicVmMacro-template.yml
2022-04-06T06:41:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:41:24.825Z||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-04-06T06:41:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:41:24.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227088043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227107044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:24.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227107781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227108047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:24.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:24.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:41:24.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227084787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:24.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "policy-id",
  "timestamp": 1649227109051,
  "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-04-06T06:41:24.944Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:41:24.944Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:41:24.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227110508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227110410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:24.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227111515,
  "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-04-06T06:41:25.014Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:41:25.015Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:41:25.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227111946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227113366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227114847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227115953,
  "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-04-06T06:41:25.083Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:41:25.084Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:41:25.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227116966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227118643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227098481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227123316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227126528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227126984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227127535,
  "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-04-06T06:41:25.172Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:41:25.173Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:41:25.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227131317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "clamp",
  "timestamp": 1649227132323,
  "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-04-06T06:41:25.217Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:41:25.217Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:41:25.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227132176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "aai-ml",
  "timestamp": 1649227133182,
  "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-04-06T06:41:25.249Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb743468-9dac-4bcd-8a85-106ea29b3ffc
2022-04-06T06:41:25.249Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:41:25.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227109867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227144703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227137775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "432ce1cf-c456-4e33-8d68-e30b59d79dca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227150238,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649227142243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227140137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227138088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227152898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227152951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227153956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "cds",
  "timestamp": 1649227154443,
  "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-04-06T06:41:25.404Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:41:25.404Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:41:25.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "policy-id",
  "timestamp": 1649227154959,
  "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-04-06T06:41:25.448Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:41:25.449Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:41:25.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227148043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227158117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227158296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227158042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227159261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:25.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:41:25.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "aai-ml",
  "timestamp": 1649227159047,
  "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-04-06T06:41:25.530Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:41:25.531Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:41:25.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649227160267,
  "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-04-06T06:41:25.570Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:41:25.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:41:25.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:41:25.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
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-04-06T06:41:26.747Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:41:26.748Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:41:26.748Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.748Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:41:26.748Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.748Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.749Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.749Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.749Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.749Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.750Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.751Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:26.751Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:41:26.751Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:41:26.751Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.752Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.752Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:26.752Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:41:26.752Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:41:26.752Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.753Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.753Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.753Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-06T06:41:26.753Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-06T06:41:26.753Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-06T06:41:26.754Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-06T06:41:26.754Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:41:26.754Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:41:26.754Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.754Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:41:26.755Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.755Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:26.755Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:26.755Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.755Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:26.756Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:26.756Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.756Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:26.756Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:26.756Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=995daeeb-9032-413a-b68b-c92060cd9788
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.757Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.758Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.758Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.758Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.758Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.758Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:26.759Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:26.759Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:87d43564-b059-4a71-a2e1-9a4742124ef1
Model Version:NULL
Model InvariantUuid:0d67dadb-5699-46bf-8ca2-ce30ff4a7655
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:0d37cacd-e433-4b1f-a905-17b633e76606
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:947f5f10-d4ef-4be7-aca3-5ca22e1da6cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ea7ee88-5e50-4d12-93aa-2cf64df17fff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a1041df-9b1b-4e1b-8a37-1b5cc5aaad18
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b00cdac8-ba59-4e02-b9c1-fb9e20047463
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:995daeeb-9032-413a-b68b-c92060cd9788
ModelInvariantUuid:eeb7c450-6a56-4526-9204-27a340033285
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:420bc352-6c89-48ea-8ec2-7ead3144ac96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:17a97c14-180d-439f-bc1a-40b12ace6a92
ModelInvariantUuid:3de37fa9-44b4-4cc5-9260-e633fed2ce22
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:011898a9-0d36-4bcf-aa55-7d26782b0d1d
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-04-06T06:41:26.774Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 80ad4455-bc02-4b97-9d5a-a452d48a005d
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-04-06T06:41:26.782Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-04-06T06:41:26.783Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80ad4455-bc02-4b97-9d5a-a452d48a005d
2022-04-06T06:41:26.783Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 89f0c0a1-c099-4ac1-b48b-01354b0aa21a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-06T06:41:26.783Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:41:26.783Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-06T06:41:27.785Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:41:27.786Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 89f0c0a1-c099-4ac1-b48b-01354b0aa21a 792
2022-04-06T06:41:27.786Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-06T06:41:27.786Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-06T06:41:27.786Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:41:27.786Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:27.789Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:27.790Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227287786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:27.894Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-06T06:41:27.896Z||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-04-06T06:41:27.896Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:27.937Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:27.938Z||pool-114-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:41:28.790Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a1041df-9b1b-4e1b-8a37-1b5cc5aaad18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b00cdac8-ba59-4e02-b9c1-fb9e20047463",
    "vfModuleModelCustomizationUUID": "7538099b-d653-4f64-ab3a-d0dbad09774c",
    "isBase": true,
    "artifacts": [
      "079246ee-733c-4c72-9890-9710491ccfca",
      "d12d9dae-7173-4479-9883-202b935352b4"
    ],
    "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-04-06T06:41:28.797Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b00cdac8-ba59-4e02-b9c1-fb9e20047463
VfModuleModelInvariantUUID:6a1041df-9b1b-4e1b-8a37-1b5cc5aaad18
VfModuleModelDescription:NULL
Artifacts UUID List:{
079246ee-733c-4c72-9890-9710491ccfca
,
d12d9dae-7173-4479-9883-202b935352b4

}
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-04-06T06:41:28.814Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a1041df-9b1b-4e1b-8a37-1b5cc5aaad18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b00cdac8-ba59-4e02-b9c1-fb9e20047463",
    "vfModuleModelCustomizationUUID": "7538099b-d653-4f64-ab3a-d0dbad09774c",
    "isBase": true,
    "artifacts": [
      "079246ee-733c-4c72-9890-9710491ccfca",
      "d12d9dae-7173-4479-9883-202b935352b4"
    ],
    "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-04-06T06:41:28.814Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b00cdac8-ba59-4e02-b9c1-fb9e20047463
VfModuleModelInvariantUUID:6a1041df-9b1b-4e1b-8a37-1b5cc5aaad18
VfModuleModelDescription:NULL
Artifacts UUID List:{
079246ee-733c-4c72-9890-9710491ccfca
,
d12d9dae-7173-4479-9883-202b935352b4

}
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-04-06T06:41:28.814Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 079246ee-733c-4c72-9890-9710491ccfca from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-06T06:41:28.815Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:41:28.815Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-06T06:41:29.684Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:41:29.685Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 079246ee-733c-4c72-9890-9710491ccfca 5033
2022-04-06T06:41:29.686Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-06T06:41:29.686Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-06T06:41:29.686Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:41:29.687Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:29.690Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:29.691Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227289686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:29.791Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:41:29.793Z||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-04-06T06:41:29.795Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:29.820Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:29.821Z||pool-115-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:30.692Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d12d9dae-7173-4479-9883-202b935352b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-06T06:41:30.693Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:41:30.693Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-06T06:41:31.507Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:41:31.507Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d12d9dae-7173-4479-9883-202b935352b4 903
2022-04-06T06:41:31.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-06T06:41:31.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-06T06:41:31.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:41:31.511Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:31.519Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:31.519Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227291508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:41:31.619Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:41:31.620Z||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-04-06T06:41:31.620Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:31.637Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:31.638Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:32.521Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 87d43564-b059-4a71-a2e1-9a4742124ef1
2022-04-06T06:41:32.522Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 80ad4455-bc02-4b97-9d5a-a452d48a005d 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-04-06T06:41:32.553Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@460a8c02, org.onap.sdc.toscaparser.api.parameters.Input@4568bc3b, org.onap.sdc.toscaparser.api.parameters.Input@5ff132c9, org.onap.sdc.toscaparser.api.parameters.Input@41cbb3be, org.onap.sdc.toscaparser.api.parameters.Input@53b35d19]
2022-04-06T06:41:32.559Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.560Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.560Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:41:32.560Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0ea7ee88-5e50-4d12-93aa-2cf64df17fff
2022-04-06T06:41:32.561Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ea7ee88-5e50-4d12-93aa-2cf64df17fff matches Tosca VF Customization UUID: 0ea7ee88-5e50-4d12-93aa-2cf64df17fff
2022-04-06T06:41:32.561Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0ea7ee88-5e50-4d12-93aa-2cf64df17fff  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-04-06T06:41:32.566Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.567Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.569Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0ea7ee88-5e50-4d12-93aa-2cf64df17fff: {\"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-04-06T06:41:32.570Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1941b8a8
2022-04-06T06:41:32.570Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.571Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:41:32.571Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7538099b-d653-4f64-ab3a-d0dbad09774c
2022-04-06T06:41:32.571Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7538099b-d653-4f64-ab3a-d0dbad09774c
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-04-06T06:41:32.583Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.584Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:32.585Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:32.587Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.587Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:32.587Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:32.588Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.588Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-06T06:41:32.588Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-06T06:41:32.589Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-06T06:41:32.590Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=995daeeb-9032-413a-b68b-c92060cd9788
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-04-06T06:41:32.598Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.599Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:32.599Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:41:32.600Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.600Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-06T06:41:32.600Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0ea7ee88-5e50-4d12-93aa-2cf64df17fff
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-04-06T06:41:32.604Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.604Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.605Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 87d43564-b059-4a71-a2e1-9a4742124ef1: basic_vm_macro
2022-04-06T06:41:32.605Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.606Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.606Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.606Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.606Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.607Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.607Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.607Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.607Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:41:32.608Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:41:32.608Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:41:32.851Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 80ad4455-bc02-4b97-9d5a-a452d48a005d 1 ASDC deployResourceStructure
2022-04-06T06:41:32.852Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-06T06:41:32.852Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-06T06:41:32.853Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:41:32.854Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:32.859Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:32.859Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227292852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:32.958Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:41:32.959Z||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-04-06T06:41:32.959Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:32.989Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:32.989Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:33.862Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-06T06:41:33.863Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-06T06:41:33.863Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:41:33.863Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:33.865Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:33.866Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227293862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:33.967Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:41:33.968Z||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-04-06T06:41:33.968Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:33.995Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:33.996Z||pool-118-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:41:34.878Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-06T06:41:34.879Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-06T06:41:34.879Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:41:34.879Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:34.885Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:34.885Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227294878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:34.983Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:41:34.984Z||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-04-06T06:41:34.988Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:35.002Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:35.002Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:35.886Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:41:35.887Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-06T06:41:35.887Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:41:35.888Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:41:35.890Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:41:35.891Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227295886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:41:35.991Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:41:35.992Z||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-04-06T06:41:35.992Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:41:36.017Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:41:36.018Z||pool-120-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:41:36.897Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb743468-9dac-4bcd-8a85-106ea29b3ffc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:41:36.926Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb743468-9dac-4bcd-8a85-106ea29b3ffc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:41:36.939Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:41:36.939Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:41:36.940Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:41:36.940Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:41:36.940Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.941Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.941Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.942Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.942Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.942Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:41:36.942Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:41:36.953Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:42:06.953Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb743468-9dac-4bcd-8a85-106ea29b3ffc 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-04-06T06:42:06.970Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb743468-9dac-4bcd-8a85-106ea29b3ffc and serviceModelVersionId: 87d43564-b059-4a71-a2e1-9a4742124ef1
2022-04-06T06:42:06.970Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d67dadb-5699-46bf-8ca2-ce30ff4a7655
2022-04-06T06:42:06.971Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?depth=0
2022-04-06T06:42:06.977Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:42:07.039Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?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-04-06T06:42:07.040Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?depth=0|INFO|500||Invoke
2022-04-06T06:42:07.079Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:42:07.504Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?depth=0|INFO|500||InvokeReturn
2022-04-06T06:42:07.507Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d67dadb-5699-46bf-8ca2-ce30ff4a7655/model-vers/model-ver/87d43564-b059-4a71-a2e1-9a4742124ef1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220406-06:42:07:405-8767], vertex-id=[561192], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:42:07 GMT], Content-Type=[application/json]}
2022-04-06T06:42:07.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:42:07.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:42:07.508Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:42:07.515Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:42:07.516Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb743468-9dac-4bcd-8a85-106ea29b3ffc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:42:07.516Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:42:07.516Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:07.520Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:07.521Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227327516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:42:07.621Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:07.622Z||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-04-06T06:42:07.622Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:07.642Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:07.643Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:42:08.581Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:42:08.583Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b134d7b-2ec6-4b7c-a25a-42d8c92840ae","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8b770540-0889-4940-8648-88f84336dac2","serviceDescription":"service","serviceInvariantUUID":"1cc3380e-44a8-46c7-b090-f6a741e20fda","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7fac3d4a-fd98-47cb-b231-eec0d1226132","resourceInvariantUUID":"3c0d2a45-cdfa-49ed-90c0-7bf338f837c9","resourceCustomizationUUID":"47911063-0a97-43d5-8ce4-4a60a373aeb5","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":"MzcyZWUwMzM4M2Q0NTNlNmE0MWU0MTE4N2Y1MDEzNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdf23d35-c683-476c-b087-794439da7004","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":"OWFiODlhNTdmOGU3OTQ2MTk1YTA4ZWJmMzQ5OTAwNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c0dc0b9-9423-41d6-bbce-25bf00ed3058","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":"2010d026-92e3-40ec-8c70-b8e86cebce8c","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":"2c5e231e-b3d4-4b81-ad07-dc5a9aede6c8","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":"5c194f80-ce79-4b06-8e54-72e8e9b8d969","artifactVersion":"2","generatedFromUUID":"5abe3e4d-fb26-4c98-9c17-8192c2247014"},{"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":"70da888e-50c7-4dc2-8ca3-81d3aa091b5c","artifactVersion":"2","generatedFromUUID":"2010d026-92e3-40ec-8c70-b8e86cebce8c"},{"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":"5abe3e4d-fb26-4c98-9c17-8192c2247014","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":"9688dc2b-faee-4f08-8a66-7304b3f044f9","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":"MTU4NTkwNTExYjlkMWFiMDZhMjEyYzMyMzZiMTM0YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"775653d8-d07c-4631-b95d-89a7117af310","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWUzOTAyODE2MzQ0NmM5ZTcyZGNjZjc0MzFkMjZiMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25cbb572-bed3-47eb-a9f3-feae02df35b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:42:08.583Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:08.585Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:08.589Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:08.589Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:08.689Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:08.690Z||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-04-06T06:42:08.690Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:08.715Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:08.716Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:42:09.590Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:09.590Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:09.607Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:09.608Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:42:09.696Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-06T06:42:09.697Z||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-04-06T06:42:09.697Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:09.729Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:09.730Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:42:10.609Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:10.610Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:10.614Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:10.614Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:42:10.714Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:42:10.717Z||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-04-06T06:42:10.717Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:10.731Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:10.733Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:11.616Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:11.618Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:11.624Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:11.626Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:11.725Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:42:11.727Z||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-04-06T06:42:11.728Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:11.744Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:11.746Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:12.629Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:12.630Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:12.638Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:12.639Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-06T06:42:12.739Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-06T06:42:12.741Z||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-04-06T06:42:12.741Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:12.772Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:12.774Z||pool-126-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:13.645Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:13.646Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:13.649Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:13.649Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-06T06:42:13.750Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:13.751Z||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-04-06T06:42:13.752Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:13.769Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:13.770Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:14.650Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:14.651Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:14.656Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:14.657Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:42:14.760Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:42:14.761Z||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-04-06T06:42:14.761Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:14.789Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:14.790Z||pool-128-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:15.657Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:15.659Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:15.674Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:15.677Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:15.776Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:42:15.784Z||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-04-06T06:42:15.785Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:15.814Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:15.815Z||pool-129-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:16.680Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:16.681Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:16.685Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:16.685Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:16.786Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:42:16.801Z||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-04-06T06:42:16.802Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:16.822Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:16.827Z||pool-130-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:17.688Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:42:17.689Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:17.697Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:17.697Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:42:17.797Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:17.799Z||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-04-06T06:42:17.799Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:17.826Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:17.827Z||pool-131-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:18.702Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8b770540-0889-4940-8648-88f84336dac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1cc3380e-44a8-46c7-b090-f6a741e20fda",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "47911063-0a97-43d5-8ce4-4a60a373aeb5",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7fac3d4a-fd98-47cb-b231-eec0d1226132",
      "resourceInvariantUUID": "3c0d2a45-cdfa-49ed-90c0-7bf338f837c9",
      "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": "OWFiODlhNTdmOGU3OTQ2MTk1YTA4ZWJmMzQ5OTAwNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c0dc0b9-9423-41d6-bbce-25bf00ed3058",
          "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": "2010d026-92e3-40ec-8c70-b8e86cebce8c",
          "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": "70da888e-50c7-4dc2-8ca3-81d3aa091b5c",
            "generatedFromUUID": "2010d026-92e3-40ec-8c70-b8e86cebce8c"
          },
          "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": "5c194f80-ce79-4b06-8e54-72e8e9b8d969",
          "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": "70da888e-50c7-4dc2-8ca3-81d3aa091b5c",
          "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": "5abe3e4d-fb26-4c98-9c17-8192c2247014",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OWUzOTAyODE2MzQ0NmM5ZTcyZGNjZjc0MzFkMjZiMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25cbb572-bed3-47eb-a9f3-feae02df35b9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:42:18.702Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:42:18.702Z|fb743468-9dac-4bcd-8a85-106ea29b3ffc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8b770540-0889-4940-8648-88f84336dac2 ASDC
2022-04-06T06:42:18.703Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8b770540-0889-4940-8648-88f84336dac2
ServiceInvariantUUID:1cc3380e-44a8-46c7-b090-f6a741e20fda
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:25cbb572-bed3-47eb-a9f3-feae02df35b9
ArtifactChecksum:OWUzOTAyODE2MzQ0NmM5ZTcyZGNjZjc0MzFkMjZiMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:47911063-0a97-43d5-8ce4-4a60a373aeb5
ResourceInvariantUUID:3c0d2a45-cdfa-49ed-90c0-7bf338f837c9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7fac3d4a-fd98-47cb-b231-eec0d1226132
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:7c0dc0b9-9423-41d6-bbce-25bf00ed3058
ArtifactChecksum:OWFiODlhNTdmOGU3OTQ2MTk1YTA4ZWJmMzQ5OTAwNDM=
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:2010d026-92e3-40ec-8c70-b8e86cebce8c
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:70da888e-50c7-4dc2-8ca3-81d3aa091b5c
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:5c194f80-ce79-4b06-8e54-72e8e9b8d969
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:70da888e-50c7-4dc2-8ca3-81d3aa091b5c
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:5abe3e4d-fb26-4c98-9c17-8192c2247014
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-06T06:42:18.703Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b770540-0889-4940-8648-88f84336dac2 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-04-06T06:42:19.107Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:42:19.108Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:42:19.108Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:42:19.109Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 25cbb572-bed3-47eb-a9f3-feae02df35b9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:19.109Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:19.109Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:20.943Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:20.958Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 25cbb572-bed3-47eb-a9f3-feae02df35b9 158196
2022-04-06T06:42:20.959Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:42:20.959Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:20.959Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:20.960Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:20.965Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:20.965Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227340959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:21.065Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:21.066Z||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-04-06T06:42:21.066Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:21.093Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:21.093Z||pool-132-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:21.977Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:42:21.978Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:42:21.978Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 25cbb572-bed3-47eb-a9f3-feae02df35b9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:21.978Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-06T06:42:21.979Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:21.979Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:22.321Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1621003392835411246/Definitions/service-BasicCnfMacro-template.yml
2022-04-06T06:42:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:42:24.827Z||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-04-06T06:42:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:42:24.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:24.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:24.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:24.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:24.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:24.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227165453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:24.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:24.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227166332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227158481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:42:24.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:24.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:24.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "clamp",
  "timestamp": 1649227167337,
  "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-04-06T06:42:24.986Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
2022-04-06T06:42:24.987Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:42:25.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227168667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227160053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227169901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227170326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227170779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649227171782,
  "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-04-06T06:42:25.129Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:42:25.130Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:42:25.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227171824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227173472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227175015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227168342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227176446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227177729,
  "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-04-06T06:42:25.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227178633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227178741,
  "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-04-06T06:42:25.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "aai-ml",
  "timestamp": 1649227179641,
  "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-04-06T06:42:25.289Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:42:25.289Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:42:25.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227179747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227180766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227181794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227182836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227190303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227193306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "clamp",
  "timestamp": 1649227194311,
  "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-04-06T06:42:25.393Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 968afb84-cf2c-4064-9c6f-f2ca811ea822
2022-04-06T06:42:25.394Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:42:25.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68b615e4-0e82-4b73-81c3-35cfbb908551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227215732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:42:25.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:42:25.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:42:25.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:42:25.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:42:25.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227224531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:25.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:42:25.588Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:25.589Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:42:25.590Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.590Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.590Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.590Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:42:25.590Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.591Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.592Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:42:25.594Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.594Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.594Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:25.594Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.595Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.595Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:25.596Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9a2cbeb5-8844-4b6d-8132-a11a5bf8e330
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.597Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:25.598Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8b770540-0889-4940-8648-88f84336dac2
Model Version:NULL
Model InvariantUuid:1cc3380e-44a8-46c7-b090-f6a741e20fda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:371314a7-a179-43a7-9428-1a4e768b1a8e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c0d2a45-cdfa-49ed-90c0-7bf338f837c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47911063-0a97-43d5-8ce4-4a60a373aeb5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9c146e7e-bc91-4798-9139-f531a505be96
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:222fead2-e7e2-40b2-8faf-90ee272d3295
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d934fe1b-65f0-4a06-9922-ec20f75903ba
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:249fd1e8-bee2-4556-b9b7-b071fafbb265
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9a2cbeb5-8844-4b6d-8132-a11a5bf8e330
ModelInvariantUuid:5ab6d515-9cb1-4250-8a36-a8a872692590
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8fff8d04-a54b-4f63-96db-af45c6f033f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bb590eac-9022-4882-b4ff-3f492b526d97
ModelInvariantUuid:1a52a08e-9c74-418d-a10a-800ebff825e9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:037ab0b2-59fc-43da-bb68-4c6e7ab3c97e
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-04-06T06:42:25.697Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7fac3d4a-fd98-47cb-b231-eec0d1226132
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-04-06T06:42:25.708Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-04-06T06:42:25.708Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7fac3d4a-fd98-47cb-b231-eec0d1226132
2022-04-06T06:42:25.708Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c0dc0b9-9423-41d6-bbce-25bf00ed3058 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-06T06:42:25.709Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:25.709Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-06T06:42:26.257Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:26.257Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7c0dc0b9-9423-41d6-bbce-25bf00ed3058 1565
2022-04-06T06:42:26.258Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-06T06:42:26.258Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-06T06:42:26.258Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:26.258Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:26.262Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:26.262Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227346258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:26.362Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:26.364Z||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-04-06T06:42:26.364Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:26.417Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:26.418Z||pool-133-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:27.263Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d934fe1b-65f0-4a06-9922-ec20f75903ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "249fd1e8-bee2-4556-b9b7-b071fafbb265",
    "vfModuleModelCustomizationUUID": "72cfb5b6-d970-41a9-81d6-9d8526e3c697",
    "isBase": true,
    "artifacts": [
      "2010d026-92e3-40ec-8c70-b8e86cebce8c",
      "70da888e-50c7-4dc2-8ca3-81d3aa091b5c"
    ],
    "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": "9c146e7e-bc91-4798-9139-f531a505be96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "222fead2-e7e2-40b2-8faf-90ee272d3295",
    "vfModuleModelCustomizationUUID": "ee59e452-e11c-4182-8255-5199f85f26eb",
    "isBase": false,
    "artifacts": [
      "5abe3e4d-fb26-4c98-9c17-8192c2247014"
    ],
    "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-04-06T06:42:27.268Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:249fd1e8-bee2-4556-b9b7-b071fafbb265
VfModuleModelInvariantUUID:d934fe1b-65f0-4a06-9922-ec20f75903ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
2010d026-92e3-40ec-8c70-b8e86cebce8c
,
70da888e-50c7-4dc2-8ca3-81d3aa091b5c

}
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:222fead2-e7e2-40b2-8faf-90ee272d3295
VfModuleModelInvariantUUID:9c146e7e-bc91-4798-9139-f531a505be96
VfModuleModelDescription:NULL
Artifacts UUID List:{
5abe3e4d-fb26-4c98-9c17-8192c2247014

}
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-04-06T06:42:27.284Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d934fe1b-65f0-4a06-9922-ec20f75903ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "249fd1e8-bee2-4556-b9b7-b071fafbb265",
    "vfModuleModelCustomizationUUID": "72cfb5b6-d970-41a9-81d6-9d8526e3c697",
    "isBase": true,
    "artifacts": [
      "2010d026-92e3-40ec-8c70-b8e86cebce8c",
      "70da888e-50c7-4dc2-8ca3-81d3aa091b5c"
    ],
    "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": "9c146e7e-bc91-4798-9139-f531a505be96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "222fead2-e7e2-40b2-8faf-90ee272d3295",
    "vfModuleModelCustomizationUUID": "ee59e452-e11c-4182-8255-5199f85f26eb",
    "isBase": false,
    "artifacts": [
      "5abe3e4d-fb26-4c98-9c17-8192c2247014"
    ],
    "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-04-06T06:42:27.284Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:249fd1e8-bee2-4556-b9b7-b071fafbb265
VfModuleModelInvariantUUID:d934fe1b-65f0-4a06-9922-ec20f75903ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
2010d026-92e3-40ec-8c70-b8e86cebce8c
,
70da888e-50c7-4dc2-8ca3-81d3aa091b5c

}
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:222fead2-e7e2-40b2-8faf-90ee272d3295
VfModuleModelInvariantUUID:9c146e7e-bc91-4798-9139-f531a505be96
VfModuleModelDescription:NULL
Artifacts UUID List:{
5abe3e4d-fb26-4c98-9c17-8192c2247014

}
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-04-06T06:42:27.285Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2010d026-92e3-40ec-8c70-b8e86cebce8c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-06T06:42:27.285Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:27.285Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-06T06:42:27.807Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:27.808Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2010d026-92e3-40ec-8c70-b8e86cebce8c 914
2022-04-06T06:42:27.809Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-06T06:42:27.809Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-06T06:42:27.809Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:27.810Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:27.815Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:27.816Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227347809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:27.914Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:42:27.915Z||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-04-06T06:42:27.915Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:27.934Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:27.935Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:42:28.816Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c194f80-ce79-4b06-8e54-72e8e9b8d969 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-06T06:42:28.818Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:28.819Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-06T06:42:29.511Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:29.512Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5c194f80-ce79-4b06-8e54-72e8e9b8d969 12
2022-04-06T06:42:29.512Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-06T06:42:29.512Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-06T06:42:29.512Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:29.513Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:29.519Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:29.519Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227349512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:29.616Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:42:29.618Z||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-04-06T06:42:29.618Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:29.670Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:29.671Z||pool-135-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:30.520Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70da888e-50c7-4dc2-8ca3-81d3aa091b5c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-06T06:42:30.520Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:30.521Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-06T06:42:31.014Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:31.015Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 70da888e-50c7-4dc2-8ca3-81d3aa091b5c 96
2022-04-06T06:42:31.025Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-06T06:42:31.026Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-06T06:42:31.026Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:31.026Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:31.030Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:31.030Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227351025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:31.130Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:42:31.131Z||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-04-06T06:42:31.131Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:31.151Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:31.152Z||pool-136-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:32.031Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5abe3e4d-fb26-4c98-9c17-8192c2247014 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-06T06:42:32.033Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:42:32.035Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-06T06:42:32.628Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:42:32.633Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5abe3e4d-fb26-4c98-9c17-8192c2247014 20206
2022-04-06T06:42:32.634Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-06T06:42:32.634Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-06T06:42:32.635Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:42:32.635Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:32.639Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:32.639Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227352634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:42:32.739Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:32.740Z||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-04-06T06:42:32.740Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:32.756Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:32.757Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:33.644Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8b770540-0889-4940-8648-88f84336dac2
2022-04-06T06:42:33.645Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7fac3d4a-fd98-47cb-b231-eec0d1226132 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-04-06T06:42:33.677Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aebf08, org.onap.sdc.toscaparser.api.parameters.Input@b0a1655, org.onap.sdc.toscaparser.api.parameters.Input@1611cce, org.onap.sdc.toscaparser.api.parameters.Input@6a6c98ce, org.onap.sdc.toscaparser.api.parameters.Input@1fcf2c74]
2022-04-06T06:42:33.679Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.680Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.681Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-06T06:42:33.681Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 47911063-0a97-43d5-8ce4-4a60a373aeb5
2022-04-06T06:42:33.681Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47911063-0a97-43d5-8ce4-4a60a373aeb5 matches Tosca VF Customization UUID: 47911063-0a97-43d5-8ce4-4a60a373aeb5
2022-04-06T06:42:33.681Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 47911063-0a97-43d5-8ce4-4a60a373aeb5  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-04-06T06:42:33.688Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.689Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.690Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 47911063-0a97-43d5-8ce4-4a60a373aeb5: {\"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-04-06T06:42:33.690Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@438681d3
2022-04-06T06:42:33.691Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.691Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:42:33.692Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee59e452-e11c-4182-8255-5199f85f26eb
2022-04-06T06:42:33.692Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee59e452-e11c-4182-8255-5199f85f26eb
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-04-06T06:42:33.697Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.697Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:33.699Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:33.699Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.700Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:33.701Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:42:33.701Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.702Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-06T06:42:33.703Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=47911063-0a97-43d5-8ce4-4a60a373aeb5
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-04-06T06:42:33.707Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.708Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.709Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8b770540-0889-4940-8648-88f84336dac2: basic_cnf_macro
2022-04-06T06:42:33.710Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.710Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.710Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.711Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.712Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.714Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.715Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.715Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.721Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:42:33.723Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:42:33.724Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:42:33.865Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7fac3d4a-fd98-47cb-b231-eec0d1226132 2 ASDC deployResourceStructure
2022-04-06T06:42:33.866Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-06T06:42:33.866Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-06T06:42:33.866Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:42:33.866Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:33.870Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:33.870Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227353866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:33.969Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:42:33.971Z||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-04-06T06:42:33.971Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:33.993Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:33.993Z||pool-138-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:34.871Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-06T06:42:34.872Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-06T06:42:34.872Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:42:34.872Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:34.875Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:34.876Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227354871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:34.975Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:42:34.976Z||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-04-06T06:42:34.977Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:34.995Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:34.997Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:35.878Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-06T06:42:35.878Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-06T06:42:35.879Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-06T06:42:35.880Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:35.884Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:35.884Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227355878,
  "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-04-06T06:42:35.996Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-04-06T06:42:35.998Z||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-04-06T06:42:35.998Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:36.020Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:36.022Z||pool-140-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:36.893Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-06T06:42:36.894Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-06T06:42:36.894Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:42:36.894Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:36.899Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:36.900Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227356893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:36.999Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:42:37.000Z||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-04-06T06:42:37.001Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:37.053Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:37.054Z||pool-141-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:37.901Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-06T06:42:37.901Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-06T06:42:37.901Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-06T06:42:37.902Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:37.905Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:37.905Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227357901,
  "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-04-06T06:42:38.005Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:42:38.006Z||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-04-06T06:42:38.006Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:38.033Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:38.033Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:42:38.913Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:42:38.913Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-06T06:42:38.913Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:42:38.913Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:42:38.920Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:42:38.920Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227358913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:42:39.019Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-06T06:42:39.020Z||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-04-06T06:42:39.020Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:42:39.065Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:42:39.065Z||pool-143-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:42:39.929Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:42:40.067Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:42:40.079Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:42:40.079Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:42:40.080Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:42:40.080Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:42:40.081Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.081Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.081Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.082Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.082Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.082Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:42:40.083Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:42:40.157Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:43:10.164Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae 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-04-06T06:43:10.186Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae and serviceModelVersionId: 8b770540-0889-4940-8648-88f84336dac2
2022-04-06T06:43:10.187Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cc3380e-44a8-46c7-b090-f6a741e20fda
2022-04-06T06:43:10.189Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0
2022-04-06T06:43:10.207Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:43:10.318Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0|INFO|500||Invoke
2022-04-06T06:43:10.329Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b134d7b-2ec6-4b7c-a25a-42d8c92840ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8af0f90-641c-4eaf-802c-9be91cf5e2ac], X-ECOMP-RequestID=[7b134d7b-2ec6-4b7c-a25a-42d8c92840ae], X-TransactionId=[], X-ONAP-RequestID=[7b134d7b-2ec6-4b7c-a25a-42d8c92840ae], Content-Type=[application/merge-patch+json]}
2022-04-06T06:43:10.439Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:43:10.937Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?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/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:43:10:758-22382], vertex-id=[585768], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:43:10 GMT], Content-Type=[application/json]}
2022-04-06T06:43:10.938Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:43:10.939Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cc3380e-44a8-46c7-b090-f6a741e20fda/model-vers/model-ver/8b770540-0889-4940-8648-88f84336dac2?depth=0|INFO|500||InvokeReturn
2022-04-06T06:43:10.945Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:43:10.945Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:43:10.990Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:43:10.990Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b134d7b-2ec6-4b7c-a25a-42d8c92840ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:43:10.990Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:43:10.991Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:10.996Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:10.997Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227390990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:43:11.104Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-06T06:43:11.107Z||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-04-06T06:43:11.107Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:11.134Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:11.135Z||pool-144-thread-1|||||INFO|500||cambria reply ok (29 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-04-06T06:43:12.054Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:43:12.054Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"968afb84-cf2c-4064-9c6f-f2ca811ea822","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6d5b2c4c-82d0-463f-b862-cda921ae8e4c","serviceDescription":"service","serviceInvariantUUID":"eef665b7-e594-453f-88c1-273b17dc0702","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9805110d-954d-41b0-9a07-0f36b8878bfb","resourceInvariantUUID":"a10098e0-a28d-427b-9b96-da2ea32d3466","resourceCustomizationUUID":"a477e646-189b-40da-8184-75cafe2ec061","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":"NGUwYmE0ZDBjYjI5MWEwMGZhZWQ1ZWFkMzIxOTVhOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"787b0fed-b88e-4152-9f2c-88ca9dbe3c18","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":"854bfbf3-73cd-4ea9-8ce9-875d2a2c87fa","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":"cb0d68ea-c5cf-445e-acd9-cb3d39531a1d","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":"MWFjMTM0YTNjZmI0NjBiZGQxMTgyZjEzMzJjOWQzNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bc171622-ed3e-454e-a78a-aea0f18aaed8","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":"9195f363-efb3-4acc-b97a-5d44a7895a9c","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":"f3890912-31c4-43f7-bc5a-b6edb10c7600","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":"77e73749-37bd-45e7-8e79-fe31eae36432","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":"NGUxNTVkYWRlZWEyNWM3OWE2YjIwZDBjY2EwMWUzZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"741409a6-d856-42bc-a4d2-520fe15688c0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmE2NTFjYjk4ZTk0ZmE5ODY2ZDJiZTMzNjQ3ODNiZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d829e9a-59b2-4b68-9d80-bf20ea1286d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:43:12.055Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:12.056Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:12.062Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:12.063Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:12.162Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:43:12.164Z||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-04-06T06:43:12.165Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:12.209Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:12.211Z||pool-145-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:13.064Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:13.065Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:13.069Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:13.069Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:13.168Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:43:13.169Z||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-04-06T06:43:13.169Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:13.204Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:13.204Z||pool-146-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:14.070Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:14.071Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:14.074Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:14.075Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:14.174Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-06T06:43:14.177Z||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-04-06T06:43:14.178Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:14.207Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:14.208Z||pool-147-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:15.083Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:15.086Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:15.091Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:15.092Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:15.192Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:43:15.199Z||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-04-06T06:43:15.200Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:15.226Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:15.227Z||pool-148-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:16.093Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:16.094Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:16.099Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:16.099Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:16.200Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:43:16.201Z||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-04-06T06:43:16.201Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:16.221Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:16.222Z||pool-149-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:43:17.100Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:17.101Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:17.103Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:17.103Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:17.204Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:43:17.205Z||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-04-06T06:43:17.205Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:17.223Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:17.223Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:43:18.112Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:18.141Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:18.159Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:18.159Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:18.265Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:43:18.266Z||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-04-06T06:43:18.267Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:18.331Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:18.336Z||pool-151-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:19.165Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:19.166Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:19.180Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:19.182Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:19.278Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-06T06:43:19.279Z||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-04-06T06:43:19.280Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:19.321Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:19.322Z||pool-152-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":7,"count":1}
2022-04-06T06:43:20.188Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:43:20.189Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:20.206Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:20.207Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:43:20.293Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-04-06T06:43:20.295Z||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-04-06T06:43:20.295Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:20.328Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:20.335Z||pool-153-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:21.209Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d5b2c4c-82d0-463f-b862-cda921ae8e4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eef665b7-e594-453f-88c1-273b17dc0702",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a477e646-189b-40da-8184-75cafe2ec061",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9805110d-954d-41b0-9a07-0f36b8878bfb",
      "resourceInvariantUUID": "a10098e0-a28d-427b-9b96-da2ea32d3466",
      "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": "MmE2NTFjYjk4ZTk0ZmE5ODY2ZDJiZTMzNjQ3ODNiZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d829e9a-59b2-4b68-9d80-bf20ea1286d7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-06T06:43:21.209Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:43:21.210Z|7b134d7b-2ec6-4b7c-a25a-42d8c92840ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d5b2c4c-82d0-463f-b862-cda921ae8e4c ASDC
2022-04-06T06:43:21.211Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:968afb84-cf2c-4064-9c6f-f2ca811ea822
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6d5b2c4c-82d0-463f-b862-cda921ae8e4c
ServiceInvariantUUID:eef665b7-e594-453f-88c1-273b17dc0702
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:6d829e9a-59b2-4b68-9d80-bf20ea1286d7
ArtifactChecksum:MmE2NTFjYjk4ZTk0ZmE5ODY2ZDJiZTMzNjQ3ODNiZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a477e646-189b-40da-8184-75cafe2ec061
ResourceInvariantUUID:a10098e0-a28d-427b-9b96-da2ea32d3466
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9805110d-954d-41b0-9a07-0f36b8878bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-06T06:43:21.212Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d5b2c4c-82d0-463f-b862-cda921ae8e4c 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-04-06T06:43:21.355Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:43:21.365Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:43:21.366Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:43:21.367Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6d829e9a-59b2-4b68-9d80-bf20ea1286d7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-06T06:43:21.367Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:43:21.368Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-06T06:43:23.606Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:43:23.614Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6d829e9a-59b2-4b68-9d80-bf20ea1286d7 105671
2022-04-06T06:43:23.615Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:43:23.615Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-06T06:43:23.615Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:43:23.617Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:23.636Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:23.636Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227403614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:43:23.731Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-06T06:43:23.732Z||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-04-06T06:43:23.733Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:23.765Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:23.766Z||pool-154-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:24.637Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:43:24.637Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:43:24.638Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6d829e9a-59b2-4b68-9d80-bf20ea1286d7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:24.638Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-06T06:43:24.639Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:24.640Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:24.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:43:24.829Z||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-04-06T06:43:24.829Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:43:24.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:24.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.874Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6534860798505863977/Definitions/service-TestPnfMacro-template.yml
2022-04-06T06:43:24.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227229213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:43:24.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227231696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227233511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:43:24.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227234874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227235881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:43:24.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227236891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:43:24.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227237901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefb11fc-bb3a-4a16-a518-099e320df3ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227272614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:24.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:24.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-06T06:43:24.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:43:24.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227282960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:43:24.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:43:26.705Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.706Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.707Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-06T06:43:26.707Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:43:26.707Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.707Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.707Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-06T06:43:26.708Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:43:26.708Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:43:26.708Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.708Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.708Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.709Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.710Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.710Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.710Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.710Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.710Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6d5b2c4c-82d0-463f-b862-cda921ae8e4c
Model Version:NULL
Model InvariantUuid:eef665b7-e594-453f-88c1-273b17dc0702
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-04-06T06:43:26.738Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9805110d-954d-41b0-9a07-0f36b8878bfb
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-04-06T06:43:26.749Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-04-06T06:43:26.749Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9805110d-954d-41b0-9a07-0f36b8878bfb
2022-04-06T06:43:26.750Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6d5b2c4c-82d0-463f-b862-cda921ae8e4c
2022-04-06T06:43:26.750Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6d5b2c4c-82d0-463f-b862-cda921ae8e4c
2022-04-06T06:43:26.750Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9805110d-954d-41b0-9a07-0f36b8878bfb 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-04-06T06:43:26.795Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d9aceab, org.onap.sdc.toscaparser.api.parameters.Input@10fef678, org.onap.sdc.toscaparser.api.parameters.Input@3356be95, org.onap.sdc.toscaparser.api.parameters.Input@357503d6, org.onap.sdc.toscaparser.api.parameters.Input@6ec16c45]
2022-04-06T06:43:26.795Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.796Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.796Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6d5b2c4c-82d0-463f-b862-cda921ae8e4c: test-pnf
2022-04-06T06:43:26.796Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9805110d-954d-41b0-9a07-0f36b8878bfb
2022-04-06T06:43:26.796Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-06T06:43:26.797Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:43:26.797Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||Resource customization UUID: a477e646-189b-40da-8184-75cafe2ec061 is the same as notified resource customizationUUID: a477e646-189b-40da-8184-75cafe2ec061
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-04-06T06:43:27.086Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9805110d-954d-41b0-9a07-0f36b8878bfb 0 ASDC deployResourceStructure
2022-04-06T06:43:27.087Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-06T06:43:27.088Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-06T06:43:27.089Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:43:27.090Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:27.095Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:27.099Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227407087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:43:27.194Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-06T06:43:27.196Z||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-04-06T06:43:27.196Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:27.225Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:27.226Z||pool-155-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:43:28.106Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 968afb84-cf2c-4064-9c6f-f2ca811ea822
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-06T06:43:28.159Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 968afb84-cf2c-4064-9c6f-f2ca811ea822
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-06T06:43:28.169Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:43:28.169Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.170Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.171Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.171Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.171Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-06T06:43:28.171Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-06T06:43:28.201Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:43:58.201Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 968afb84-cf2c-4064-9c6f-f2ca811ea822 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-04-06T06:43:58.254Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 968afb84-cf2c-4064-9c6f-f2ca811ea822 and serviceModelVersionId: 6d5b2c4c-82d0-463f-b862-cda921ae8e4c
2022-04-06T06:43:58.255Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eef665b7-e594-453f-88c1-273b17dc0702
2022-04-06T06:43:58.256Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0
2022-04-06T06:43:58.263Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:43:58.325Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0|INFO|500||Invoke
2022-04-06T06:43:58.326Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[968afb84-cf2c-4064-9c6f-f2ca811ea822], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6f090b3-002d-4b1f-bb2c-239f8472c589], X-ECOMP-RequestID=[968afb84-cf2c-4064-9c6f-f2ca811ea822], X-TransactionId=[], X-ONAP-RequestID=[968afb84-cf2c-4064-9c6f-f2ca811ea822], Content-Type=[application/merge-patch+json]}
2022-04-06T06:43:58.435Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-06T06:43:59.152Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?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/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:43:58:764-65630], vertex-id=[593960], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:43:58 GMT], Content-Type=[application/json]}
2022-04-06T06:43:59.153Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:43:59.154Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef665b7-e594-453f-88c1-273b17dc0702/model-vers/model-ver/6d5b2c4c-82d0-463f-b862-cda921ae8e4c?depth=0|INFO|500||InvokeReturn
2022-04-06T06:43:59.155Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:43:59.158Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-06T06:43:59.221Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T06:43:59.222Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 968afb84-cf2c-4064-9c6f-f2ca811ea822 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:43:59.223Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:43:59.223Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:43:59.241Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:43:59.242Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227439222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:43:59.331Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-04-06T06:43:59.334Z||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-04-06T06:43:59.334Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:43:59.386Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:43:59.425Z||pool-156-thread-1|||||INFO|500||cambria reply ok (93 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-04-06T06:44:00.745Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:00.751Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T06:44:00.752Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T06:44:11.074Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:11.075Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:11.075Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T06:44:11.076Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T06:44:20.641Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:20.642Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:20.644Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T06:44:20.644Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T06:44:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:24.824Z||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-04-06T06:44:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:44:24.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227287786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227289686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227291508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:44:24.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227292852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:44:24.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227293862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:44:24.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227294878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227295886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb743468-9dac-4bcd-8a85-106ea29b3ffc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227327516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:44:24.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:44:24.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-06T06:44:24.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227340959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:44:24.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:44:30.236Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:30.238Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:30.238Z||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-04-06T06:44:30.238Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:44:39.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:39.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:39.828Z||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-04-06T06:44:39.829Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:44:49.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:49.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:49.405Z||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-04-06T06:44:49.406Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:44:58.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:44:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:44:58.967Z||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-04-06T06:44:58.968Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:45:08.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:45:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:45:24.817Z||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-04-06T06:45:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:45:24.823Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:45:24.824Z||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-04-06T06:45:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:45:24.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:45:24.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227346258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227347809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227349512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227351025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227352634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227353866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-06T06:45:24.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227354871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-06T06:45:24.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227355878,
  "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-04-06T06:45:24.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227356893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-06T06:45:24.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227357901,
  "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-04-06T06:45:24.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227358913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:45:24.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b134d7b-2ec6-4b7c-a25a-42d8c92840ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227390990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:45:24.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:24.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-06T06:45:24.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227151320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-06T06:45:24.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-06T06:45:24.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-06T06:45:24.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227403614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-06T06:45:24.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:45:34.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:46:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:46:24.816Z||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-04-06T06:46:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:46:24.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:46:24.825Z||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-04-06T06:46:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:46:25.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:46:25.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:46:25.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227407087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-06T06:46:25.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:46:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-06T06:46:25.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "968afb84-cf2c-4064-9c6f-f2ca811ea822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649227439222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:46:25.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:46:34.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:47:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:47:24.816Z||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-04-06T06:47:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:47:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:47:24.824Z||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-04-06T06:47:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:47:34.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:47:34.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:48:24.814Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:48:24.816Z||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-04-06T06:48:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:48:24.823Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:48:24.834Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T06:48:24.837Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T06:48:34.428Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:48:34.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:49:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:49:24.818Z||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-04-06T06:49:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:49:24.823Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:49:24.829Z||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-04-06T06:49:24.829Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:49:34.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:49:34.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:50:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:50:24.816Z||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-04-06T06:50:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:50:24.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:50:24.826Z||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-04-06T06:50:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:50:34.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:50:34.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:51:24.814Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:51:24.815Z||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-04-06T06:51:24.815Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:51:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:51:24.824Z||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-04-06T06:51:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:51:34.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:51:34.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:52:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:52:24.815Z||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-04-06T06:52:24.815Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:52:24.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:52:24.825Z||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-04-06T06:52:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:52:34.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:52:34.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:53:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:53:24.816Z||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-04-06T06:53:24.820Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:53:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:53:24.824Z||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-04-06T06:53:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:53:34.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:53:34.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:54:24.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:54:24.819Z||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-04-06T06:54:24.819Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:54:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:54:24.824Z||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-04-06T06:54:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:54:34.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:54:34.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:55:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:55:24.815Z||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-04-06T06:55:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:55:24.825Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:55:24.825Z||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-04-06T06:55:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:55:34.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:55:34.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:56:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:56:24.816Z||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-04-06T06:56:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:56:24.823Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:56:24.825Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T06:56:24.825Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T06:56:34.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:56:34.365Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:57:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:57:24.816Z||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-04-06T06:57:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:57:24.823Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:57:24.824Z||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-04-06T06:57:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:57:34.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:57:34.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:58:24.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:58:24.821Z||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-04-06T06:58:24.821Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:58:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:58:24.824Z||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-04-06T06:58:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:58:34.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:58:34.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:59:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:59:24.815Z||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-04-06T06:59:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:59:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:59:24.824Z||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-04-06T06:59:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:59:34.360Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T06:59:34.366Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:00:24.823Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:00:24.825Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:00:24.825Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:00:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:00:24.830Z||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-04-06T07:00:24.830Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:00:34.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:00:34.397Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:01:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:01:24.816Z||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-04-06T07:01:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:01:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:01:24.824Z||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-04-06T07:01:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:01:34.363Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:01:34.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:02:24.814Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:02:24.816Z||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-04-06T07:02:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:02:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:02:24.824Z||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-04-06T07:02:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:02:34.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:02:34.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:03:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:03:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:03:24.824Z||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-04-06T07:03:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:03:24.841Z||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-04-06T07:03:24.841Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:03:34.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:03:34.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:04:24.814Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:04:24.815Z||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-04-06T07:04:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:04:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:04:24.824Z||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-04-06T07:04:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:04:34.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:04:34.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:05:24.814Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:05:24.815Z||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-04-06T07:05:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:05:24.823Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:05:24.824Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:05:24.824Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:05:34.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:05:34.370Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:06:24.821Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:06:24.822Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:06:24.822Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:06:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:06:24.824Z||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-04-06T07:06:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:06:34.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:06:34.374Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:07:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:07:24.818Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:07:24.818Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:07:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:07:24.824Z||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-04-06T07:07:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:07:34.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:07:34.372Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:08:24.814Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:08:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:08:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:08:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:08:24.824Z||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-04-06T07:08:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:08:34.375Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:08:34.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:09:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:09:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:09:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:09:24.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:09:24.826Z||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-04-06T07:09:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:09:34.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:09:34.386Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:10:24.817Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:10:24.819Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:10:24.819Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:10:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:10:24.825Z||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-04-06T07:10:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:10:34.376Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:10:34.409Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:11:24.814Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:11:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:11:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:11:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:11:24.824Z||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-04-06T07:11:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:11:34.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:11:34.379Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:12:24.814Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:12:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:12:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:12:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:12:24.824Z||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-04-06T07:12:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:12:34.357Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:12:34.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:13:24.815Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:13:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:13:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:13:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:13:24.824Z||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-04-06T07:13:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:13:34.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:13:34.377Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:14:08.347Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-06T07:14:24.818Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:14:24.819Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:14:24.819Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:14:24.834Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:14:24.842Z||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-04-06T07:14:24.842Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:14:34.389Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:14:34.390Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:15:24.814Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:15:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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-04-06T07:15:24.816Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|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 AxToUswXPORdylw2) ...
2022-04-06T07:15:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T07:15:24.824Z||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-04-06T07:15:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T07:15:34.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-06T07:15:34.373Z|968afb84-cf2c-4064-9c6f-f2ca811ea822|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK